Changeset 1900 for LMDZ5/trunk/libf/phydev
- Timestamp:
- Nov 6, 2013, 11:25:21 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phydev/physiq.F90
r1897 r1900 80 80 integer,save :: iwrite_phys ! output every iwrite_phys physics step 81 81 !$OMP THREADPRIVATE(iwrite_phys) 82 integer :: iwrite_phys_omp ! intermediate variable to read iwrite_phys 82 integer,save :: iwrite_phys_omp ! intermediate variable to read iwrite_phys 83 ! (must be shared by all threads) 83 84 real :: t_ops ! frequency of the IOIPSL operations (eg average over...) 84 85 real :: t_wrt ! frequency of the IOIPSL outputs
Note: See TracChangeset
for help on using the changeset viewer.