Changeset 2977


Ignore:
Timestamp:
Jun 6, 2023, 5:14:26 PM (18 months ago)
Author:
llange
Message:

Mars PCM
Change the latent heat when computing the amount of CO2 that condenses
on a slope: a warm air must be cooled off before condensing on the
slope. Adapted from pluton PCM (see Eq.12 from Forget et al., 2017)
LL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/co2condens_mod.F

    r2953 r2977  
    443443            zcondices(ig,islope)=pcapcal(ig,islope)
    444444     &       *(ztcondsol(ig)-ztsrf(ig,islope))
    445 c     &       /((latcond+cpp*(zt(ig,1)-ztcondsol(ig)))*ptimestep)   
    446      &       /(latcond*ptimestep)   
     445     &       /((latcond+cpp*(zt(ig,1)-ztcondsol(ig)))*ptimestep)   
    447446     &       - zfallheat
    448447             else
Note: See TracChangeset for help on using the changeset viewer.