-
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
Create substance/concentration input tables #1123
Comments
Conceptually, how would you make a distinction between drainage/infiltration concentrations versus precipitation? Or evaporation, which shouldn't subtract solutes (in general). For what it's worth in terms of inspiration: MODFLOW 6 has a flow model and a transport model. From the perspective of the user, solute concentrations are generally conceptually part of the boundary condition just as much as the flow (a hydrologist would prefer to think of the physical features first and foremost). In imod-python, we've chosen to add the concentration as an optional argument to the flow boundaries: https://deltares.github.io/imod-python/api/generated/mf6/imod.mf6.Recharge.html |
Done in #1267 |
For the boundaries, and set a similar table for the state of a basin (given it also has boundaries).
After a long discussion with Martijn, we ended up with a separate table type that has
id, time, substance, concentration
columns. In #1111 I'm still using a concentration field on the existing static/time tables for the boundary nodes.This data is all used for Delwaq input when coupling, but could also be used in the future for our own tracer/salt calculations.
The text was updated successfully, but these errors were encountered: