-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
66 lines (49 loc) · 3.19 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
# airGRiwrm: airGR based Integrated Water Resource Management Modeling <img src="man/figures/logo.png" align="right" width="20%"/>
<!-- badges: start -->
[](https://cran.r-project.org/package=airGRiwrm)
[](https://cran.r-project.org/package=airGRiwrm)
[](https://cran.r-project.org/web/licenses/AGPL-3)
[](https://doi.org/10.15454/3CVD1I)
[](https://gitlab.irstea.fr/in-wop/airGRiwrm/-/pipelines)
<!-- badges: end -->
**airGRiwrm** is an extension of the **airGR** R package for managing semi-distributive hydrological model on an anthropized catchment.
This package is developed by the [mixed research unit G-EAU, Montpellier, France](https://g-eau.fr/index.php/en/) and
the [HYDRO team of the INRAE HYCAR research unit, Antony, France](https://webgr.inrae.fr/eng).
## Installation
```r
# Install stable version from CRAN
install.packages("airGRiwrm")
# Or the development version from GitHub:
# install.packages("devtools")
devtools::install_github("inrae/airGRiwrm", "dev")
```
## Get started
Visit the website dedicated to the package at https://inrae.github.io/airGRiwrm/
for tutorials, usage examples and documentation.
[Subscribe to the airGRiwrm users mailing list](https://groupes.renater.fr/sympa/subscribe/airgriwrm-users)
to be kept informed of updates and to ask for help from other users of the software.
## Acknowledgement
This package has been developped as part of the IN-WOP European project (2019-2023) and
the Talanoa-Water PRIMA project (2021-2025).
The authors would like to thank the European Commission and the French National
Research Agency (ANR) for funding in the frame of the collaborative international
consortium [IN-WOP](http://www.waterjpi.eu/joint-calls/joint-call-2018-waterworks-2017/booklet/in-wop)
financed under the 2018 Joint call of the WaterWorks2017 ERA-NET Cofund. This
ERA-NET is an integral part of the activities developed by the Water JPI.
<p style="display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center;">
<img src="man/figures/logo_water_jpi.png" alt="Water JPI"/>
<img src="man/figures/logo_water_works_2017.png" alt="Water Works 2017"/>
<img src="man/figures/logo_european_commission.jpg" alt="European Commission"/>
<img src="man/figures/logo_2018_joint_call.png" alt="2018 Joint call"/>
</p>
Talanoa-Water is part of the PRIMA Programme supported by the European Union.
The PRIMA programme is supported under Horizon 2020 the European Union’s Framework
Programme for Research and Innovation. Grant Agreement number: 2023
<p style="display: flex; justify-content: space-between;">
<img src="https://upload.wikimedia.org/wikipedia/commons/2/29/Horizon_2020_Logo.png" alt="Logo H2020" width="25%"/>
<img src="man/figures/logo_prima.png" alt="Logo PRIMA" width="25%"/>
</p>