Changeset 3313 for trunk/LMDZ.COMMON/libf/evolution
- Timestamp:
- Apr 23, 2024, 4:31:32 PM (7 months ago)
- Location:
- trunk/LMDZ.COMMON/libf/evolution
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/changelog.txt
r3308 r3313 280 280 == 19/04/2024 == JBC 281 281 Few small corrections to make the PEM work in 3D, in particular concerning the initialization of the planet type and the evolution of ice with slopes. 282 283 == 23/04/2024 == JBC 284 Small correction about the dimension of an array. -
trunk/LMDZ.COMMON/libf/evolution/pemredem.F90
r3297 r3313 28 28 real, dimension(ngrid), intent(in) :: lonfi, latfi 29 29 real, dimension(ngrid), intent(in) :: cell_area ! boundaries for bining of the slopes 30 real, dimension(n grid + 1),intent(in) :: def_slope ! boundaries for bining of the slopes30 real, dimension(nslope + 1), intent(in) :: def_slope ! boundaries for bining of the slopes 31 31 real, dimension(ngrid,nslope), intent(in) :: subslope_dist ! undermesh statistics 32 32
Note: See TracChangeset
for help on using the changeset viewer.