diff --git a/DESCRIPTION b/DESCRIPTION index b0d15341ac3f1558f0f67972c2950d6588492440..bc9986b17736319b6ccf18be46dc70eb84f20a3b 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.4.3.57 +Version: 1.4.3.58 Date: 2020-01-28 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.md b/NEWS.md index a93723d627b517ed5a60eea395520cb48a0684ad..0e6446a60bcb06b542d86ad32246523567c0b5ae 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ -### 1.4.3.57 Release Notes (2020-01-28) +### 1.4.3.58 Release Notes (2020-01-28) #### Bug fixes diff --git a/README.md b/README.md index 18d75913ee42e7f6e359a2ef885d6470fb5daa0c..949c2fe8dfb106c9e8686735ef7028fafd64f9a7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ # airGR: Suite of GR Hydrological Models for Precipitation-Runoff Modelling ## Overview -This package brings into R the hydrological modelling tools used at INRAE-Antony ([Catchment Hydrology research group](https://webgr.inrae.fr/en/) of the HYCAR Research Unit, France), including rainfall-runoff models (**GR4H**, **GR5H**, **GR4J**, **GR5J**, **GR6J**, **GR2M**, **GR1A**) and a snow accumulation and melt model (**CemaNeige**). Each model core is coded in FORTRAN to ensure low computational time. The other package functions (i.e. mainly the calibration algorithm and the computation of the efficiency criteria) are coded in R. + +This package brings into R the hydrological modelling tools developed at INRAE-Antony ([Catchment Hydrology research group](https://webgr.inrae.fr/en/) of the HYCAR Research Unit, France), including rainfall-runoff models (**GR4H**, **GR5H**, **GR4J**, **GR5J**, **GR6J**, **GR2M**, **GR1A**) and a snow accumulation and melt model (**CemaNeige**). Each model core is coded in Fortran to ensure low computational time. The other package functions (i.e. mainly the calibration algorithm and the computation of the efficiency criteria) are coded in R. ## Installation diff --git a/man/airGR.Rd b/man/airGR.Rd index fbf902b7fb9788678e185adfe78d7f2d0320144c..ca84f5b2f30bb8169d2e7738185da88bee195ec6 100644 --- a/man/airGR.Rd +++ b/man/airGR.Rd @@ -4,7 +4,7 @@ \encoding{UTF-8} \title{Suite of GR Hydrological Models for Precipitation-Runoff Modelling} \description{ -This package brings into R the hydrological modelling tools used at INRAE-Antony (formerly IRSTEA, HYCAR Research Unit, France), including rainfall-runoff models (\strong{GR4H}, \strong{GR5H}, \strong{GR4J}, \strong{GR5J}, \strong{GR6J}, \strong{GR2M}, \strong{GR1A}) and a snow accumulation and melt model (\strong{CemaNeige}). Each model core is coded in FORTRAN to ensure low computational time. The other package functions (i.e. mainly the calibration algorithm and the computation of the efficiency criteria) are coded in R. \cr\cr +This package brings into R the hydrological modelling tools developed at INRAE-Antony (formerly IRSTEA, HYCAR Research Unit, France), including rainfall-runoff models (\strong{GR4H}, \strong{GR5H}, \strong{GR4J}, \strong{GR5J}, \strong{GR6J}, \strong{GR2M}, \strong{GR1A}) and a snow accumulation and melt model (\strong{CemaNeige}). Each model core is coded in Fortran to ensure low computational time. The other package functions (i.e. mainly the calibration algorithm and the computation of the efficiency criteria) are coded in R. \cr\cr ## ---- Functions and objects