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 years, the time step used by the PEM REAL alpha_criterion ! alpha_criterion : percentage of change 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 END MODULE temps_mod_evol