19 | | The latest versions (stable and/or devel) can be installed directly from [https://github.com/SantanderMetGroup/ecomsUDG.Raccess gitHub], but please note that the R package [http://cran.r-project.org/web/packages/devtools/index.html devtools] must be installed. |
20 | | |
21 | | == Latest stable release 2.2-5 "SPECS Workshop" (06 Sep 2014) |
22 | | |
23 | | [https://github.com/SantanderMetGroup/ecomsUDG.Raccess/releases/tag/v2.2-5] |
24 | | |
25 | | [attachment:userManual.pdf User's manual] |
26 | | |
27 | | |
28 | | To obtain the latest stable release of the `ecomsUDG.Raccess` package (and the associated dependencies), type the following commands from your R console: |
29 | | |
30 | | {{{ |
31 | | #!text/R |
32 | | devtools::install_github(c("SantanderMetGroup/downscaleR.java@stable", |
33 | | "SantanderMetGroup/downscaleR@stable", |
34 | | "SantanderMetGroup/ecomsUDG.Raccess@stable")) |
35 | | |
36 | | }}} |
37 | | |
38 | | |
39 | | If attempting the installation from a proxy server and getting an error, please [http://meteo.unican.es/ecoms-udg/RPackage/setup_proxy try this]. |
40 | | |
41 | | |
42 | | == Older versions |
43 | | |
44 | | * '''version 2.2-4''' (06 Sep 2014) |
45 | | * Internal changes in imports for compatibility with the new `downscaleR` version 0.4-x |
46 | | |
47 | | |
48 | | * '''version 2.2-3''' (18 Aug 2014) |
49 | | * Bug fix for 1-dimensional output data queries (i.e. time series at single point locations, without members) |
50 | | |
51 | | * '''version 2.2-2''' (18 Aug 2014) |
52 | | * New global attributes in output (thanks to Stefan Siegert for this suggestion): |
53 | | * dataset: Name of the dataset returned (e.g. "System4_seasonal_15", "NCEP", etc.) |
54 | | * source: Name of the dataset |
55 | | * URL: URL of the data portal |
56 | | * Consistent ordering of array dimensions: The output n-dimensional array now preserves the canonical ordering of its dimensions: (member, time, level, lat, lon) (thanks to Stefan Siegert for this suggestion) |
57 | | * New daily aggregation options: minimum and maximum daily data are now returned when using the `time = "DD"` option for the relevant variables (e.g. "tasmin", "tasmax" ...). |
58 | | |
59 | | |
60 | | * '''version 2.2-1''' (05 Aug 2014) |
61 | | * Minor enhancements: |
62 | | * Improved on screen error messages with clearer instructions for error fixing |
63 | | * The 'runtime' dimension in CFSv2 output data array has been changed to 'member' for better integration with other downscaleR objects and methods. |
64 | | |
65 | | |
66 | | |
67 | | * '''version 2.2-0''' (16 Jul 2014) |
68 | | * New dependency on R Package downscaleR with inherited features such as: |
69 | | * Plotting mean fields |
70 | | * Fast Multi-member Interpolation/re-gridding capabilities |
71 | | * Many more coming in the next major downscaleR release (bias correction, perfect-prog downscaling methods...) |
72 | | * On screen messages from the HTTP Java authenticator have been suppressed: Only the strictly relevant information is now displayed |
73 | | * Automatically checks and warns the user about new available versions on attach |
74 | | * Other minor bug fixes and enhancements |
75 | | |
76 | | |
77 | | * '''version 2.1-1''' (11 Jul 2014) |
78 | | * Bug fix accessing surface air temperature and derived variables in System4 with mean daily temporal aggregation (thanks to M.D. Frías for pointing to the error) |
79 | | |
80 | | * '''version 2.1-0''' (8 Jul 2014) |
81 | | * New extended list of available variables |
82 | | * NCEP reanalysis included in available datasets |
83 | | * On-the-fly computation of derived variables |
84 | | * Support for variables with vertical levels and static (e.g. geopotential surface zs) |
85 | | * New dependency on downscaleR.java R package containing Java dependencies |
86 | | |
87 | | |
88 | | * '''version 2.0-0''' (16-jun-2014). |
89 | | * New input/output format |
90 | | * Access to a extended list of surface variables |
91 | | * New observational gridded dataset WFDEI |
92 | | * On-the-fly time filtering/aggregation capabilities |
93 | | |
94 | | * '''version 1.0-0''' (17-feb-2014). Access to a limited list of surface variables for System4 and CFSv2 datasets. |
95 | | |
96 | | |
97 | | == Development version |
98 | | |
99 | | The development version is available at the 'master' branch of the [http://github.com/santandermetgroup/ecomsudg.raccess gitHub repository], but please note that '''the development version is unstable and may not be functional''' |
100 | | |
101 | | {{{ |
102 | | #!text/R |
103 | | devtools::install_github(c("SantanderMetGroup/downscaleR.java@stable", |
104 | | "SantanderMetGroup/downscaleR@stable", |
105 | | "SantanderMetGroup/ecomsUDG.Raccess")) |
106 | | |
107 | | }}} |