Changeset 4504
- Timestamp:
- Apr 7, 2023, 9:39:37 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/blowing_snow/libf/phylmdiso/physiq_mod.F90
r4479 r4504 1415 1415 ENDIF 1416 1416 1417 1417 1418 IF (ok_ice_sursat.AND.(iflag_ice_thermo.EQ.0)) THEN 1418 1419 WRITE (lunout, *) ' ok_ice_sursat=y requires iflag_ice_thermo=1 as well' … … 1440 1441 ENDIF 1441 1442 1443 IF (ok_bs) THEN 1444 abort_message='blowing snow cannot be activated with water isotopes yet' 1445 CALL abort_physic(modname,abort_message, 1) 1446 ENDIF 1442 1447 Ncvpaseq1 = 0 1443 1448 dnwd0=0.0
Note: See TracChangeset
for help on using the changeset viewer.