Changeset 3161 for trunk/LMDZ.COMMON/libf/evolution/deftank
- Timestamp:
- Dec 19, 2023, 3:14:48 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/run_PEM.def
r3159 r3161 28 28 # Max_iter_pem=100000000 29 29 30 # Acceptance rate of sublimating H2 oice surface change? Default = 0.230 # Acceptance rate of sublimating H2O ice surface change? Default = 0.2 31 31 # h2o_ice_crit=0.2 32 32 … … 47 47 # adsorption_pem=.true. 48 48 49 # Do you want the glaciers to flow along subslope inside a mesh? Default = .true.50 # co2glaciersflow=.true.51 52 49 # Do you want to modify the soil thermal properties with the pressure? Default = .false. 53 50 # reg_thprop_dependp=.false. 54 51 55 52 #---------- Layering parameters ----------# 56 # Value of the geothermal flux? Default = 0.53 # Value of the geothermal flux? Default = 0. 57 54 # fluxgeo=0. 58 55 … … 70 67 71 68 #---------- Ice management parameters ----------# 72 # Amount of h2o ice to initialize the bigreservoir if the variable is not present in "startfi_PEM.nc"? Default = 1.e473 # ini_h 2o_bigreservoir=1.e469 # 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 74 71 75 72 # Threshold to consider the amount of H2O ice as an infinite reservoir? Default = 2.e3 76 73 # inf_h2oice_threshold=2.e3 77 74 75 # Do you want H2O frost to transform into perennial H2O ice? Default = .false. 76 # metam_h2oice=.false. 77 78 78 # Threshold to consider frost is becoming perennial H2O ice? Default = 5.e-2 79 79 # 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. 80 86 81 87 # Threshold to consider frost is becoming perennial CO2 ice? Default = 16.e3 82 88 # metam_co2ice_threshold=16.e3 83 89 90 # Do you want the CO2 ice to flow along subslope inside a cell? Default = .true. 91 # co2ice_flow=.true. 92 84 93 # Some definitions for the physics, in file 'callphys.def' 85 94 INCLUDEDEF=callphys.def
Note: See TracChangeset
for help on using the changeset viewer.