Changeset 4831 for palm/trunk/SOURCE/urban_surface_mod.f90
- Timestamp:
- Jan 6, 2021 5:55:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/urban_surface_mod.f90
r4828 r4831 22 22 ! Current revisions: 23 23 ! ----------------- 24 ! 25 ! 24 ! 25 ! 26 26 ! Former revisions: 27 27 ! ----------------- 28 28 ! $Id$ 29 ! Bugfix in checking output variables with suffix indicating the surface facing 30 ! 31 ! 4828 2021-01-05 11:21:41Z Giersch 29 32 ! Deactivated A/C cooling capacity for office buildings built before year 2000. 30 33 ! … … 2331 2334 !-- Directional variables 2332 2335 DO i = 1, nl1 2333 DO j = 1, nd2336 DO j = 0, nd-1 2334 2337 IF ( TRIM( var ) == TRIM( varlist1(i)) // TRIM( dirname(j) ) ) THEN 2335 2338 lfound = .TRUE. … … 2343 2346 !-- Directional layer variables 2344 2347 DO i = 1, nl2 2345 DO j = 1, nd2348 DO j = 0, nd-1 2346 2349 DO l = nzb_wall, nzt_wall 2347 2350 WRITE( ls,'(A1,I1)' ) '_', l
Note: See TracChangeset
for help on using the changeset viewer.