Commit 9fdb7e83 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

docs(man): fix misspelled variable in the example of the RunModel_Lag help page

Refs #99
Showing with 1 addition and 1 deletion
+1 -1
......@@ -64,7 +64,7 @@ Lag <- LengthHydro / 2 / 86400 * 1000 # Conversion km/day -> m/s
## preparation of the InputsModel object
InputsModel <- CreateInputsModel(FUN_MOD = RunModel_GR4J, DatesR = BasinObs$DatesR,
Precip = BasinObs$P, PotEvap = BasinObs$E,
Qupstream = Qupstream, LengthHydro = LenghtHydro,
Qupstream = Qupstream, LengthHydro = LengthHydro,
BasinAreas = BasinAreas)
## run period selection
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment