Changeset 2531


Ignore:
Timestamp:
Jun 9, 2021, 9:12:31 AM (4 years ago)
Author:
emillour
Message:

Mars GCM:
Bug (wrong usage of surface pressure) fix in vdifc (bug was introduced in r2515)
EM

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2530 r2531  
    33983398re-commit of version 2526: testphys1d.F: Fix for the 1D, follow up from previous modifications of phys_state_var_init subroutine.
    33993399
     3400== 09/06/2021 == EM
     3401Bug (wrong usage of surface pressure) fix in vdifc (bug was introduced in r2515)
  • trunk/LMDZ.MARS/libf/phymars/vdifc_mod.F

    r2515 r2531  
    921921     $        zb(ig,2)*zc(ig,2)) * z1(ig)
    922922
    923              call watersat(1,ztsrf(ig),pplev(1,1),qsat(ig))
     923             call watersat(1,ztsrf(ig),pplev(ig,1),qsat(ig))
    924924             old_h2o_vap(ig)=zq(ig,1,igcm_h2o_vap)
    925925             zd(ig,1)=zb(ig,1)*z1(ig)
Note: See TracChangeset for help on using the changeset viewer.