Changeset 3123 for palm/trunk/SOURCE/urban_surface_mod.f90
- Timestamp:
- Jul 12, 2018 4:21:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/urban_surface_mod.f90
r3115 r3123 28 28 ! ----------------- 29 29 ! $Id$ 30 ! Correct working precision for INTEGER number 31 ! 32 ! 3115 2018-07-10 12:49:26Z suehring 30 33 ! Additional building type to represent bridges 31 34 ! … … 586 589 REAL(wp), DIMENSION(:,:,:), ALLOCATABLE :: aheat !< daily average of anthropogenic heat (W/m2) 587 590 REAL(wp), DIMENSION(:,:), ALLOCATABLE :: aheatprof !< diurnal profiles of anthropogenic heat for particular layers 588 INTEGER( wp):: naheatlayers = 1 !< number of layers of anthropogenic heat591 INTEGER(iwp) :: naheatlayers = 1 !< number of layers of anthropogenic heat 589 592 590 593 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note: See TracChangeset
for help on using the changeset viewer.