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

    r4071 r4074  
    6767if (.not. allocated(h2o_frost4PCM)) allocate(h2o_frost4PCM(ngrid,nslope))
    6868if (.not. allocated(co2_frost4PCM)) allocate(co2_frost4PCM(ngrid,nslope))
     69h2ofrost_PCM(:,:) = 0._dp
     70co2frost_PCM(:,:) = 0._dp
     71h2o_frost4PCM(:,:) = 0._dp
     72co2_frost4PCM(:,:) = 0._dp
    6973
    7074END SUBROUTINE ini_frost
Note: See TracChangeset for help on using the changeset viewer.