Changeset 3123 for palm/trunk/SOURCE/radiation_model_mod.f90
- Timestamp:
- Jul 12, 2018 4:21:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/radiation_model_mod.f90
r3122 r3123 28 28 ! ----------------- 29 29 ! $Id$ 30 ! Correct working precision for INTEGER number 31 ! 32 ! 3122 2018-07-11 21:46:41Z maronga 30 33 ! Bugfix: maximum distance for raytracing was set to -999 m by default, 31 34 ! effectively switching off all surface reflections when max_raytracing_dist … … 758 761 INTEGER(iwp), DIMENSION(:,:), ALLOCATABLE :: pch !< heights of the plant canopy 759 762 INTEGER(iwp) :: npcbl = 0 !< number of the plant canopy gridboxes in local processor 760 INTEGER( wp), DIMENSION(:,:), ALLOCATABLE:: pcbl !< k,j,i coordinates of l-th local plant canopy box pcbl[:,l] = [k, j, i]763 INTEGER(iwp), DIMENSION(:,:), ALLOCATABLE :: pcbl !< k,j,i coordinates of l-th local plant canopy box pcbl[:,l] = [k, j, i] 761 764 REAL(wp), DIMENSION(:), ALLOCATABLE :: pcbinsw !< array of absorbed sw radiation for local plant canopy box 762 765 REAL(wp), DIMENSION(:), ALLOCATABLE :: pcbinswdir !< array of absorbed direct sw radiation for local plant canopy box
Note: See TracChangeset
for help on using the changeset viewer.