Skip to content

Commit

Permalink
Misc. changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnectedSystems committed Nov 30, 2024
1 parent 775a575 commit 536f323
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/IHACRESExpuhNode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ using Parameters
using ModelParameters


Base.@kwdef mutable struct ExpuhNode{P, A<:Real} <: IHACRESNode
@network_node

Base.@kwdef mutable struct ExpuhNode{P, A<:AbstractFloat} <: IHACRESNode
name::String
area::A

# https://wiki.ewater.org.au/display/SD41/IHACRES-CMD+-+SRG
d::P = Param(200.0, bounds=(10.0, 550.0)) # flow threshold
d2::P = Param(2.0, bounds=(0.0001, 10.0)) # flow threshold, multiplier applied to d
Expand Down

0 comments on commit 536f323

Please sign in to comment.