64 integer,
intent(in):: dimord
65 logical,
intent(out):: err
68 integer:: ndimsp, stat
69 character(*),
parameter:: subname =
'GTVarDelDim'
74 call endsub(subname,
"negative dimord=%d invalid", i=(/dimord/))
79 call endsub(subname,
"variable invalid")
81 else if (dimord > ndimsp)
then
82 call endsub(subname,
"dimord=%d not exist", i=(/dimord/))
89 map(dimord: ndimsp-1) = map(dimord+1: ndimsp)
subroutine gtvardeldim(var, dimord, err)
subroutine, public dbgmessage(fmt, i, r, d, l, n, c1, c2, c3, ca)
subroutine, public beginsub(name, fmt, i, r, d, l, n, c1, c2, c3, ca, version)
subroutine, public endsub(name, fmt, i, r, d, l, n, c1, c2, c3, ca)
subroutine, public map_lookup(var, vid, map, ndims)
subroutine map_set_ndims(var, ndims, stat)
subroutine map_set(var, map, stat)