-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
057be2a
commit 070ab52
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
interfaces_name = "mesh2d_interface_z" | ||
bed_level_name = "mesh2d_flowelem_bl" | ||
water_level_name = "mesh2d_s1" | ||
# This file is part of D-EcoImpact | ||
# Copyright (C) 2022-2024 Stichting Deltares | ||
# This program is free software distributed under the | ||
# GNU Affero General Public License version 3.0 | ||
# A copy of the GNU Affero General Public License can be found at | ||
# https://github.com/Deltares/D-EcoImpact/blob/main/LICENSE.md | ||
""" | ||
Configuration file for hardcoded delft3d variable names | ||
""" | ||
|
||
INTERFACES_NAME = "mesh2d_interface_z" | ||
BED_LEVEL_NAME = "mesh2d_flowelem_bl" | ||
WATER_LEVEL_NAME = "mesh2d_s1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters