From 0ecf5172ae4281695fbb141a86e45b0d896f8352 Mon Sep 17 00:00:00 2001 From: Austin Raney Date: Tue, 10 Sep 2024 15:15:56 -0400 Subject: [PATCH] tmp: nels suggestion Co-authored-by: Nels --- python/ngen_conf/src/ngen/config/cfe.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/ngen_conf/src/ngen/config/cfe.py b/python/ngen_conf/src/ngen/config/cfe.py index 76d8b130..f2f580e8 100644 --- a/python/ngen_conf/src/ngen/config/cfe.py +++ b/python/ngen_conf/src/ngen/config/cfe.py @@ -25,7 +25,8 @@ class CFEParams(BaseModel): """ Surface runoff parameter; REFKDT is a tuneable parameter that significantly impacts surface infiltration and hence the partitioning of total runoff into - surface and subsurface runoff. Increasing REFKDT decreases surface runoff + surface and subsurface runoff. Increasing REFKDT decreases surface runoff. + Only applicable when surface_water_partitioning_scheme is Schaake. """ expon: Optional[float] """soil primary outlet coefficient"""