We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f70fd5 commit d1cf6c8Copy full SHA for d1cf6c8
1 file changed
src/Nodes/GR4J/GR4JNode.jl
@@ -46,6 +46,8 @@ abstract type GRNJNode <: NetworkNode end
46
"""
47
GR4J Node
48
49
+GR4J: modèle du Génie Rural à 4 paramètres Journalier.
50
+
51
A four-parameter model with two stores.
52
53
# Parameters
@@ -287,7 +289,7 @@ end
287
289
p_store=0.0, r_store=0.0
288
290
)::Tuple where {F<:Float64}
291
-Generated simulated streamflow for given rainfall and potential evaporation.
292
+Generated simulated streamflow with GR4J for given rainfall and potential evaporation.
293
294
295
- `P` : Catchment average rainfall
0 commit comments