Changeset 3927 for palm/trunk/SOURCE/advec_s_pw.f90
- Timestamp:
- Apr 23, 2019 1:24:29 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/advec_s_pw.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 ! … … 128 131 129 132 USE indices, & 130 ONLY: nxl, nx r, nyn, nys, nzb, nzt133 ONLY: nxl, nxlg, nxr, nxrg, nyn, nyng, nys, nysg, nzb, nzt 131 134 132 135 USE kinds … … 142 145 REAL(wp) :: gv !< local additional advective velocity 143 146 144 REAL(wp), DIMENSION( :,:,:), POINTER:: sk147 REAL(wp), DIMENSION(nzb:nzt+1,nysg:nyng,nxlg:nxrg) :: sk 145 148 146 149 … … 195 198 196 199 USE indices, & 197 ONLY: n zb, nzt200 ONLY: nxlg, nxrg, nyng, nysg, nzb, nzt 198 201 199 202 USE kinds … … 209 212 REAL(wp) :: gv !< local additional advective velocity 210 213 211 REAL(wp), DIMENSION( :,:,:), POINTER:: sk214 REAL(wp), DIMENSION(nzb:nzt+1,nysg:nyng,nxlg:nxrg) :: sk 212 215 213 216
Note: See TracChangeset
for help on using the changeset viewer.