Commit a6db3c21 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.3.0.10 DOC: example corrected for RunModel_CemaNeigeGR4H

Showing with 4 additions and 4 deletions
+4 -4
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.3.0.9
Version: 1.3.0.10
Date: 2019-05-20
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
......@@ -14,7 +14,7 @@ output:
### 1.3.0.9 Release Notes (2019-05-20)
### 1.3.0.10 Release Notes (2019-05-20)
#### New features
......
......@@ -89,8 +89,8 @@ library(airGR)
## loading catchment data
data(L0123002)
BasinObs$DatesR <- seq(from = as.POSIXct("1984-01-01", tz = "UTC"),
to = as.POSIXct("1984-01-01", tz = "UTC") + length(BasinObs$DatesR),
BasinObs$DatesR <- seq(from = BasinObs$DatesR[1L],
length.out = length(BasinObs$DatesR),
by = "hour")
## preparation of the InputsModel object
......
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