- Timestamp:
- Jan 20, 2025, 3:40:52 PM (6 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/dimphy.f90
r5492 r5494 14 14 15 15 !$OMP THREADPRIVATE(klon,kfdia,kidia,kdlon) 16 REAL,save,allocatable,dimension(:) :: zmasq 16 ! note that klev, klevp1, klevm1 and kflev are 17 ! not included in an ompthreadprivate statement 18 ! because of the way they are initialized below (omp master) 19 20 REAL,save,allocatable,dimension(:) :: zmasq 17 21 !$OMP THREADPRIVATE(zmasq) 18 22
Note: See TracChangeset
for help on using the changeset viewer.