Skip to content

Commit

Permalink
exclude groundwater
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn-siemerink committed Apr 25, 2024
1 parent 42f59a1 commit e91585d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions threedigrid_builder/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ def _make_gridadmin(
node_id_counter=node_id_counter,
line_id_counter=line_id_counter,
)
grid.set_quarter_administration(quadtree)

if grid.meta.has_groundwater:
grid.add_groundwater(
grid.meta.has_groundwater_flow, node_id_counter, line_id_counter
Expand All @@ -94,8 +96,6 @@ def _make_gridadmin(
line_id_counter,
)

grid.set_quarter_administration(quadtree)

dem_average_areas = db.get_dem_average_areas()
grid.set_dem_averaged_cells(dem_average_areas)

Expand Down

0 comments on commit e91585d

Please sign in to comment.