Changeset 3927 for palm/trunk/SOURCE/diffusion_s.f90
- Timestamp:
- Apr 23, 2019 1:24:29 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/diffusion_s.f90
r3761 r3927 25 25 ! ----------------- 26 26 ! $Id$ 27 ! pointer attribute removed from scalar 3d-array for performance reasons 28 ! 29 ! 3761 2019-02-25 15:31:42Z raasch 27 30 ! unused variables removed 28 31 ! … … 154 157 155 158 USE indices, & 156 ONLY: nxl, nx r, nyn, nys, nzb, nzt, wall_flags_0159 ONLY: nxl, nxlg, nxr, nxrg, nyn, nyng, nys, nysg, nzb, nzt, wall_flags_0 157 160 158 161 USE kinds … … 197 200 REAL(wp), DIMENSION(1:surf_def_h(2)%ns) :: s_flux_t !< flux at model top 198 201 199 REAL(wp), DIMENSION( :,:,:), POINTER:: s !< treated scalar202 REAL(wp), DIMENSION(nzb:nzt+1,nysg:nyng,nxlg:nxrg) :: s !< treated scalar 200 203 201 204 … … 483 486 484 487 USE indices, & 485 ONLY: n zb, nzt, wall_flags_0488 ONLY: nxlg, nxrg, nyng, nysg, nzb, nzt, wall_flags_0 486 489 487 490 USE kinds … … 526 529 REAL(wp), DIMENSION(1:surf_def_h(2)%ns) :: s_flux_t !< flux at model top 527 530 528 REAL(wp), DIMENSION( :,:,:), POINTER:: s !< treated scalar531 REAL(wp), DIMENSION(nzb:nzt+1,nysg:nyng,nxlg:nxrg) :: s !< treated scalar 529 532 530 533 !
Note: See TracChangeset
for help on using the changeset viewer.