From cbc59232be1690d4d4370d0220e2d851ca4683e4 Mon Sep 17 00:00:00 2001 From: Tim Leijnse Date: Wed, 4 Sep 2024 14:25:55 +0200 Subject: [PATCH] Update sfincs.py --- hydromt_sfincs/sfincs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydromt_sfincs/sfincs.py b/hydromt_sfincs/sfincs.py index da09adb4..f0920980 100644 --- a/hydromt_sfincs/sfincs.py +++ b/hydromt_sfincs/sfincs.py @@ -716,7 +716,7 @@ def setup_subgrid( Threshold depth in SFINCS model, by default 0.01 m q_table_option : int, optional Option for the computation of the representative roughness and conveyance depth at u/v points, by default 2. - 1: "old" weighting method, compliant with SFINCS < v2.1.0, taking the avarage of the adjecent cells + 1: "old" weighting method, compliant with SFINCS < v2.1.0, taking the avarage of the adjacent cells 2: "improved" weighting method, recommended for SFINCS >= v2.1.0, that takes into account the wet fractions of the adjacent cells manning_land, manning_sea : float, optional Constant manning roughness values for land and sea, by default 0.04 and 0.02 s.m-1/3