Replies: 3 comments 3 replies
-
|
Hi Joseph, The Wflow parameter documentation lists some default values. See also https://deltares.github.io/Wflow.jl/dev/model_docs/parameters_landhydrology_sbm.html Additionally, some comments per parameter (note: there are hydrologists more experienced than me, so this comment mainly reflects my thoughts): • soil_water__air_entry_pressure_head --> -10.0 cm is the default Wflow value, I think we always use that value as I cannot find it in hydromt_wflow • soil_water__residual_volume_fraction: is is theta_r in literature, see https://deltares.github.io/Wflow.jl/dev/model_docs/land/landhydrology_sbm.html#soil-processes . By definition this is a value between 0 and 1. Typical value can be 0.1 or lower. • soil_water__saturated_volume_fraction: this is theta_s in literature, see https://deltares.github.io/Wflow.jl/dev/model_docs/land/landhydrology_sbm.html#soil-processes . By definition this is a value between 0 and 1. Typical value can be up to 0.5. • soil_layer_water__vertical_saturated_hydraulic_conductivity --> can often be found in geological maps or soil maps, this is the vertical conductivity in mm/day. Can vary logarithmically, so from order 10 mm/day to 10,000 mm/day • soil_wet_root__sigmoid_function_shape_parameter --> It seems that we always set this to -500 mm by default, see for example the example config of hydromt_wflow https://deltares.github.io/hydromt_wflow/stable/user_guide/wflow_build.html# |
Beta Was this translation helpful? Give feedback.
-
|
I see now that we indeed do not have a function for the air pressure entry but we are working on it, see for example #411 |
Beta Was this translation helpful? Give feedback.
-
|
Dear @shartgring and @vers-w , A great thanks for taking the time to respond to my query. As a soil scientist and developper of Richards' equation, I have been working with the soil moisture release curve and unsaturated hydraulic conductivity of Kosugi, which is far more accurate than Brooks and Corey and the beauty is that it has the same number of parameters. Since Kosugi is physically based, describing pore distribution as lognormal enables reducing the feasible space and identifying relationships between equivalent Will be delighted to discuss further and you will be more than welcome to join the talk/discussion Looking further for discussion, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Thanks for providing support to parameterize Wflow model.
Similar to the lookup table lulc
I am writing to determine if there are available lookup tables which could provide feasible ranges of Wflow hydrological parameters for different classes (e.g. Excessively drained, Imperfectly drained, Moderately drained, Poorly drained etc…).
For example for the following soil hydraulic parameters:
• soil_layer_water__brooks_corey_exponent
• soil_water__air_entry_pressure_head
• soil_water__residual_volume_fraction
• soil_water__saturated_volume_fraction
• soil_layer_water__vertical_saturated_hydraulic_conductivity
• soil_wet_root__sigmoid_function_shape_parameter
Many thanks for any help you may provide,
Joseph A.P. Pollacco
Beta Was this translation helpful? Give feedback.
All reactions