source: trunk/LMDZ.COMMON/libf/evolution/deftank/run_pem.def

Last change on this file was 4134, checked in by jbclement, 4 weeks ago

PEM:

  • Add a periodic backup based on a single wrapper which builds PCM-compatible climate state and writes "restart" files.
  • Remove condition "if (.not. allocated(*))" for more strict safeguard.

JBC

File size: 3.6 KB
Line 
1#------------------------------------#
2# Run control parameters for the PEM #
3#------------------------------------#
4
5#---------- Output parameters ----------#
6# Do you want to output onto the terminal? Default = .true.
7# out2term=.true.
8
9# Do you want to output into a log file? Default = .false.
10# out2log=.false.
11
12# Which level of verbosity do you want to? Default = 2
13# verbosity_lvl=2
14
15# Value of output rate for diagnostic files? Default = 1
16# output_rate=1
17
18# Value of output rate for backup files? Set 0 to disable. Default = 0
19# backup_rate=0
20
21#---------- Orbital parameters ----------#
22# Do you want to follow an orbital forcing read in "obl_ecc_lsp.asc"? Default = .false.
23# evo_orbit=.false.
24
25# If evo_orbit=.true., number of Earth years before present to start the PEM run. Default = 0
26# pem_ini_earth_date=0
27
28# Do you want the obliquity to evolve when following "obl_ecc_lsp.asc"? Default = .true.
29# evo_obl=.true.
30
31# Do you want the eccentricity to evolve when following "obl_ecc_lsp.asc"? Default = .true.
32# evo_ecc=.true.
33
34# Do you want the ls perihelie to evolve when following "obl_ecc_lsp.asc"? Default = .true.
35# evo_lsp=.true.
36
37# Time step length of the PEM in Martian years? Default = 1.
38# dt=1
39
40#---------- Stopping criteria parameters ----------#
41# If evo_orbit=.false., maximal number of iterations if no stopping criterion is reached. Default=100000000.
42# nmax_yr_run=100000000
43
44# Acceptance rate of sublimating H2O ice surface change. Default = 0.2
45# h2oice_crit=0.2
46
47# Acceptance rate of sublimating CO2 ice surface change. Default = 0.2
48# co2ice_crit=0.2
49
50# Acceptance rate of pressure surface change. Default = 0.15
51# ps_crit = 0.15
52
53# Acceptance of change for obliquity. Default = 1.
54# max_change_obl=1.
55
56# Acceptance of change for eccentricity? Default = 5.e-3
57# max_change_ecc=5.e-3
58
59# Acceptance of change for Lsp? Default = 20.
60# max_change_lsp=20.
61
62#---------- Subsurface parameters ----------#
63# Do you want to run with subsurface physical processes in the PEM? Default = .true.
64# do_soil=.true.
65
66# Do you want to run with adsorption/desorption in the PEM? Default = .false.
67# do_sorption=.false.
68
69# Do you want to modify the soil thermal properties with the pressure? Default = .false.
70# reg_thprop_dependp=.false.
71
72# Value of the geothermal flux. Default = 0.
73# flux_geo=0.
74
75# Depth at which the breccia layer begins. Default = 10 m
76# depth_breccia=10.
77
78# Depth at which the bedrock layer begins. Default = 1000 m
79# depth_bedrock=1000.
80
81# Is the ice table computed at equilibrium? Default = .true.
82# icetable_equilibrium=.true.
83
84# Is the ice table computed with the dynamic method? Default = .false.
85# icetable_dynamic=.false.
86
87#---------- Ice management parameters ----------#
88# Amount of H2O ice to initialize the huge reservoir if the variable is not present in "startevo.nc". Default = 9200. kg.m-2 (= 10 m)
89# h2oice_huge_ini=9200.
90
91# Threshold to consider the amount of H2O ice as an infinite reservoir. Default = 460. kg.m-2 (= 0.5 m)
92# threshold_h2oice_cap=460.
93
94# Do you want the H2O ice to flow along subslope inside a cell? Default = .true.
95# h2oice_flow=.true.
96
97# Do you want the CO2 ice to flow along subslope inside a cell? Default = .true.
98# co2ice_flow=.true.
99
100#---------- Layering parameters ----------#
101# Do you want to run with the layering algorithm? Default = .false.
102# do_layering=.false.
103 
104# Value of the dust tendency. Default = 5.78e-2 kg.m-2.y-1
105# d_dust=5.78e-2
106 
107# Do you want to impose a dust-to-ice ratio instead of a dust tendency? Default = .false.
108# impose_dust_ratio=.false.
109 
110# If impose_dust_ratio=.true., value of the dust-to-ice ratio. Default = 0.1
111# dust2ice_ratio=0.1
112
113# Some definitions in file "run_pcm.def" and "callphys.def"
114INCLUDEDEF=run_pcm.def
Note: See TracBrowser for help on using the repository browser.