Skip to content

Commit

Permalink
Update parameters.py
Browse files Browse the repository at this point in the history
covered by street length parameter (currently)
  • Loading branch information
Dobson committed Apr 25, 2024
1 parent 6c796ad commit 918998b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions swmmanywhere/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ class SubcatchmentDerivation(BaseModel):

class OutletDerivation(BaseModel):
"""Parameters for outlet derivation."""
max_river_length: float = Field(default = 30.0,
ge = 5.0,
le = 100.0,
unit = "m",
description = "Distance to split rivers into segments.")

river_buffer_distance: float = Field(default = 150.0,
ge = 50.0,
le = 300.0,
Expand Down

0 comments on commit 918998b

Please sign in to comment.