Skip to content
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

Support different vertical hydraulic conductivity (kv) profiles in SBM #313

Closed
verseve opened this issue Nov 29, 2023 · 0 comments · Fixed by #340
Closed

Support different vertical hydraulic conductivity (kv) profiles in SBM #313

verseve opened this issue Nov 29, 2023 · 0 comments · Fixed by #340
Assignees
Labels
hydrology Feature or improvement related to the hydrological (vertical) component

Comments

@verseve
Copy link
Member

verseve commented Nov 29, 2023

Feature type

Adding new functionality

Improvement Description

The vertical hydraulic conductivity at the surface kv₀ declines with depth exponentially, controlled by the model parameter f. This vertical hydraulic conductivity profile is often based on data available for soil layers to a depth of ~2 m. For below 2 m an exponential decline of kv₀ may not always be the best choice, and a user may want to use available vertical hydraulic conductivity data of soil layers directly in the model. Because of this, an improvement is to support the following kv profiles:

  • exponential: Exponential decline (default).
  • exponential_constant: Exponential decline (for example until soil layers with measurements (e.g. 2 m)) and constant (rest of the soil column).
  • layered: kv value for each soil layer.
  • layered_exponential: Layered (for example until soil layers with measurements (e.g. 2 m)) and exponential (rest of the soil column).

Implementation Description

Add different profiles to initialization of wflow_sbm, vertical unsaturated flow of SBM and lateral subsurface flow (kinematic wave).
For layered and layered_exponential profiles, an average horizontal hydraulic conductivity can used for lateral subsurface flow.

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hydrology Feature or improvement related to the hydrological (vertical) component
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant