Changeset 3337 for trunk/LMDZ.MARS
- Timestamp:
- May 21, 2024, 5:59:03 PM (6 months ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3336 r3337 4637 4637 == 21/05/2024 == JBC 4638 4638 Addition of the paleoclimate variables in the change the number of slopes by "newtart.F" + some simplifications of the way it is done. 4639 4640 == 21/05/2024 == JN 4641 In vdifc_mod, adding a threshold on the subtimestep of water vapor 4642 sublimation/condensation to avoid computation when surface ice is too low. 4643 Also nsubtimestep is now stored in diagfi at the end of the subtimestep for 4644 clarity of the code. -
trunk/LMDZ.MARS/libf/phymars/vdifc_mod.F
r3325 r3337 1016 1016 c nsubtimestep(ig)=1 !for debug 1017 1017 subtimestep = ptimestep/nsubtimestep(ig) 1018 call write_output('subtimestep',1019 & 'vdifc substimestep length','s',subtimestep)1020 1018 ztsrf(ig)=ptsrf(ig,islope) ! +pdtsrf(ig)*subtimestep 1021 1019 zq_tmp_vap(ig,:,:) =zq(ig,:,:) … … 1414 1412 & "Ground ice latent heat flux", 1415 1413 & "W.m-2",surf_h2o_lh(:,iflat)) 1414 call write_output("nsubtimestep", 1415 & "Number of subtimesteps in vdifc", 1416 & "int",nsubtimestep(:)) 1416 1417 1417 1418 call write_output('zdqsdif_ssi_frost_tot', … … 1498 1499 1499 1500 do i=1,naersize 1500 if ((qsurf(i). eq.0).and.1501 if ((qsurf(i).lt.0.005).and. 1501 1502 & (.not.watercaptag(i))) then 1502 1503 ntsub(i) = 1
Note: See TracChangeset
for help on using the changeset viewer.