Changeset 3547 for palm/trunk/SOURCE/diffusion_s.f90
- Timestamp:
- Nov 21, 2018 1:21:24 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/diffusion_s.f90
r2759 r3547 25 25 ! ----------------- 26 26 ! $Id$ 27 ! variables documented 28 ! 29 ! 2759 2018-01-17 16:24:59Z suehring 27 30 ! Major bugfix, horizontal diffusion at vertical surfaces corrected. 28 31 ! … … 186 189 REAL(wp), DIMENSION(1:surf_def_h(2)%ns) :: s_flux_t !< flux at model top 187 190 #if defined( __nopointer ) 188 REAL(wp), DIMENSION(nzb:nzt+1,nysg:nyng,nxlg:nxrg) :: s !< 191 REAL(wp), DIMENSION(nzb:nzt+1,nysg:nyng,nxlg:nxrg) :: s !< treated scalar 189 192 #else 190 REAL(wp), DIMENSION(:,:,:), POINTER :: s !< 193 REAL(wp), DIMENSION(:,:,:), POINTER :: s !< treated scalar 191 194 #endif 192 195 … … 497 500 REAL(wp), DIMENSION(1:surf_def_h(2)%ns) :: s_flux_t !< flux at model top 498 501 #if defined( __nopointer ) 499 REAL(wp), DIMENSION(nzb:nzt+1,nysg:nyng,nxlg:nxrg) :: s !< 502 REAL(wp), DIMENSION(nzb:nzt+1,nysg:nyng,nxlg:nxrg) :: s !< treated scalar 500 503 #else 501 REAL(wp), DIMENSION(:,:,:), POINTER :: s !< 504 REAL(wp), DIMENSION(:,:,:), POINTER :: s !< treated scalar 502 505 #endif 503 506
Note: See TracChangeset
for help on using the changeset viewer.