Skip to content

Commit

Permalink
doc format update
Browse files Browse the repository at this point in the history
  • Loading branch information
JoostBuitink committed May 28, 2024
1 parent c8edb34 commit f1598d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hydromt_wflow/wflow_sediment.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,9 @@ def setup_lulcmaps(
Dictionary of landuse parameters in ``lulc_mapping_fn`` columns to prepare
and their internal wflow name (or None to skip adding to the toml). By
default: \
{"landuse": None, "Kext": "input.vertical.kext", "PathFrac": "input.vertical.pathfrac",
"Sl": "input.vertical.specific_leaf", "Swood": "input.vertical.storage_wood",
"USLE_C": "input.vertical.usleC"}
{"landuse": None, "Kext": "input.vertical.kext", "PathFrac": \
"input.vertical.pathfrac", "Sl": "input.vertical.specific_leaf", "Swood": \
"input.vertical.storage_wood", "USLE_C": "input.vertical.usleC"}
planted_forest_c : float, optional
Value of USLE C factor for planted forest, by default 0.0881.
orchard_name : str, optional
Expand Down

0 comments on commit f1598d0

Please sign in to comment.