Ignore:
Timestamp:
Apr 23, 2024, 4:31:32 PM (7 months ago)
Author:
jbclement
Message:

PEM:
Small correction about the dimension of an array.
JBC

Location:
trunk/LMDZ.COMMON/libf/evolution
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/changelog.txt

    r3308 r3313  
    280280== 19/04/2024 == JBC
    281281Few 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
     284Small correction about the dimension of an array.
  • trunk/LMDZ.COMMON/libf/evolution/pemredem.F90

    r3297 r3313  
    2828real, dimension(ngrid),        intent(in) :: lonfi, latfi
    2929real, dimension(ngrid),        intent(in) :: cell_area     ! boundaries for bining of the slopes
    30 real, dimension(ngrid + 1),    intent(in) :: def_slope     ! boundaries for bining of the slopes
     30real, dimension(nslope + 1),   intent(in) :: def_slope     ! boundaries for bining of the slopes
    3131real, dimension(ngrid,nslope), intent(in) :: subslope_dist ! undermesh statistics
    3232
Note: See TracChangeset for help on using the changeset viewer.