MODULE temps_mod_evol IMPLICIT NONE INTEGER year_bp_ini ! year_bp_ini : Initial year of the simulation of the PEM (in evol.def) INTEGER dt_pem ! dt_pem : in Planetary years, the time step used by the PEM REAL water_ice_criterion ! Percentage of change of the surface of water ice sublimating before stopping the PEM REAL co2_ice_criterion ! Percentage of change of the surface of co2 ice sublimating before stopping the PEM REAL ps_criterion ! Percentage of change of averaged surface pressure before stopping the PEM INTEGER year_PEM ! year written in startfiPEM.nc INTEGER Max_iter_pem ! Maximal number of iteration when converging to a steady state, read in evol.def LOGICAL evol_orbit_pem ! True if we want to follow the orbital parameters of ob_ex_lsp.asc, read in evol.def LOGICAL var_obl ! True if we want the PEM to follow ob_ex_lsp.asc parameters for obliquity LOGICAL var_ex ! True if we want the PEM to follow ob_ex_lsp.asc parameters for excenticity LOGICAL var_lsp ! True if we want the PEM to follow ob_ex_lsp.asc parameters for ls perihelie END MODULE temps_mod_evol