Changeset 3893 for trunk/LMDZ.GENERIC/libf/phystd/condense_co2.F90
- Timestamp:
- Aug 13, 2025, 7:53:49 PM (8 months ago)
- File:
-
- 1 edited
-
trunk/LMDZ.GENERIC/libf/phystd/condense_co2.F90 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/condense_co2.F90
r2972 r3893 156 156 print*,'In condens_cloud but no CO2 ice tracer, exiting.' 157 157 print*,'Still need generalisation to arbitrary species!' 158 stop158 call abort_physic("condense_co2", "no CO2 ice tracer in condens_cloud",1) 159 159 endif 160 160 … … 369 369 write(116,*) 0.0, pplev(1,1), 0.0, 0.0 370 370 close(116) 371 call abort 371 call abort_physic("condense_co2", "1D: CO2 condensation at the surface not allowed", 1) 372 372 endif 373 373 … … 416 416 PRINT*,'Ps = ',pplev(ig,1) 417 417 PRINT*,'d Ps = ',pdpsrfc(ig) 418 STOP418 call abort_physic("condense_co2", "Condensing more than total mass", 1) 419 419 ENDIF 420 420 END IF
Note: See TracChangeset
for help on using the changeset viewer.
