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/config.F90

    r4072 r4074  
    2424
    2525character(7),  parameter :: rundef_name = 'run.def'
    26 character(11), parameter :: runPCMdef_name = 'run_PCM.def'
     26character(11), parameter :: runPCMdef_name = 'run_pcm.def'
    2727character(12), parameter :: callphys_name = 'callphys.def'
    2828
     
    203203call set_layered_deposits_config(do_layering_l,impose_dust_ratio_l,d_dust_l,dust2ice_ratio_l)
    204204
    205 ! Read "run_PCM.def" parameters
     205! Read "run_pcm.def" parameters
    206206hybrid = .true. ! Default
    207207call get_hybrid(hybrid)
     
    274274!
    275275! NOTES
    276 !     To work, it needs that "run_PEM.def" hols a line with
     276!     To work, it needs that "run_pem.def" hols a line with
    277277!     "INCLUDEDEF=callphys.def".
    278278!-----------------------------------------------------------------------
     
    318318!
    319319! DESCRIPTION
    320 !     Get the key definition in "run_PCM.def".
     320!     Get the key definition in "run_pcm.def".
    321321!
    322322! AUTHORS & DATE
Note: See TracChangeset for help on using the changeset viewer.