DESCRIPTION 1.76 KB
Newer Older
Package: s2dv
aho's avatar
aho committed
Title: A Set of Common Tools for Seasonal to Decadal Verification
Version: 0.1.1
Authors@R: c(
    person("BSC-CNS", role = c("aut", "cph")),
aho's avatar
aho committed
    person("An-Chi", "Ho", , "an.ho@bsc.es", role = c("aut", "cre")),
aho's avatar
aho committed
    person("Nuria", "Perez-Zanon", , "nuria.perez@bsc.es", role = "aut"),
    person("Roberto", "Bilbao", , "roberto.bilbao@bsc.es", role = "ctb"),
    person("Carlos", "Delgado", , "carlos.delgado@bsc.es", role = "ctb"),
aho's avatar
aho committed
    person("Andrea", "Manrique", , "andrea.manrique@bsc.es", role = "ctb"),
    person("Deborah", "Verfaillie", , "deborah.verfaillie@bsc.es", role = "ctb"))
aho's avatar
aho committed
Description: The advanced version of package 's2dverification'. It is 
    intended for 'seasonal to decadal' (s2d) climate forecast verification, but 
aho's avatar
aho committed
    it can also be used in other kinds of forecasts or general climate analysis.  
    This package is specially designed for the comparison between the experimental 
    and observational datasets. The functionality of the included functions covers 
aho's avatar
aho committed
    from data retrieval, data post-processing, skill scores against observation, 
aho's avatar
aho committed
    to visualization. Compared to 's2dverification', 's2dv' is more compatible 
    with the package 'startR', able to use multiple cores for computation and 
    handle multi-dimensional arrays with a higher flexibility.
    R (>= 3.2.0)
Imports:
    abind,
    bigmemory,
    GEOmap,
    geomapdata,
aho's avatar
aho committed
    graphics,
    grDevices,
aho's avatar
aho committed
    ClimProjDiags,
aho's avatar
aho committed
    stats,
aho's avatar
aho committed
    plyr,
aho's avatar
aho committed
    ncdf4,
aho's avatar
aho committed
    multiApply (>= 2.1.1)
Suggests:
    easyVerification,
    testthat
aho's avatar
aho committed
License: Apache License 2.0
aho's avatar
aho committed
URL: https://earth.bsc.es/gitlab/es/s2dv/
BugReports: https://earth.bsc.es/gitlab/es/s2dv/-/issues
LazyData: true
SystemRequirements: cdo
Encoding: UTF-8
RoxygenNote: 7.0.1