Changeset 2266 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Mar 25, 2020, 3:40:24 PM (5 years ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/nonoro_gwd_ran_mod.F90
r2225 r2266 41 41 implicit none 42 42 43 include "dimensions.h"44 include "paramet.h"45 43 include "yoegwd.h" 46 44 include "callkeys.h" -
trunk/LMDZ.MARS/libf/phymars/time_phylmdz_mod.F90
r1525 r2266 3 3 IMPLICIT NONE 4 4 REAL,SAVE :: dtphys ! physics time step (s) 5 !$OMP THREADPRIVATE( pdtphys)5 !$OMP THREADPRIVATE(dtphys) 6 6 INTEGER,SAVE :: day_step ! number of dynamical steps per day 7 7 ! (set via conf_phys)
Note: See TracChangeset
for help on using the changeset viewer.