Opened 5 years ago
Last modified 4 years ago
#52 new defect
ndim in utilitary programs
Reported by: | abierjon | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | MARS GCM | Version: | |
Keywords: | Cc: |
Description
Check in all utilitary programs that they correctly handle variables with ndim=1 and 2 dimensions (and 3 and 4 but they are generally handled).
Example:
if (ndim.eq.3) then
...
else if (ndim.eq.4) then
...
ELSE (<-- this is generally missing)
...
endif
Note: See
TracTickets for help on using
tickets.
Done for concatnc.F90, localtime.F90, solzenangle.F90 by r2434.