Changeset 3231 for trunk/LMDZ.MARS


Ignore:
Timestamp:
Feb 20, 2024, 10:17:54 PM (9 months ago)
Author:
llange
Message:

Mars PCM
Fixing a bug in 1D: atm_wat_profile should evolve freely when considering
relaxation, and should not be set to qsat in cold conditions.
LL

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/changelog.txt

    r3230 r3231  
    45194519For now, surfaceice_tifeedback and poreice_tifeedback can not be called together
    45204520, we might think about how to merge later.
     4521
     4522== 20/02/2024 == LL
     4523Fixing a bug in 1D: atm_wat_profile should evolve freely when considering
     4524relaxation, and should not be set to qsat in cold conditions.
  • trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F90

    r3207 r3231  
    204204            else ! Relaxation towards the value atm_wat_profile with relaxation time atm_wat_tau
    205205                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))
    207206                q(1,:,igcm_h2o_ice) = 0. ! reset h2o ice
    208207            endif
Note: See TracChangeset for help on using the changeset viewer.