- Timestamp:
- Oct 6, 2023, 5:32:11 PM (14 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/compute_tendencies_slope_mod.F90
r3075 r3076 1 MODULE compute_tendencies_slope_mod 2 3 implicit none 4 5 !======================================================================= 6 contains 7 !======================================================================= 8 1 9 SUBROUTINE compute_tendencies_slope(ngrid,nslope,min_ice_Y1,min_ice_Y2,tendencies_ice) 2 10 … … 18 26 ! OUTPUT 19 27 real, dimension(ngrid,nslope), intent(out) :: tendencies_ice ! physical point field : difference between the minima = evolution of perenial ice 20 21 28 !======================================================================= 22 29 … … 29 36 END SUBROUTINE compute_tendencies_slope 30 37 38 END MODULE compute_tendencies_slope_mod 39
Note: See TracChangeset
for help on using the changeset viewer.