Changeset 2531
- Timestamp:
- Jun 9, 2021, 9:12:31 AM (4 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r2530 r2531 3398 3398 re-commit of version 2526: testphys1d.F: Fix for the 1D, follow up from previous modifications of phys_state_var_init subroutine. 3399 3399 3400 == 09/06/2021 == EM 3401 Bug (wrong usage of surface pressure) fix in vdifc (bug was introduced in r2515) -
trunk/LMDZ.MARS/libf/phymars/vdifc_mod.F
r2515 r2531 921 921 $ zb(ig,2)*zc(ig,2)) * z1(ig) 922 922 923 call watersat(1,ztsrf(ig),pplev( 1,1),qsat(ig))923 call watersat(1,ztsrf(ig),pplev(ig,1),qsat(ig)) 924 924 old_h2o_vap(ig)=zq(ig,1,igcm_h2o_vap) 925 925 zd(ig,1)=zb(ig,1)*z1(ig)
Note: See TracChangeset
for help on using the changeset viewer.