-
Notifications
You must be signed in to change notification settings - Fork 5
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
Metaissue: Ribasim-Modflow6 coupling #275
Comments
As discussed during meeting WS AA&MAAS (Joachim, Frank), WSL (Jurriaan), Deltares (Huite, Hendrik, Timo), WEnR (Ab), 22/9/2023 Assumption: a D-Hydro model is available for the primary system Proposal: use (at least) two Ribasim basins, one for the primary system, one for the secundary system The volume relation for the secundary system can be derived from the DEM To connect the basin representing the secundary system to the basin representing the primary system a QH-relation is derived using general characteristics of the secundairy system such as avg.profile, average length till the connection, representative Manning coefficient etc. |
Implementing this succesfully requires mostly preprocessing logic, and a limited set of functionality for Ribasim and the imod-coupler. Most of the work is likely included in the preprocessing. There are as of yet no additional requirements in terms of the levels that Ribasim computes. We foresaw a unique In overview, the general requirements for a coupled model are:
The list below is an attempt to break down the preprocessing requirements:
However, the first step is to test a much simpler case where we only "actively" manipulate the water levels of the reaches that are explicitly modeled by D-HYDRO. All other MODFLOW boundaries are simply coupled in a passive manner (where they discharge, cannot infiltrate, and their water levels are not changed by the coupler). Conceptually, this is quite comparable to the function of the "laterals" in the hydraulic model, whereas each additional steps actually demands a more detailed description than either D-HYDRO or MODFLOW currently use (!). In terms of pre-processing, it requires only the result of #620. |
I suggest resolving the following three issues:
Then closing this meta-issue. There will assuredly be many additional improvements (especially in terms of preprocessing robustness and the like), but they can be easily picked up piece by piece now. |
ribamod
(Julian)ribasim_api
#287The text was updated successfully, but these errors were encountered: