Changeset 3159 for trunk/LMDZ.COMMON/libf/evolution/deftank
- Timestamp:
- Dec 14, 2023, 6:56:40 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/run_PEM.def
r3149 r3159 28 28 # Max_iter_pem=100000000 29 29 30 # Acceptance rate of sublimating waterice surface change? Default = 0.231 # water_ice_criterion=0.230 # Acceptance rate of sublimating H2o ice surface change? Default = 0.2 31 # h2o_ice_crit=0.2 32 32 33 33 # Acceptance rate of sublimating CO2 ice surface change? Default = 0.2 34 # co2_ice_crit erion=0.234 # co2_ice_crit=0.2 35 35 36 36 # Acceptance rate of pressure surface change? Default = 0.15 … … 69 69 # icetable_dynamic=.false. 70 70 71 #---------- H2O reservoir 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=1e4 71 #---------- 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 74 75 # Threshold to consider the amount of H2O ice as an infinite reservoir? Default = 2.e3 76 # inf_h2oice_threshold=2.e3 77 78 # Threshold to consider frost is becoming perennial H2O ice? Default = 5.e-2 79 # metam_h2oice_threshold=5.e-2 80 81 # Threshold to consider frost is becoming perennial CO2 ice? Default = 16.e3 82 # metam_co2ice_threshold=16.e3 74 83 75 84 # Some definitions for the physics, in file 'callphys.def'
Note: See TracChangeset
for help on using the changeset viewer.