-
Notifications
You must be signed in to change notification settings - Fork 0
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
Consistency in relation between use_* fields and corresponding tables #129
Comments
Please clarify:
Do you want an empty table of no table? |
Moved
|
Empty table |
It looks like the migration needs to be refined. Currently, this happens:
This should be extended with:
|
@leendertvanwolfswinkel can you confirm that the setting of
And this happens after setting |
@leendertvanwolfswinkel are you really sure about this?
Imagine a user sets use_* to False but doesn't remove the relating data, this would change that setting back to True. And I don't think this is the intended behavior. |
This applies to the following settings:
Model settings
use_groundwater_flow -> groundwater
use_groundwater_storage -> groundwater
use_interception -> interception
use_interflow -> interflow
use_simple_infiltration -> simple_infiltration
use_vegetation_drag_2d -> vegetation_drag_2d
Simulation template settings
use_0d_inflow -> surface and dry_weather_flow
use_structure_control -> table_control and memory_control
v2_global_settings.interception_global
and.interception_file
are both empty,interception
should not have any rowsuse_*
attribute should be set to TrueThe text was updated successfully, but these errors were encountered: