Changeset 4180 for trunk/LMDZ.COMMON/libf/evolution/surf_temp.F90
- Timestamp:
- Apr 10, 2026, 7:17:55 PM (6 hours ago)
- File:
-
- 1 edited
-
trunk/LMDZ.COMMON/libf/evolution/surf_temp.F90 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/surf_temp.F90
r4147 r4180 16 16 ! DEPENDENCIES 17 17 ! ------------ 18 use numerics, only: dp, di, k4, minieps18 use numerics, only: dp, di, k4, eps 19 19 20 20 ! DECLARATION … … 182 182 do i = 1,nlon 183 183 do islope = 1,nslope 184 if (mask_co2ice_ini(i,j,islope) > 0.5_dp .and. co2ice_ll(i,j,islope) < minieps .and. mask_co2ice_disappeared(i,j,islope) < 0.5_dp) then184 if (mask_co2ice_ini(i,j,islope) > 0.5_dp .and. co2ice_ll(i,j,islope) < eps .and. mask_co2ice_disappeared(i,j,islope) < 0.5_dp) then 185 185 found = .false. 186 186 mask_co2ice_disappeared(i,j,islope) = 1._dp
Note: See TracChangeset
for help on using the changeset viewer.
