CRAN
airGR 1.3.2.23
Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Released Jun 21, 2019 by Olivier Delaigue
Hydrological modelling tools developed at Irstea-Antony (HYCAR Research Unit, France). The package includes several conceptual rainfall-runoff models (GR4H, GR4J, GR5J, GR6J, GR2M, GR1A), a snow accumulation and melt model (CemaNeige) and the associated functions for their calibration and evaluation. Use help(airGR) for package description and references.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>airGR</artifactId> <version>1.3.2.23-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:airGR')
Test Results
This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.
- BasinInfo-examples
- BasinObs-examples
- Calibration-examples
- Calibration_Michel-examples
- CreateCalibOptions-examples
- CreateIniStates-examples
- CreateInputsCrit-examples
- CreateInputsModel-examples
- CreateRunOptions-examples
- ErrorCrit-examples
- ErrorCrit_KGE-examples
- ErrorCrit_KGE2-examples
- ErrorCrit_NSE-examples
- ErrorCrit_RMSE-examples
- PE_Oudin-examples
- Param_Sets_GR4J-examples
- RunModel-examples
- RunModel_CemaNeige-examples
- RunModel_CemaNeigeGR4J-examples
- RunModel_CemaNeigeGR5J-examples
- RunModel_CemaNeigeGR6J-examples
- RunModel_GR1A-examples
- RunModel_GR2M-examples
- RunModel_GR4H-examples
- SeriesAggreg-examples
- TransfoParam-examples
- plot.OutputsModel-examples