DESCRIPTION 1.31 KB
Newer Older
Title: Set of Tools to Compute Various Climate Indices
nperez's avatar
nperez committed
Version: 0.0.1
Authors@R: c(
    person("BSC-CNS", role = c("aut", "cph")),
    person("Alasdair", "Hunter", , "alasdair.hunter@bsc.es", role = "aut"),   
    person("Nuria", "Perez-Zanon", , "nuria.perez@bsc.es", role = c("aut", "cre")),
nperez's avatar
nperez committed
    person("Nicolau", "Manubens", , "nicolau.manubens@bsc.es", role = "ctb"),
    person("Louis-Philippe", "Caron", , "louis-philippe.caron@bsc.es", role = "ctb"))
Description: Set of tools to compute metrics and indices for climate analysis. The package provides functions to compute extreme indices, evaluate the agreement between models and combine theses models into an ensemble. Multi-model time series of climate indices can be computed either after averaging the 2-D fields from different models provided they share a common grid or by combining time series computed on the model native grid. Indices can be assigned weights and/or combined to construct new indices.
nperez's avatar
nperez committed
Depends: R (>= 3.2.0)
Imports:
Nicolau Manubens's avatar
Nicolau Manubens committed
    multiApply (>= 2.0.0),
nperez's avatar
nperez committed
    climdex.pcic,
    PCICt,
    plyr,
    stats
nperez's avatar
nperez committed
License: LGPL-3
URL: https://earth.bsc.es/gitlab/es/ClimProjDiags
BugReports: https://earth.bsc.es/gitlab/es/ClimProjDiags/issues
nperez's avatar
nperez committed
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1.9000
Suggests: 
    knitr,
    rmarkdown
VignetteBuilder: knitr