Ignore:
Timestamp:
Dec 19, 2023, 3:14:48 PM (13 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/deftank/run_PEM.def

    r3159 r3161  
    2828#  Max_iter_pem=100000000
    2929
    30 # Acceptance rate of sublimating H2o ice surface change? Default = 0.2
     30# Acceptance rate of sublimating H2O ice surface change? Default = 0.2
    3131# h2o_ice_crit=0.2
    3232
     
    4747# adsorption_pem=.true.
    4848
    49 # Do you want the glaciers to flow along subslope inside a mesh? Default = .true.
    50 # co2glaciersflow=.true.
    51 
    5249# Do you want to modify the soil thermal properties with the pressure? Default = .false.
    5350# reg_thprop_dependp=.false.
    5451
    5552#---------- Layering parameters ----------#
    56 # Value of the geothermal flux? Default= 0.
     53# Value of the geothermal flux? Default = 0.
    5754# fluxgeo=0.
    5855
     
    7067
    7168#---------- Ice management parameters ----------#
    72 # Amount of h2o ice to initialize the big reservoir if the variable is not present in "startfi_PEM.nc"? Default = 1.e4
    73 # ini_h2o_bigreservoir=1.e4
     69# Amount of H2O ice to initialize the huge reservoir if the variable is not present in "startfi_PEM.nc"? Default = 1.e4
     70# ini_huge_h2oice=1.e4
    7471
    7572# Threshold to consider the amount of H2O ice as an infinite reservoir? Default = 2.e3
    7673# inf_h2oice_threshold=2.e3
    7774
     75# Do you want H2O frost to transform into perennial H2O ice? Default = .false.
     76# metam_h2oice=.false.
     77
    7878# Threshold to consider frost is becoming perennial H2O ice? Default = 5.e-2
    7979# metam_h2oice_threshold=5.e-2
     80
     81# Do you want the H2O ice to flow along subslope inside a cell? Default = .true.
     82# h2oice_flow=.true.
     83
     84# Do you want CO2 frost to transform into perennial CO2 ice? Default = .false.
     85# metam_co2ice=.false.
    8086
    8187# Threshold to consider frost is becoming perennial CO2 ice? Default = 16.e3
    8288# metam_co2ice_threshold=16.e3
    8389
     90# Do you want the CO2 ice to flow along subslope inside a cell? Default = .true.
     91# co2ice_flow=.true.
     92
    8493# Some definitions for the physics, in file 'callphys.def'
    8594INCLUDEDEF=callphys.def
Note: See TracChangeset for help on using the changeset viewer.