Skip to content

Commit 536f323

Browse files
Misc. changes
1 parent 775a575 commit 536f323

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/IHACRESExpuhNode.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ using Parameters
22
using ModelParameters
33

44

5-
Base.@kwdef mutable struct ExpuhNode{P, A<:Real} <: IHACRESNode
6-
@network_node
7-
5+
Base.@kwdef mutable struct ExpuhNode{P, A<:AbstractFloat} <: IHACRESNode
6+
name::String
7+
area::A
8+
89
# https://wiki.ewater.org.au/display/SD41/IHACRES-CMD+-+SRG
910
d::P = Param(200.0, bounds=(10.0, 550.0)) # flow threshold
1011
d2::P = Param(2.0, bounds=(0.0001, 10.0)) # flow threshold, multiplier applied to d

0 commit comments

Comments
 (0)