Changeset 4370 for palm/trunk/SOURCE/turbulence_closure_mod.f90
- Timestamp:
- Jan 10, 2020 2:00:44 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/turbulence_closure_mod.f90
r4346 r4370 25 25 ! ----------------- 26 26 ! $Id$ 27 ! vector directives added to force vectorization on Intel19 compiler 28 ! 29 ! 4346 2019-12-18 11:55:56Z motisi 27 30 ! Introduction of wall_flags_total_0, which currently sets bits based on static 28 31 ! topography information used in wall_flags_static_0 … … 2272 2275 DO i = nxl, nxr 2273 2276 DO j = nys, nyn 2277 !following directive is required to vectorize on Intel19 2278 !DIR$ IVDEP 2274 2279 DO k = nzb+1, nzt 2275 2280 e_p(k,j,i) = e(k,j,i) + ( dt_3d * ( sbt * tend(k,j,i) + &
Note: See TracChangeset
for help on using the changeset viewer.