Changeset 3619 for trunk/LMDZ.MARS/libf/phymars/vdifc_mod.F
- Timestamp:
- Feb 11, 2025, 4:42:38 PM (10 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/vdifc_mod.F
r3468 r3619 34 34 & subslope_dist,major_slope,iflat 35 35 use microphys_h, only: To 36 use paleoclimate_mod, only: d_coef,h2o_ice_depth,lag_layer 36 use paleoclimate_mod, only: d_coef,h2o_ice_depth,lag_layer, 37 & zdqsdif_ssi_tot 37 38 use comsoil_h, only: layer, mlayer,adsorption_soil 38 39 use vdif_cd_mod, only: vdif_cd … … 243 244 REAL zdqsdif_ssi_atm_tot(ngrid,nslope) ! SSI - atmosphere flux (kg/m^2/s^-1) summed over all subtimestep 244 245 REAL zdqsdif_ssi_frost_tot(ngrid,nslope) ! SSI - frost flux (kg/m^2/s^-1) summed over all subtimestep 245 REAL zdqsdif_ssi_tot(ngrid,nslope) ! Total flux of the interactions with SSI kg/m^2/s^-1)246 246 247 247 REAL :: tol_frost = 2e-3 ! tolerence for frost thicnkess (kg/m^2) to avoid numerical noise effect
Note: See TracChangeset
for help on using the changeset viewer.