Skip to content

Commit 00b1271

Browse files
Essentially fix the PET conversion factor for now
1 parent ec4e8ed commit 00b1271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Nodes/IHACRES/IHACRESNode.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Base.@kwdef mutable struct IHACRESBilinearNode{P, A<:AbstractFloat} <: IHACRESNo
1515
# https://wiki.ewater.org.au/display/SD41/IHACRES-CMD+-+SRG
1616
d::P = Param(200.0, bounds=(10.0, 550.0)) # flow threshold
1717
d2::P = Param(2.0, bounds=(0.0001, 10.0)) # flow threshold2
18-
e::P = Param(1.0, bounds=(0.1, 1.5)) # temperature to PET conversion factor
18+
e::P = Param(1.0, bounds=(0.999, 1.0)) # temperature to PET conversion factor
1919
f::P = Param(0.8, bounds=(0.01, 3.0)) # plant stress threshold factor (multiplicative factor of d)
2020
a::P = Param(0.9, bounds=(0.1, 10.0)) # quickflow storage coefficient == (1/tau_q)
2121
b::P = Param(0.1, bounds=(1e-3, 0.1)) # slowflow storage coefficent == (1/tau_s)

0 commit comments

Comments
 (0)