MODULE time_phylmdz_mod IMPLICIT NONE REAL,SAVE :: dtphys ! physics time step (s) !$OMP THREADPRIVATE(dtphys) REAL,SAVE :: daysec ! length of day (s) !$OMP THREADPRIVATE(daysec) INTEGER,SAVE :: steps_per_sol ! number of physics steps per sol !$OMP THREADPRIVATE(steps_per_sol) INTEGER,SAVE :: day_ini ! initial day of the run !$OMP THREADPRIVATE(day_ini) INTEGER,SAVE :: day_end ! final day of the run !$OMP THREADPRIVATE(day_end) REAL,SAVE :: hour_ini ! start time (fraction of day) of the run ! 0=