Changeset 4180 for trunk/LMDZ.COMMON/libf/evolution/soil_therm_inertia.F90
- Timestamp:
- Apr 10, 2026, 7:17:55 PM (9 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/soil_therm_inertia.F90
r4135 r4180 18 18 ! DEPENDENCIES 19 19 ! ------------ 20 use numerics, only: dp, di, k4, minieps20 use numerics, only: dp, di, k4, eps 21 21 22 22 ! DECLARATION … … 143 143 regolith_inertia(:,islope) = inertiedat(:,1) 144 144 do ig = 1,ngrid 145 if (abs(h2o_ice(ig,islope)) < minieps) regolith_inertia(ig,islope) = TI_regolith_avg145 if (abs(h2o_ice(ig,islope)) < eps) regolith_inertia(ig,islope) = TI_regolith_avg 146 146 if (reg_thprop_dependp) then 147 147 if (TI(ig,1,islope) < reg_inertie_thresold) then … … 191 191 if (icetable_depth(ig,islope) > -1.e-6_dp) then 192 192 ! 3.0 Case where it is perennial ice 193 if (icetable_depth(ig,islope) < minieps) then193 if (icetable_depth(ig,islope) < eps) then 194 194 call get_ice_TI(.true.,1._dp,0._dp,ice_inertia) 195 195 do isoil = 1,nsoil
Note: See TracChangeset
for help on using the changeset viewer.
