Changeset 3120


Ignore:
Timestamp:
Nov 9, 2023, 2:44:46 PM (14 months ago)
Author:
jbclement
Message:

Mars PCM:
Correction of a bug introduced in r3059: in case of 'watercaptag=.true.', 'watercap' was prevented to evolve as it should be because of 'zqsurf' in "vdifc_mod.F90" which was forced to be 0 if negative.
JBC + EV

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

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

    r3118 r3120  
    43224322in phyredem1 and phyetat0, i.e., adding qsoil and nqsoil in the arguments of
    43234323the subroutine
     4324
     4325== 09/11/2023 == JBC + EV
     4326Correction of a bug introduced in r3059: in case of 'watercaptag=.true.', 'watercap' was prevented to evolve as it should be because of 'zqsurf' in "vdifc_mod.F90" which was forced to be 0 if negative.
  • trunk/LMDZ.MARS/libf/phymars/vdifc_mod.F

    r3115 r3120  
    12031203              zqsurf(ig)= zqsurf(ig)+(
    12041204     &                       zdqsdif_tot(ig))*subtimestep
    1205               if (zqsurf(ig)<0) then
    1206                       zqsurf(ig)=0
    1207               endif
    12081205c             Monitoring instantaneous latent heat flux in W.m-2 :
    12091206              zsurf_h2o_lh(ig,islope) = zsurf_h2o_lh(ig,islope)+
Note: See TracChangeset for help on using the changeset viewer.