Changeset 3367 for trunk/LMDZ.COMMON/libf/evolution/compute_tend_mod.F90
- Timestamp:
- Jun 11, 2024, 5:15:20 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/compute_tend_mod.F90
r3366 r3367 13 13 !======================================================================= 14 14 ! 15 ! Compute the initial tendencies of the evolution icebased on the PCM data15 ! Compute the initial tendencies of the ice evolution based on the PCM data 16 16 ! 17 17 !======================================================================= … … 33 33 where (abs(tendencies_ice) < 1.e-10) tendencies_ice = 0. 34 34 35 ! If the minimum over the last year is 0 then we have no perennial ice35 ! If the minimum over the last year is 0, then we have no perennial ice 36 36 where (abs(min_ice(:,:,2)) < 1.e-10) tendencies_ice = 0. 37 37 38 END SUBROUTINE compute_tend 38 39
Note: See TracChangeset
for help on using the changeset viewer.