Changeset 3927 for palm/trunk/SOURCE/advec_s_up.f90
- Timestamp:
- Apr 23, 2019 1:24:29 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/advec_s_up.f90
r3665 r3927 25 25 ! ----------------- 26 26 ! $Id$ 27 ! pointer attribute removed from scalar 3d-array for performance reasons 28 ! 29 ! 3665 2019-01-10 08:28:24Z raasch 27 30 ! unused variables removed 28 31 ! … … 125 128 126 129 USE indices, & 127 ONLY: nxl, nx r, nyn, nys, nzb, nzt130 ONLY: nxl, nxlg, nxr, nxrg, nyn, nyng, nys, nysg, nzb, nzt 128 131 129 132 USE kinds … … 140 143 REAL(wp) :: wkomp !< advection velocity along z-direction 141 144 142 REAL(wp), DIMENSION( :,:,:), POINTER:: sk !< treated scalar145 REAL(wp), DIMENSION(nzb:nzt+1,nysg:nyng,nxlg:nxrg) :: sk !< treated scalar 143 146 144 147 … … 201 204 202 205 USE indices, & 203 ONLY: n zb, nzt206 ONLY: nxlg, nxrg, nyng, nysg, nzb, nzt 204 207 205 208 USE kinds … … 216 219 REAL(wp) :: wkomp !< advection velocity along z-direction 217 220 218 REAL(wp), DIMENSION( :,:,:), POINTER:: sk !< treated scalar221 REAL(wp), DIMENSION(nzb:nzt+1,nysg:nyng,nxlg:nxrg) :: sk !< treated scalar 219 222 220 223
Note: See TracChangeset
for help on using the changeset viewer.