Ignore:
Timestamp:
Feb 17, 2026, 2:45:53 PM (13 days ago)
Author:
jbclement
Message:

PEM:

  • Correct management of H2O ice tendency in 1D when there is not enough ice anymore.
  • Clean initialization of allocatable module arrays (especially needed when no slope)
  • One more renaming for consistency + few small updates thoughout the code.

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/slopes.F90

    r4065 r4074  
    5959if (.not. allocated(def_slope_mean)) allocate(def_slope_mean(nslope))
    6060if (.not. allocated(subslope_dist)) allocate(subslope_dist(ngrid,nslope))
     61def_slope_mean(:) = 0._dp
     62subslope_dist(:,:) = 1._dp
    6163
    6264END SUBROUTINE ini_slopes
Note: See TracChangeset for help on using the changeset viewer.