Skip to content

Commit d1cf6c8

Browse files
Add minor details to GR4J node
1 parent 8f70fd5 commit d1cf6c8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/Nodes/GR4J/GR4JNode.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ abstract type GRNJNode <: NetworkNode end
4646
"""
4747
GR4J Node
4848
49+
GR4J: modèle du Génie Rural à 4 paramètres Journalier.
50+
4951
A four-parameter model with two stores.
5052
5153
# Parameters
@@ -287,7 +289,7 @@ end
287289
p_store=0.0, r_store=0.0
288290
)::Tuple where {F<:Float64}
289291
290-
Generated simulated streamflow for given rainfall and potential evaporation.
292+
Generated simulated streamflow with GR4J for given rainfall and potential evaporation.
291293
292294
# Parameters
293295
- `P` : Catchment average rainfall

0 commit comments

Comments
 (0)