Ignore:
Timestamp:
Mar 14, 2018 3:06:29 PM (6 years ago)
Author:
suehring
Message:

Bugfixes, missing coupling_char for child-domain ASCII file; uninitialized array in single_building setup

File:
1 edited

Legend:

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

    r2867 r2892  
    2525! -----------------
    2626! $Id$
     27! Bugfix, uninitialized array in case of single_building.
     28!
     29! 2867 2018-03-09 09:40:23Z suehring
    2730! Revise mapping of 3D buildings onto onto orography.
    2831!
     
    15971600
    15981601          ALLOCATE( nzb_local(nysg:nyng,nxlg:nxrg) )
     1602          nzb_local = 0
    15991603!
    16001604!--       Define the building.
Note: See TracChangeset for help on using the changeset viewer.