Changeset 2892 for palm/trunk/SOURCE/init_grid.f90
- Timestamp:
- Mar 14, 2018 3:06:29 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_grid.f90
r2867 r2892 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix, uninitialized array in case of single_building. 28 ! 29 ! 2867 2018-03-09 09:40:23Z suehring 27 30 ! Revise mapping of 3D buildings onto onto orography. 28 31 ! … … 1597 1600 1598 1601 ALLOCATE( nzb_local(nysg:nyng,nxlg:nxrg) ) 1602 nzb_local = 0 1599 1603 ! 1600 1604 !-- Define the building.
Note: See TracChangeset
for help on using the changeset viewer.