Skip to content

Commit

Permalink
Update sfincs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Leynse authored Sep 4, 2024
1 parent cbc5923 commit 9c422ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hydromt_sfincs/sfincs.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,8 @@ 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 adjacent cells
2: "improved" weighting method, recommended for SFINCS >= v2.1.0, that takes into account the wet fractions of the adjacent cells
1: "old" weighting method, compliant with SFINCS < v2.1.1, taking the avarage of the adjacent cells
2: "improved" weighting method, recommended for SFINCS >= v2.1.1, 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
Note that these values are only used when no Manning's n datasets are provided,
Expand Down

0 comments on commit 9c422ab

Please sign in to comment.