Changeset 3498 for trunk/LMDZ.COMMON/libf/evolution/time_evol_mod.F90
- Timestamp:
- Nov 7, 2024, 2:48:08 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/time_evol_mod.F90
r3214 r3498 3 3 implicit none 4 4 5 integer:: year_bp_ini ! Initial year (in Planetary years) of the simulation of the PEM defined in run.def (in Earth years)6 integer :: dt_pem! Time step used by the PEM in Planetary years5 real :: year_bp_ini ! Initial year (in Planetary years) of the simulation of the PEM defined in run.def (in Earth years) 6 real :: dt ! Time step used by the PEM in Planetary years 7 7 real :: convert_years ! Conversion ratio from Planetary years to Earth years 8 8 real :: h2o_ice_crit ! Percentage of change of the surface of h2o ice sublimating before stopping the PEM 9 9 real :: co2_ice_crit ! Percentage of change of the surface of co2 ice sublimating before stopping the PEM 10 10 real :: ps_criterion ! Percentage of change of averaged surface pressure before stopping the PEM 11 integer :: Max_iter_pem ! Maximal number of iteration when converging to a steady state, read in evol.def11 integer :: Max_iter_pem ! Maximal number of iterations when converging to a steady state, read in evol.def 12 12 logical :: evol_orbit_pem ! True if we want to follow the orbital parameters of obl_ecc_lsp.asc, read in evol.def 13 13 logical :: var_obl ! True if we want the PEM to follow obl_ecc_lsp.asc parameters for obliquity
Note: See TracChangeset
for help on using the changeset viewer.