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

Change History (1)

comment:1 Changed 4 years ago by abierjon

Done for concatnc.F90, localtime.F90, solzenangle.F90 by r2434.

Note: See TracTickets for help on using tickets.