-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support different vertical saturated hydraulic conductivity profiles …
…in `SBM` (#340) * Ksat soil profiles initialization Exponential and exponential-constant profiles, based on `z_exp` (depth for which exponential decline of ksat is valid) and profile setting in TOML file (default is `exponential`). * Ksat profile vertical flow Co-authored-by: Raul Mendoza <[email protected]> * Ksat profiles for lateral subsurface flow Exponential and exponential-constant profile. Co-authored-by: Raul Mendoza <[email protected]> * Additonal ksat profiles vertical flow `layered` and `layered_exponential` Co-authored-by: Raul Mendoza <[email protected]> * Additonal ksat profiles lateral subsurface flow Initialization of `layered` and `layered_exponential` profiles for lateral subsurface flow and computation of equivalent horizontal conductivity for layered profile. Co-authored-by: Raul Mendoza <[email protected]> * Kinematic wave ssf and ksat profiles Add kinematic wave ssf for ksat profile `layered` and `layered_exponential`. Co-authored-by: Raul Mendoza <[email protected]> * Update capflux and deeptransfer for ksatprofiles Computation of ksat at zi (capflux) and deepksat at bottom soil (deeptransfer). * Updates and fixes related to `ksat_profile` * Add tests and couple of fixes Fixes are related to ksat_profile (vertical and horizontal hydraulic conductivity). * Number of layers ksat_profile For `layered` profile use `nlayers` for number of layers with `kv` values, and for `layered` and `layered_exponential` profile use `nlayers` to compute `ssfmax`. * Update docs `SBM` * Update docs lateral subsurface flow * Update changelog And fix small typo docs. * Refactor initialization of lateral subsurface flow based on `ksat_profile` Make use of smaller subfunctions. * Add ksat_profile options to docs lateral subsurface flow * Add variable `z_layered` for `ksat_profile` For the layered_exponential profile `z_exp` was used, this is the depth from the soil surface for which an exponential decline is valid. For the layered_exponential profile the use of `z_exp` is confusing and `z_layered` (depth from soil surface for which a layered profile is valid) is a better term. * Add `z_layered` to params_vertical.md * Add `ksat_profile` conceptual figure to docs --------- Co-authored-by: Raul Mendoza <[email protected]>
- Loading branch information
1 parent
27c3160
commit 7be5558
Showing
14 changed files
with
699 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.