Changeset 3893 for trunk/LMDZ.GENERIC/libf/phystd/callsedim.F
- Timestamp:
- Aug 13, 2025, 7:53:49 PM (6 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/callsedim.F
r3360 r3893 83 83 ! add some tests on presence of required tracers/aerosols: 84 84 if (water.and.(igcm_h2o_ice.eq.0)) then 85 write(*,*) "callsedim error: water=.true.", 86 & " but igcm_h2o_ice=0" 87 stop 85 call abort_physic("callsedim", 86 & "water=.true. but igcm_h2o_ice=0", 1) 88 87 endif 89 88 ! allocate "naerkind" size local arrays (which are also
Note: See TracChangeset
for help on using the changeset viewer.