Changeset 3120 for trunk/LMDZ.MARS/libf


Ignore:
Timestamp:
Nov 9, 2023, 2:44:46 PM (16 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.