stefanfluck / palmpy

Package supporting the generation of static driver files for simulations with the PALM model system. Check out the Wiki and engage in the Discussions!
GNU General Public License v3.0
18 stars 4 forks source link

buildings z coordinate exceeds domain z if bldgs are tall #36

Closed stefanfluck closed 4 years ago

stefanfluck commented 4 years ago

if buildings are taller than zmax of domain, too large z-dimension is created leading to abort im palm simulation. limit z variable of building creation process (3d) to max z.

stefanfluck commented 4 years ago

adressed in commit 07e0693 of develop branch