Changeset 1315 for trunk/LMDZ.COMMON/libf/dyn3d_common/cpdet_mod.F90
- Timestamp:
- Jul 11, 2014, 4:15:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d_common/cpdet_mod.F90
r1300 r1315 142 142 ! Parallel version of t2tpot, for an arbitrary number of columns 143 143 USE control_mod, only : planet_type 144 USE parallel_lmdz, only : OMP_CHUNK 144 145 IMPLICIT none 145 146 … … 179 180 ! Parallel version of t2tpot, over the full dynamics (scalar) grid 180 181 ! (more efficient than multiple calls to t2tpot_p() with slices of data) 181 USE parallel_lmdz, only : jj_begin,jj_end 182 USE parallel_lmdz, only : jj_begin,jj_end,OMP_CHUNK 182 183 USE control_mod, only : planet_type 183 184 IMPLICIT none … … 223 224 ! Parallel version of tpot2t, for an arbitrary number of columns 224 225 USE control_mod, only : planet_type 226 USE parallel_lmdz, only : OMP_CHUNK 225 227 IMPLICIT none 226 228 ! for cpp, nu_venus and t0_venus: … … 259 261 ! Parallel version of tpot2t, over the full dynamics (scalar) grid 260 262 ! (more efficient than multiple calls to tpot2t_p() with slices of data) 261 USE parallel_lmdz, only : jj_begin,jj_end 263 USE parallel_lmdz, only : jj_begin,jj_end,OMP_CHUNK 262 264 USE control_mod, only : planet_type 263 265 IMPLICIT none
Note: See TracChangeset
for help on using the changeset viewer.