source: trunk/LMDZ.MARS/deftank/pem/run_PEM.def @ 2980

Last change on this file since 2980 was 2963, checked in by romain.vande, 20 months ago

Mars PEM :

Adapt PEM to the subslope PCM configuration, it is now fully compatible.

Create a PEM folder in deftank that contains:

run_pem1: a bash file that runs chained simulation of PEM as well as running a parameterizable number of PCM simulation in between.

It also takes care of reshaping XIOS output as well as renaming outputs etc… in the spirit of run_month1.

It is written for Irene machine and the header needs to be adapted for other machines.

run_PEM.def: A text file that shows the possible parameters to choose before a PEM simulation.

It should be included at the end of run.def just like callphys.def

ob_ex_lsp.asc: An ascii file containing the obliquity, eccentricity, ls_peri data from Laskar in Martian year.
README: A txt file explaining the content of the folder

Adapt field_def_physics_mars.xml to consider the case with 7 subslopes in the PCM.
Change context_lmdz_physics.xml to be able to output the file needed by the PEM.

Correct a few other minor bugs.

RV

File size: 2.4 KB
Line 
1#
2#-----------------------------------------------------------------------
3#PEM run control parameters:                                         
4#--------------------------- 
5
6#---------- ORBITAL parameters --------------#
7
8# Do you want to follow an orbital forcing predefined (read in ob_ex_lsp.asc for example)? (default=false)
9#  evol_orbit_pem=.false.
10
11# Number of (Martian) year before present to start the pem run if evol_orbit_pem=.true. , default=0
12#  year_bp_ini=-507217
13
14# Do you want to vary the obliquity when following ob_ex_lsp.asc? Default =.true.
15#  var_obl=.true.
16
17# Do you want to vary the excenticity when following ob_ex_lsp.asc? Default =.true.
18#  var_ex=.true.
19
20# Do you want to vary the ls perihelie when following ob_ex_lsp.asc? Default =.true.
21#  var_lsp=.true.
22
23#---------- Stopping criterion parameters --------------#
24
25# Maximal number of iteration if none of the stopping criterion is reached and if evol_orbit_pem=.false., default=99999999
26#  Max_iter_pem=99999999
27
28# Acceptance rate of sublimating water ice surface change, default=0.2
29# water_ice_criterion=0.2
30
31# Acceptance rate of sublimating co2 ice surface change, default=0.2
32# co2_ice_criterion=0.2
33
34# Acceptance rate of pressure surface change, default=0.15
35# ps_criterion = 0.15
36
37# Time step of the PEM in year, default=1
38# dt_pem=1
39
40#---------- Subsurface parameters --------------#
41
42# Do you want to run with subsurface physical processes in the PEM? default=.true.
43# soil_pem=.true.
44
45# Do you want to run with adsoprtion in the PEM? default=.true.
46# adsorption_pem = .true.
47
48# Do you want to have the glacier to flow along subslope inside a mesh? default=.true.
49# co2glaciersflow = .true.
50
51# Do you want to modify the soil thermal properties with the pressure ? default=.false.
52# reg_thprop_dependp = .false.
53
54#---------- Layering parameters --------------#
55
56# Value of the geothermal flux? default= 0.
57# fluxgeo = 0.
58
59#  Depth at which the breccia layer begins? default= 50 m
60# depth_breccia   = 10.
61
62# Depth at which the bedrock layer begins? default= 1000 m
63# depth_bedrock   = 1000.
64
65# Do we compute the ice table at equilibrium?
66# icetable_equilibrium = .true.
67
68# Do we compute the ice table with the dynamic method?
69# icetable_dynamic = .false.
70
71#---------- Water reservoirs parameters --------------#
72
73# Default amont of water reservoir if the variable is not present in startfi_PEM.nc
74# water_reservoir_nom = 1e4
75
76
77
78
Note: See TracBrowser for help on using the repository browser.