-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
85 lines (56 loc) · 4.64 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
options(tibble.print_min = 5, tibble.print_max = 5)
```
# EtaModelCC <a href='https://github.com/holbig/EtaModelCC'><img src='man/figures/EtaModelCC.png' align="right" height="139" /></a>
<!-- badges: start -->
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
<!-- badges: end -->
## Overview
**EtaModelCC** is a R package to access high resolution climate change projections over Central and South America of [PROJETA](https://projeta.cptec.inpe.br/) plataform ([CPTEC/INPE](http://www.cptec.inpe.br)) using the [Eta model](http://etamodel.cptec.inpe.br). The **EtaModelCC** is developed by Mosaico research group at [University of Passo Fundo](https://www.upf.br) (Brazil).
## Getting started and citation
If you are just getting started with **EtaModelCC** we recommend starting with
the [description of PROJETA project](https://projeta.cptec.inpe.br/#/about)
and the paper:
- Hölbig et al. (2018). **PROJETA platform: accessing high resolution climate change projections
over Central and South America using the Eta model**.
_Agrometeoros_, 26(1): 71-81. DOI: [10.31062/agrom.v26i1.26366](http://dx.doi.org/10.31062/agrom.v26i1.26366).
When the **EtaModelCC** package is used in the development of academic works and publications, please use the following bibliographical reference in the references:
- Dezordi, M. et a. (2018). **An R package to access climate change data for South America regionalized by the Eta Model of CPTEC/INPE**. In _Anais do IX Workshop de Computação Aplicada a Gestão do Meio Ambiente e Recursos Naturais_. Porto Alegre: SBC. DOI: [10.5753/wcama.2018.2934](http://dx.doi.org/10.5753/wcama.2018.2934).
## Instalation from GitHub
``` r
if (!require(devtools)) {
install.packages("devtools")
}
devtools::install_github("holbig/EtaModelCC")
```
## Documentation
More documentation is available in the vignette in your R session **`vignette("EtaModelCC")`**.
## Use of Projeta Data
When the Projeta data are used in the development of academic works and publications, please use the following text as references for the CPTEC/INPE data source:
> "Data generated by the CPTEC/INPE and available on the platform Projeta"
and the bibliography references:
- Chou, S.C, Lyra, A. , Mourão, C. , Dereczynski, C. , Pilotto, I. , Gomes, J. , Bustamante, J. , Tavares, P. , Silva, A. , Rodrigues, D. , Campos, D. , Chagas, D. , Sueiro, G. , Siqueira, G. , Nobre, P. and Marengo, J. (2014) Evaluation of the Eta Simulations Nested in Three Global Climate Models. _American Journal of Climate Change_, 3, 438-454. DOI: [10.4236/ajcc.2014.35039](http://www.scirp.org/journal/PaperInformation.aspx?PaperID=52887#.VakHg_lViko).
- Chou, S.C, Lyra, A. , Mourão, C. , Dereczynski, C. , Pilotto, I. , Gomes, J. , Bustamante, J. , Tavares, P. , Silva, A. , Rodrigues, D. , Campos, D. , Chagas, D. , Sueiro, G. , Siqueira, G. and Marengo, J. (2014) Assessment of Climate Change over South America under RCP 4.5 and 8.5 Downscaling Scenarios. _American Journal of Climate Change_, 3, 512-527. DOI: [10.4236/ajcc.2014.35043](http://www.scirp.org/journal/PaperInformation.aspx?PaperID=52877#.VakIh_lVikp).
- Lyra, A., Tavares, P., Chou, S.C., Sueiro, G., Dereczynski, C.P., Sondermann, M., Silva, A., Marengo, J., Giarolla, A. 2017. Climate change projections over three metropolitan regions in Southeast Brazil using the non-hydrostatic Eta regional climate model at 5-km resolution. _Theor Appl Climatol_. DOI: [10.1007/s00704-017-2067-z](https://link.springer.com/article/10.1007/s00704-017-2067-z).
- Terceira Comunicação Nacional do Brasil à Convenção-Quadro das Nações Unidas sobre Mudança do Clima
- [Executive Summary](http://unfccc.int/resource/docs/natc/branc3es.pdf)
- [Volume 1](http://unfccc.int/resource/docs/natc/branc3v1.pdf)
- [Volume 2](http://unfccc.int/resource/docs/natc/branc3v2.pdf)
- [Volume 3](http://unfccc.int/resource/docs/natc/branc3v3.pdf)
## Meta
- Please [report any issues or
bugs](https://github.com/holbig/EtaModelCC/issues).
- License: [BSD-3 clause](https://github.com/holbig/EtaModelCC/blob/master/LICENSE)
- Get citation information for **EtaModelCC** in R by typing
**`citation(package = "EtaModelCC")`**.