Ignore:
Timestamp:
Apr 19, 2024, 7:17:31 PM (7 months ago)
Author:
jbclement
Message:

PEM:
Few 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.
JBC

File:
1 edited

Legend:

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

    r3256 r3308  
    55
    66! Flags for ice management
    7 logical :: h2oice_flow ! True by default, to compute H2O ice flow. Read in "run_PEM.def"
    8 logical :: co2ice_flow ! True by default, to compute CO2 ice flow. Read in "run_PEM.def"
     7logical :: h2oice_flow  ! True by default, to compute H2O ice flow. Read in "run_PEM.def"
     8logical :: co2ice_flow  ! True by default, to compute CO2 ice flow. Read in "run_PEM.def"
    99logical :: metam_h2oice ! False by default, to compute H2O ice metamorphism. Read in "run_PEM.def"
    1010logical :: metam_co2ice ! False by default, to compute CO2 ice metamorphism. Read in "run_PEM.def"
Note: See TracChangeset for help on using the changeset viewer.