- Timestamp:
- Jun 18, 2015, 1:53:21 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/regular_lonlat_mod.f90
r3825 r3835 11 11 INTEGER, PARAMETER :: south=2 ! boundaries of regular lontlat 12 12 13 ! Global definition, shared by all threads 14 ! Do not set threadprivate directives 15 13 16 REAL,SAVE,ALLOCATABLE :: lon_reg(:) ! value of longitude cell (rad) 14 !$OMP THREADPRIVATE(lon_reg)15 17 16 18 REAL,SAVE,ALLOCATABLE :: lat_reg(:) ! value of longitude cell (rad) 17 !$OMP THREADPRIVATE(lat_reg)18 19 19 20 REAL,SAVE,ALLOCATABLE :: boundslon_reg(:,:) ! value of boundaries cell (1=>east, 2=>west)(rad) 20 !$OMP THREADPRIVATE(boundslon_reg)21 21 22 22 REAL,SAVE,ALLOCATABLE :: boundslat_reg(:,:) ! value of longitude cell (1=>north, 2=>south)(rad) 23 !$OMP THREADPRIVATE(boundslat_reg)24 23 25 24
Note: See TracChangeset
for help on using the changeset viewer.