- Timestamp:
- Aug 12, 2024, 8:06:46 PM (5 months ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3400 r3404 4690 4690 when thin frost is at the surface 4691 4691 cleaning testphys1d 4692 4693 == 12/08/2024 == LL 4694 Following previous commit, fixing a bug: more frost than what is a the surface could sublimes (when working with lag layer only). It is corrected, not in a elegant way... -
trunk/LMDZ.MARS/libf/phymars/vdifc_mod.F
r3400 r3404 1121 1121 & .and.lag_layer)) then 1122 1122 1123 1124 ! zdqsdif_tot(ig)=-zqsurf(ig)/subtimestep 1123 if ((-zdqsdif_tot(ig)*subtimestep) 1124 & .ge.(zqsurf(ig))) then 1125 zdqsdif_tot(ig)=-zqsurf(ig)/subtimestep 1126 endif 1127 1125 1128 if((h2o_ice_depth(ig,islope).gt.0) 1126 1129 & .and. (zqsurf(ig) .lt. tol_frost)
Note: See TracChangeset
for help on using the changeset viewer.