Changeset 1625 for LMDZ5/trunk/libf/dyn3dpar/exner_hyb_p.F
- Timestamp:
- May 9, 2012, 3:14:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dpar/exner_hyb_p.F
r1557 r1625 60 60 ! Sanity check 61 61 if (firstcall) then 62 ! check that vertical discretization is compatible63 ! with this routine64 if (disvert_type.ne.1) then65 call abort_gcm(modname,66 & "this routine should only be called if disvert_type==1",42)67 endif68 69 62 ! sanity checks for Shallow Water case (1 vertical layer) 70 63 if (llm.eq.1) then
Note: See TracChangeset
for help on using the changeset viewer.