Changeset 5622 for LMDZ6/trunk/libf/phylmd/clesphys_mod_h.f90
- Timestamp:
- Apr 16, 2025, 9:25:21 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/clesphys_mod_h.f90
r5472 r5622 51 51 , iflag_phytrac, ok_new_lscp, ok_bs, ok_rad_bs & 52 52 , iflag_thermals, nsplit_thermals & 53 , iflag_physiq, ok_3Deffect, ok_water_mass_fixer 53 , iflag_physiq, ok_3Deffect, ok_water_mass_fixer & 54 , ok_mass_dtcon, ok_mass_dqcon, ok_mass_duvcon 54 55 55 56 … … 158 159 !OB flag to activate water mass fixer in physiq 159 160 LOGICAL :: ok_water_mass_fixer 161 162 ! for conservation when calling deep convection every n time steps 163 LOGICAL :: ok_mass_dtcon, ok_mass_dqcon, ok_mass_duvcon 164 160 165 161 166 … … 207 212 !$OMP , iflag_phytrac, ok_new_lscp, ok_bs, ok_rad_bs & 208 213 !$OMP , iflag_thermals, nsplit_thermals & 209 !$OMP , iflag_physiq, ok_3Deffect, ok_water_mass_fixer) 214 !$OMP , iflag_physiq, ok_3Deffect, ok_water_mass_fixer & 215 !$OMP , ok_mass_dtcon, ok_mass_dqcon, ok_mass_duvcon ) 210 216 211 217 END MODULE clesphys_mod_h
Note: See TracChangeset
for help on using the changeset viewer.