Ignore:
Timestamp:
Feb 17, 2026, 2:45:53 PM (12 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/soil_temp.F90

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