Changeset 3327 for trunk/LMDZ.COMMON/libf/evolution/deftank
- Timestamp:
- May 15, 2024, 4:45:14 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/run_PEM.def
r3320 r3327 12 12 #---------- Orbital parameters ----------# 13 13 # Do you want to follow an orbital forcing read in "obl_ecc_lsp.asc"? Default = .false. 14 evol_orbit_pem=.true.14 # evol_orbit_pem=.false. 15 15 16 16 # If evol_orbit_pem=.true., number of Earth years before present to start the PEM run? Default = 0 17 year_earth_bp_ini=-100000017 # year_earth_bp_ini=0 18 18 19 19 # Do you want to vary the obliquity when following "obl_ecc_lsp.asc"? Default = .true. 20 var_obl=.true.20 # var_obl=.false. 21 21 22 22 # Do you want to vary the eccentricity when following "obl_ecc_lsp.asc"? Default = .true. 23 var_ecc=.true.23 # var_ecc=.false. 24 24 25 25 # Do you want to vary the ls perihelie when following "obl_ecc_lsp.asc"? Default = .true. 26 var_lsp=.true.26 # var_lsp=.false. 27 27 28 28 #---------- Stopping criteria parameters ----------# 29 29 # If evol_orbit_pem=.false., maximal number of iterations if no stopping criterion is reached? Default=100000000 30 # Max_iter_pem=10000000030 # Max_iter_pem=10 31 31 32 32 # Acceptance rate of sublimating H2O ice surface change? Default = 0.2 … … 46 46 # soil_pem=.true. 47 47 48 # Do you want to run with adsoprtion in the PEM? Default = . true.48 # Do you want to run with adsoprtion in the PEM? Default = .false. 49 49 # adsorption_pem=.true. 50 50 … … 90 90 91 91 # Do you want the CO2 ice to flow along subslope inside a cell? Default = .true. 92 # co2ice_flow=. true.92 # co2ice_flow=.false. 93 93 94 94 #---------- Layering parameters ----------#
Note: See TracChangeset
for help on using the changeset viewer.