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

Last change on this file since 3046 was 3038, checked in by jbclement, 17 months ago

Mars PEM:

  • New version of scripts (launch_pem.sh and exeGCM.sh) to launch the chained simulation of GCM and PEM runs. It should be simpler and clearer for users;
  • Update of README accordingly;
  • ob_ex_lsp.asc is now in Earth years like original Laskar's data + rename obl_ecc_lsp.asc;
  • Some improvements for the script modify_startfi_orbit.sh;
  • Some changes in run_PEM.def and xml files.

JBC

File size: 2.3 KB
Line 
1#
2#-------------------------------------
3# Run control parameters for the PEM
4#-------------------------------------
5
6#---------- Orbital parameters ----------#
7# Do you want to follow an orbital forcing read in "obl_ecc_lsp.asc"? Default = .false.
8  evol_orbit_pem=.true.
9
10# If evol_orbit_pem=.true., number of Earth years before present to start the PEM run? Default = 0
11  year_earth_bp_ini=-1000000
12
13# Do you want to vary the obliquity when following "obl_ecc_lsp.asc"? Default = .true.
14  var_obl=.true.
15
16# Do you want to vary the eccentricity when following "obl_ecc_lsp.asc"? Default = .true.
17  var_ecc=.true.
18
19# Do you want to vary the ls perihelie when following "obl_ecc_lsp.asc"? Default = .true.
20  var_lsp=.true.
21
22#---------- Stopping criteria parameters ----------#
23# If evol_orbit_pem=.false., maximal number of iterations if no stopping criterion is reached? Default=100000000
24#  Max_iter_pem=100000000
25
26# Acceptance rate of sublimating water ice surface change? Default = 0.2
27# water_ice_criterion=0.2
28
29# Acceptance rate of sublimating CO2 ice surface change? Default = 0.2
30# co2_ice_criterion=0.2
31
32# Acceptance rate of pressure surface change? Default = 0.15
33# ps_criterion = 0.15
34
35# Time step length of the PEM in Martian years? Default = 1
36# dt_pem=1
37
38#---------- Subsurface parameters ----------#
39# Do you want to run with subsurface physical processes in the PEM? Default = .true.
40# soil_pem=.true.
41
42# Do you want to run with adsoprtion in the PEM? Default = .true.
43# adsorption_pem=.true.
44
45# Do you want the glaciers to flow along subslope inside a mesh? Default = .true.
46# co2glaciersflow=.true.
47
48# Do you want to modify the soil thermal properties with the pressure? Default = .false.
49# reg_thprop_dependp=.false.
50
51#---------- Layering parameters ----------#
52# Value of the geothermal flux? Default= 0.
53# fluxgeo=0.
54
55# Depth at which the breccia layer begins? Default = 10 m
56# depth_breccia=10.
57
58# Depth at which the bedrock layer begins? Default = 1000 m
59# depth_bedrock=1000.
60
61# Is the ice table computed at equilibrium? Default = .true.
62# icetable_equilibrium=.true.
63
64# Is the ice table computed with the dynamic method? Default = .false.
65# icetable_dynamic=.false.
66
67#---------- Water reservoirs parameters --------------#
68# Amont of water reservoir if the variable is not present in startfi_PEM.nc? Default = 1.e4
69# water_reservoir_nom=1e4
Note: See TracBrowser for help on using the repository browser.