Ignore:
Timestamp:
Dec 19, 2023, 3:14:48 PM (11 months ago)
Author:
jbclement
Message:

PEM:

  • Addition of flags defined in the "run_PEM.def" to decide to do or not CO2 & H2O ice metamorphism: 'metam_co2ice' and 'metam_h2oice' (default is false).
  • The variations of infinite reservoirs ('watercap') during the PCM years are now taken into account to update H2O ice at the PEM initialization.
  • 'ini_h2o_bigreservoir' is renamed into 'ini_huge_h2oice'.
  • Some cleanings, in particular for the main program "pem.F90".

JBC

File:
1 edited

Legend:

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

    r3159 r3161  
    3737real, parameter :: Lco2 =  5.71e5 ! Pilorget and Forget 2016
    3838
    39 ! Thresholds for ice management
    40 real, save :: inf_h2oice_threshold   ! To consider the amount of H2O ice as an infinite reservoir
    41 real, save :: metam_h2oice_threshold ! To consider frost is becoming perennial H2O ice
    42 real, save :: metam_co2ice_threshold ! To consider frost is becoming perennial CO2 ice
    43 
    4439END MODULE constants_marspem_mod
Note: See TracChangeset for help on using the changeset viewer.