Changeset 5205 for LMDZ6/trunk/libf/phylmdiso
- Timestamp:
- Sep 20, 2024, 2:33:41 PM (7 weeks ago)
- Location:
- LMDZ6/trunk/libf/phylmdiso
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90
r5204 r5205 1570 1570 abort_message='blowing snow cannot be activated with water isotopes yet' 1571 1571 CALL abort_physic(modname,abort_message, 1) 1572 IF ((ok_ice_supersat.AND.nqo .LT.6).OR.(.NOT.ok_ice_supersat.AND.nqo.LT.4)) THEN 1572 #endif 1573 IF ((ok_ice_supersat.AND.nqo .LT.6).OR.(.NOT.ok_ice_supersat.AND.nqo.LT.5)) THEN 1573 1574 WRITE (lunout, *) 'activation of blowing snow needs a specific H2O tracer', & 1574 1575 'but nqo=', nqo … … 5099 5100 prfl, psfl, rhcl, & 5100 5101 zqasc, fraca,ztv,zpspsk,ztla,zthl,iflag_cld_th, & 5101 iflag_ice_thermo, distcltop, temp_cltop, 5102 iflag_ice_thermo, distcltop, temp_cltop, & 5102 5103 pbl_tke(:,:,is_ave), pbl_eps(:,:,is_ave), & 5103 5104 cell_area, &
Note: See TracChangeset
for help on using the changeset viewer.