Changeset 4831 for palm


Ignore:
Timestamp:
Jan 6, 2021 5:55:14 PM (3 years ago)
Author:
suehring
Message:

Bugfix in check_output for variables with suffix indicating the surface facing

File:
1 edited

Legend:

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

    r4828 r4831  
    2222! Current revisions:
    2323! -----------------
    24 ! 
    25 ! 
     24!
     25!
    2626! Former revisions:
    2727! -----------------
    2828! $Id$
     29! Bugfix in checking output variables with suffix indicating the surface facing
     30!
     31! 4828 2021-01-05 11:21:41Z Giersch
    2932! Deactivated A/C cooling capacity for office buildings built before year 2000.
    3033!
     
    23312334!-- Directional variables
    23322335    DO  i = 1, nl1
    2333        DO  j = 1, nd
     2336       DO  j = 0, nd-1
    23342337          IF ( TRIM( var ) == TRIM( varlist1(i)) // TRIM( dirname(j) ) )  THEN
    23352338             lfound = .TRUE.
     
    23432346!-- Directional layer variables
    23442347    DO  i = 1, nl2
    2345        DO  j = 1, nd
     2348       DO  j = 0, nd-1
    23462349          DO  l = nzb_wall, nzt_wall
    23472350             WRITE( ls,'(A1,I1)' ) '_', l
Note: See TracChangeset for help on using the changeset viewer.