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

Last change on this file since 3532 was 3498, checked in by jbclement, 7 weeks ago

PEM:

  • Correction of the variable name for the ice table depth in "pemetat0.F90". So it is now got as intended from the "startpem.nc" file;
  • Renaming of the tendencies in the PEM with the prefix 'd_' instead of 'tend_';
  • Modification of the PEM time step type from integer to real. As a consequence, all time variables are now of real type. This change adds the possibility to consider fractions of year as time step.

JBC

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