diff --git a/DESCRIPTION b/DESCRIPTION index 9ff97e3e1944f90289e1323da68295bf9844877d..23c0f45416458fd845318f34db673aa8fbcc8cb0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: airGR Type: Package Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling -Version: 1.1.2.23 +Version: 1.1.2.24 Date: 2019-01-18 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.rmd b/NEWS.rmd index 986c867f3779db024073a284680f2117a9f013df..939a14829fbfb4cca64e5925df0c6b7bc6bb413d 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -13,7 +13,7 @@ output: -### 1.1.2.23 Release Notes (2019-01-18) +### 1.1.2.24 Release Notes (2019-01-18) diff --git a/src/frun_GR4H.f b/src/frun_GR4H.f index 25c018989a9acf9337b419fedb05a35efee02aed..4e711894cc507ac78cbd5603748b88d490b03280 100644 --- a/src/frun_GR4H.f +++ b/src/frun_GR4H.f @@ -137,7 +137,7 @@ C St Vector of model states in stores at the beginning of the time ste C StUH1 Vector of model states in Unit Hydrograph 1 at the beginning of the time step [mm] C StUH2 Vector of model states in Unit Hydrograph 2 at the beginning of the time step [mm] C Q Value of simulated flow at the catchment outlet for the time step [mm/hour] -C MISC Vector of model outputs for the time step [mm] +C MISC Vector of model outputs for the time step [mm/hour] C********************************************************************** Implicit None INTEGER NH,NMISC,NParam