Ignore:
Timestamp:
Jul 12, 2018 4:21:53 PM (6 years ago)
Author:
suehring
Message:

Correct working precision for REAL and INTEGER numbers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/radiation_model_mod.f90

    r3122 r3123  
    2828! -----------------
    2929! $Id$
     30! Correct working precision for INTEGER number
     31!
     32! 3122 2018-07-11 21:46:41Z maronga
    3033! Bugfix: maximum distance for raytracing was set to  -999 m by default,
    3134! effectively switching off all surface reflections when max_raytracing_dist
     
    758761    INTEGER(iwp), DIMENSION(:,:), ALLOCATABLE      ::  pch              !< heights of the plant canopy
    759762    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]
    761764    REAL(wp), DIMENSION(:), ALLOCATABLE            ::  pcbinsw          !< array of absorbed sw radiation for local plant canopy box
    762765    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.