Changeset 3351 for palm/trunk/SOURCE/surface_mod.f90
- Timestamp:
- Oct 15, 2018 6:40:42 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/surface_mod.f90
r3298 r3351 26 26 ! ----------------- 27 27 ! $Id$ 28 ! New flag indication that albedo at urban surfaces is initialized via ASCII 29 ! file 30 ! 31 ! 3298 2018-10-02 12:21:11Z kanani 28 32 ! - Minor formatting/clean-up (kanani) 29 33 ! - Removed initialization of cssws with surface_csflux values. Only the value 0 … … 260 264 TYPE surf_type 261 265 266 LOGICAL :: albedo_from_ascii = .FALSE. !< flag indicating that albedo for urban surfaces is input via ASCII format (just for a workaround) 267 262 268 INTEGER(iwp) :: ioff !< offset value in x-direction, used to determine index of surface element 263 269 INTEGER(iwp) :: joff !< offset value in y-direction, used to determine index of surface element
Note: See TracChangeset
for help on using the changeset viewer.