Last change
on this file since 2863 was
2835,
checked in by romain.vande, 3 years ago
|
Mars PEM:
Introduction of the possibility to follow an orbital forcing.
Introduction of new control parameters.
Cleaning of the PEM (removing unused files, add comments and new files)
A file named run_PEM.def can be added to the run.def. It contains the following variables:
_ evol_orbit_pem: Boolean. Do you want to follow an orbital forcing predefined (read in ob_ex_lsp.asc for example)? (default=false)
_ year_bp_ini: Integer. Number of year before present to start the pem run if evol_orbit_pem=.true. , default=0
_ Max_iter_pem: Integer. Maximal number of iteration if none of the stopping criterion is reached and if evol_orbit_pem=.false., default=99999999
_ dt_pem: Integer. Time step of the PEM in year, default=1
_ alpha_criterion: Real. Acceptance rate of sublimating ice surface change, default=0.2
_ soil_pem: Boolean. Do you want to run with subsurface physical processes in the PEM? default=.true.
RV
|
File size:
653 bytes
|
Line | |
---|
1 | MODULE temps_mod_evol |
---|
2 | |
---|
3 | IMPLICIT NONE |
---|
4 | |
---|
5 | INTEGER year_bp_ini ! year_bp_ini : Initial year of the simulation of the PEM (in evol.def) |
---|
6 | INTEGER dt_pem ! dt_pem : in years, the time step used by the PEM |
---|
7 | REAL alpha_criterion ! alpha_criterion : percentage of change before stopping the PEM |
---|
8 | INTEGER year_PEM ! year written in startfiPEM.nc |
---|
9 | INTEGER Max_iter_pem ! Maximal number of iteration when converging to a steady state, read in evol.def |
---|
10 | LOGICAL evol_orbit_pem ! True if we want to follow the orbital parameters of ob_ex_lsp.asc, read in evol.def |
---|
11 | |
---|
12 | END MODULE temps_mod_evol |
---|
Note: See
TracBrowser
for help on using the repository browser.