Changeset 3120
- Timestamp:
- Nov 9, 2023, 2:44:46 PM (14 months ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3118 r3120 4322 4322 in phyredem1 and phyetat0, i.e., adding qsoil and nqsoil in the arguments of 4323 4323 the subroutine 4324 4325 == 09/11/2023 == JBC + EV 4326 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. -
trunk/LMDZ.MARS/libf/phymars/vdifc_mod.F
r3115 r3120 1203 1203 zqsurf(ig)= zqsurf(ig)+( 1204 1204 & zdqsdif_tot(ig))*subtimestep 1205 if (zqsurf(ig)<0) then1206 zqsurf(ig)=01207 endif1208 1205 c Monitoring instantaneous latent heat flux in W.m-2 : 1209 1206 zsurf_h2o_lh(ig,islope) = zsurf_h2o_lh(ig,islope)+
Note: See TracChangeset
for help on using the changeset viewer.