fabern / LWFBrook90.jl

Istope-enabled implementation of the LWF-BROOK90 hydrological model in Julia
GNU General Public License v3.0
11 stars 1 forks source link

feat: Normalize `Rootden_beta_()` and allow positive β #73

Closed fabern closed 11 months ago

fabern commented 11 months ago

Enable root profiles that are denser at the bottom than at the top. This can be achieved with β > 1. Note that β == 1 is undefined and would result in no roots. The code throws an assertion error in that case and requests the user to specify a β != 1.