forked from pacificclimate/ClimDown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.13 KB
/
DESCRIPTION
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
Package: ClimDown
Version: 0.0.1
Date: 2016-??-??
Title: Climate Downscaling Library for Daily Climate Model Output
Authors@R: c(person("Alex Cannon", role = "aut", email = "[email protected]"),
person("James Hiebert", role = c("aut", "cre"), email = "[email protected]"),
person("Arelia Werner", role = "aut", email = "[email protected]"),
person("Stephen Sobie", role = "aut", email = "[email protected]"))
Imports:
PCICt,
udunits2,
ncdf4,
fields,
foreach,
seas,
abind,
stats
Suggests:
RUnit
SystemRequirements: libnetcdf (>= 4.4.0)
Encoding: UTF-8
Description: A suite of routines for downscaling coarse scale global
climate model (GCM) output to a fine spatial resolution. Includes
Bias-Corrected Spatial Downscaling (BCDS), Constructed Analogues
(CA), Climate Imprint (CI), and Bias Correction/Constructed
Analogues with Quantile mapping reordering (BCCAQ). Developed by
the the Pacific Climate Impacts Consortium (PCIC), Victoria,
British Columbia, Canada.
License: GPL-3 | file LICENSE
URL: https://www.r-project.org
LazyData: yes
BugReports: https://github.com/pacificclimate/ClimDown