Changeset 1625 for LMDZ5/trunk/libf/dyn3dpar/exner_milieu.F
- Timestamp:
- May 9, 2012, 3:14:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dpar/exner_milieu.F
r1520 r1625 53 53 ! Sanity check 54 54 if (firstcall) then 55 ! check that vertical discretization is compatible56 ! with this routine57 if (disvert_type.ne.2) then58 call abort_gcm(modname,59 & "this routine should only be called if disvert_type==2",42)60 endif61 62 55 ! sanity checks for Shallow Water case (1 vertical layer) 63 56 if (llm.eq.1) then
Note: See TracChangeset
for help on using the changeset viewer.