Changeset 1521 for LMDZ5/trunk/libf/dyn3dpar/exner_milieu_p.F
- Timestamp:
- May 23, 2011, 6:26:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dpar/exner_milieu_p.F
r1520 r1521 58 58 ! check that vertical discretization is compatible 59 59 ! with this routine 60 if (disvert_type.ne. 1) then60 if (disvert_type.ne.2) then 61 61 call abort_gcm(modname, 62 & "this routine should only be called if disvert_type== 1",42)62 & "this routine should only be called if disvert_type==2",42) 63 63 endif 64 64
Note: See TracChangeset
for help on using the changeset viewer.