source: trunk/LMDZ.COMMON/libf/evolution/deftank/run_PEM.def @ 3182

Last change on this file since 3182 was 3161, checked in by jbclement, 2 years ago

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 size: 3.1 KB
Line 
1#
2#-------------------------------------
3# Run control parameters for the PEM
4#-------------------------------------
5
6#---------- Output parameters ----------#
7# Frequency of outputs for the PEM? Default = 1
8ecritpem=1
9
10#---------- Orbital parameters ----------#
11# Do you want to follow an orbital forcing read in "obl_ecc_lsp.asc"? Default = .false.
12  evol_orbit_pem=.true.
13
14# If evol_orbit_pem=.true., number of Earth years before present to start the PEM run? Default = 0
15  year_earth_bp_ini=-1000000
16
17# Do you want to vary the obliquity when following "obl_ecc_lsp.asc"? Default = .true.
18  var_obl=.true.
19
20# Do you want to vary the eccentricity when following "obl_ecc_lsp.asc"? Default = .true.
21  var_ecc=.true.
22
23# Do you want to vary the ls perihelie when following "obl_ecc_lsp.asc"? Default = .true.
24  var_lsp=.true.
25
26#---------- Stopping criteria parameters ----------#
27# If evol_orbit_pem=.false., maximal number of iterations if no stopping criterion is reached? Default=100000000
28#  Max_iter_pem=100000000
29
30# Acceptance rate of sublimating H2O ice surface change? Default = 0.2
31# h2o_ice_crit=0.2
32
33# Acceptance rate of sublimating CO2 ice surface change? Default = 0.2
34# co2_ice_crit=0.2
35
36# Acceptance rate of pressure surface change? Default = 0.15
37# ps_criterion = 0.15
38
39# Time step length of the PEM in Martian years? Default = 1
40# dt_pem=1
41
42#---------- Subsurface parameters ----------#
43# Do you want to run with subsurface physical processes in the PEM? Default = .true.
44# soil_pem=.true.
45
46# Do you want to run with adsoprtion in the PEM? Default = .true.
47# adsorption_pem=.true.
48
49# Do you want to modify the soil thermal properties with the pressure? Default = .false.
50# reg_thprop_dependp=.false.
51
52#---------- Layering parameters ----------#
53# Value of the geothermal flux? Default = 0.
54# fluxgeo=0.
55
56# Depth at which the breccia layer begins? Default = 10 m
57# depth_breccia=10.
58
59# Depth at which the bedrock layer begins? Default = 1000 m
60# depth_bedrock=1000.
61
62# Is the ice table computed at equilibrium? Default = .true.
63# icetable_equilibrium=.true.
64
65# Is the ice table computed with the dynamic method? Default = .false.
66# icetable_dynamic=.false.
67
68#---------- Ice management parameters ----------#
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
71
72# Threshold to consider the amount of H2O ice as an infinite reservoir? Default = 2.e3
73# inf_h2oice_threshold=2.e3
74
75# Do you want H2O frost to transform into perennial H2O ice? Default = .false.
76# metam_h2oice=.false.
77
78# Threshold to consider frost is becoming perennial H2O ice? Default = 5.e-2
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.
86
87# Threshold to consider frost is becoming perennial CO2 ice? Default = 16.e3
88# metam_co2ice_threshold=16.e3
89
90# Do you want the CO2 ice to flow along subslope inside a cell? Default = .true.
91# co2ice_flow=.true.
92
93# Some definitions for the physics, in file 'callphys.def'
94INCLUDEDEF=callphys.def
Note: See TracBrowser for help on using the repository browser.