Changes between Version 41 and Version 42 of udg/ecoms/RPackage
- Timestamp:
- Sep 4, 2014 5:17:40 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
udg/ecoms/RPackage
v41 v42 66 66 * '''version 2.2-2''' (18 Aug 2014) 67 67 * New global attributes in output (thanks to Stefan Siegert for this suggestion): 68 * `dataset`: Name of the dataset returned (e.g. "System4_seasonal_15", "NCEP", etc.)69 * `source`70 * `URL`68 * dataset: Name of the dataset returned (e.g. "System4_seasonal_15", "NCEP", etc.) 69 * source: Name of the dataset 70 * URL: URL of the data portal 71 71 * 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) 72 72 * 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" ...). … … 76 76 * Minor enhancements: 77 77 * Improved on screen error messages with clearer instructions for error fixing 78 * The 'runtime' dimension in CFSv2 output data array has been changed to 'member' for better integration with `downscaleR::plotMeanField`78 * The 'runtime' dimension in CFSv2 output data array has been changed to 'member' for better integration with other downscaleR objects and methods. 79 79 80 80 … … 85 85 * Fast Multi-member Interpolation/re-gridding capabilities 86 86 * Many more coming in the next major downscaleR release (bias correction, perfect-prog downscaling methods...) 87 * HTTP Java authenticator on-screen messages have been suppressed: Only user-relevant information is now displayed87 * On screen messages from the HTTP Java authenticator have been suppressed: Only the strictly relevant information is now displayed 88 88 * Automatically checks and warns the user about new available versions on attach 89 * Other minor bug fixes and improvements89 * Other minor bug fixes and enhancements 90 90 91 91 92 92 * '''version 2.1-1''' (11 Jul 2014) 93 * Bug fix accessing surface air temperature and derived variables in System4 with mean daily temporal aggregation (thanks to M aria DoloresFrías for pointing to the error)93 * 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) 94 94 95 95 * '''version 2.1-0''' (8 Jul 2014)