Changeset 4134 for trunk/LMDZ.COMMON/libf/evolution/tendencies.F90
- Timestamp:
- Mar 16, 2026, 3:24:12 PM (2 days ago)
- File:
-
- 1 edited
-
trunk/LMDZ.COMMON/libf/evolution/tendencies.F90 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/tendencies.F90
r4110 r4134 58 58 ! ---- 59 59 ! We compute the difference to get the tendency 60 d_ice = min_ice(:,:,2) - min_ice(:,:,1)60 d_ice(:,:) = min_ice(:,:,2) - min_ice(:,:,1) 61 61 62 62 ! If the difference is too small, then there is no evolution
Note: See TracChangeset
for help on using the changeset viewer.
