Changeset 2324 for trunk/LMDZ.MARS/libf/phymars/hdo_surfex_mod.F
- Timestamp:
- May 15, 2020, 3:24:17 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/hdo_surfex_mod.F
r2316 r2324 11 11 12 12 use tracer_mod, only: igcm_h2o_vap, igcm_h2o_ice, 13 & igcm_hdo_vap, igcm_hdo_ice 14 13 & igcm_hdo_vap, igcm_hdo_ice, 14 & qperemin 15 15 use surfdat_h, only: watercaptag 16 16 use geometry_mod, only: longitude_deg,latitude_deg … … 70 70 if (h2oflux(ig).le.0.) then 71 71 72 if (pqsurf(ig,igcm_h2o_ice).gt. 1e-16) then72 if (pqsurf(ig,igcm_h2o_ice).gt.qperemin) then 73 73 pdqsdif(ig,igcm_hdo_ice) = 74 74 & pdqsdif(ig,igcm_h2o_ice)* … … 111 111 endif 112 112 113 if (old_h2o_vap(ig).gt. 1.e-16) then113 if (old_h2o_vap(ig).gt.qperemin) then 114 114 pdqsdif(ig,igcm_hdo_ice)= 115 115 & alpha_c(ig)*pdqsdif(ig,igcm_h2o_ice)*
Note: See TracChangeset
for help on using the changeset viewer.