38 integer,
intent(in):: dimord
39 logical,
intent(out):: err
42 integer:: ndimsp, stat
43 character(*),
parameter:: subname =
'GTVarDelDim' 48 call endsub(subname,
"negative dimord=%d invalid", i=(/dimord/))
53 call endsub(subname,
"variable invalid")
55 else if (dimord > ndimsp)
then 56 call endsub(subname,
"dimord=%d not exist", i=(/dimord/))
63 map(dimord: ndimsp-1) = map(dimord+1: ndimsp)
subroutine map_set(var, map, stat)
subroutine map_set_ndims(var, ndims, stat)
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 gtvardeldim(var, dimord, err)
subroutine, public map_lookup(var, vid, map, ndims)
subroutine, public endsub(name, fmt, i, r, d, L, n, c1, c2, c3, ca)