Changeset 1006 for trunk/LMDZ.GENERIC/libf/phystd
- Timestamp:
- Jul 19, 2013, 10:25:38 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/callsedim.F
r858 r1006 75 75 IF (firstcall) THEN 76 76 firstcall=.false. 77 ! add some tests on presence of required tracers/aerosols: 78 if (water) then 79 if (igcm_h2o_ice.eq.0) then 80 write(*,*) "callsedim error: water=.true.", 81 & " but igcm_h2o_ice=0" 82 stop 83 endif 84 if (iaero_h2o.eq.0) then 85 write(*,*) "callsedim error: water=.true.", 86 & " but iaero_ho2=0" 87 stop 88 endif 89 endif 77 90 ENDIF ! of IF (firstcall) 78 91
Note: See TracChangeset
for help on using the changeset viewer.