Changeset 3337 for trunk/LMDZ.MARS/libf
- Timestamp:
- May 21, 2024, 5:59:03 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.