Changeset 3231 for trunk/LMDZ.MARS
- Timestamp:
- Feb 20, 2024, 10:17:54 PM (9 months ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3230 r3231 4519 4519 For now, surfaceice_tifeedback and poreice_tifeedback can not be called together 4520 4520 , we might think about how to merge later. 4521 4522 == 20/02/2024 == LL 4523 Fixing a bug in 1D: atm_wat_profile should evolve freely when considering 4524 relaxation, and should not be set to qsat in cold conditions. -
trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F90
r3207 r3231 204 204 else ! Relaxation towards the value atm_wat_profile with relaxation time atm_wat_tau 205 205 q(1,:,igcm_h2o_vap) = atm_wat_profile*g/psurf + (q(1,:,igcm_h2o_vap) - atm_wat_profile*g/psurf)*dexp(-dttestphys/atm_wat_tau) 206 q(1,:,igcm_h2o_vap) = min(zqsat,q(1,:,igcm_h2o_vap))207 206 q(1,:,igcm_h2o_ice) = 0. ! reset h2o ice 208 207 endif
Note: See TracChangeset
for help on using the changeset viewer.