|
Last change
on this file since 2985 was
2894,
checked in by romain.vande, 3 years ago
|
|
Mars PEM:
New Boolean options for following orbital parameters of ob_ex_lsp.asc: var_obl, var_ex, var_lsp.
If using evol_orbit_pem=true, you can specify which parameter to follow.
True by default: Do you want to change the parameter XXX during the PEM run as prescribed in ob_ex_lsp.asc.
If false, it is set to constant (to the value of the tab_cntrl in the start)
RV
|
|
File size:
1.3 KB
|
| 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 Planetary years, the time step used by the PEM |
|---|
| 7 | REAL water_ice_criterion ! Percentage of change of the surface of water ice sublimating before stopping the PEM |
|---|
| 8 | REAL co2_ice_criterion ! Percentage of change of the surface of co2 ice sublimating before stopping the PEM |
|---|
| 9 | REAL ps_criterion ! Percentage of change of averaged surface pressure before stopping the PEM |
|---|
| 10 | INTEGER year_PEM ! year written in startfiPEM.nc |
|---|
| 11 | INTEGER Max_iter_pem ! Maximal number of iteration when converging to a steady state, read in evol.def |
|---|
| 12 | LOGICAL evol_orbit_pem ! True if we want to follow the orbital parameters of ob_ex_lsp.asc, read in evol.def |
|---|
| 13 | LOGICAL var_obl ! True if we want the PEM to follow ob_ex_lsp.asc parameters for obliquity |
|---|
| 14 | LOGICAL var_ex ! True if we want the PEM to follow ob_ex_lsp.asc parameters for excenticity |
|---|
| 15 | LOGICAL var_lsp ! True if we want the PEM to follow ob_ex_lsp.asc parameters for ls perihelie |
|---|
| 16 | |
|---|
| 17 | END MODULE temps_mod_evol |
|---|
Note: See
TracBrowser
for help on using the repository browser.