-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor changes: 1) added netcdf-output option to delft3b.ini; 2) const…
…ant boundary is now written as a constant boundary (used to be an (artificial) time series; 3) implemented checks for integer input (as opposed to float); 4) added quotes to the DIMR-command in run.bat.
- Loading branch information
1 parent
d200b52
commit e84577c
Showing
5 changed files
with
62 additions
and
35 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
__author__ = """Guus Rongen""" | ||
__email__ = '[email protected]' | ||
__version__ = '1.0.0' | ||
__version__ = '1.0.1' | ||
|
||
from delft3dfmpy.core.dfm import DFlowFMModel | ||
from delft3dfmpy.core.drr import DFlowRRModel | ||
|
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
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
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
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