-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mdu parameter settings not supported #568
Comments
Hi @BdGraaff, thank you for creating this issue. I tried to reproduce your issue with this code:
The fixedweirfile fails since "aa" does not exist, but the property |
Besides the keywords mentioned above, there are a few more keywords that are recommeded to set/change in the MDU but that are not included in hydrolib-core:
and in geometry:
|
As we understand, the goal for this issue is:
@veenstrajelmer & @rhutten is this correct? |
Let's wait until #571 is implemented @MRVermeulenDeltares |
The keywords model = FMModel()
model.numerics.pure1d = 123
model.numerics.cflmax = 12.34
model.numerics.epsmaxlev = 12.34
model.numerics.epsminlev = 12.34 The keywords |
We want to change the mdu parameters in a Jupyter notebook with D-HyDAMO.
fm.numerics.pure1d
This leads to the following error:
but we can easily acces the courant number:
and 2) We want to add a fixed weir file by using the following function:
fm.geometry.fixedweirfile
This leads to the following error:
where fm=hydrolib.core.dflowfm.mdu.models
We are using HYDROLIB version 0.2.0 and HYDROLIB-core version 0.4.1
The text was updated successfully, but these errors were encountered: