Releases: SantanderMetGroup/downscaleR
Releases · SantanderMetGroup/downscaleR
v0.8.1
v0.8.0
v0.6.0
v0.5-2
v0.5-1
v0.5-0
What's new?
- Enhancements:
- Support for combined-member bias correction (formerly this was done only member by member separately)
- Optional flag in analog downscaling function to allow for analog date retrieval
- Minor bug fix: anyNA(foo) replaced by older any(is.na(foo)) for backwards compatibility until R 3.0.0
- New features:
- Bubble validation plot for forecast skill visualization
- Implementation of GLM downscaling method for precipitation (glimpr function)
- login_TAP function: enables authentication for authorized users to the Santander Met Group THREDDS Data Server for remotely accesing several climate datasets with different access restrictions
v0.4-2 "SPECS workshop - II"
What's new?
This new minor version release includes some improvements proposed by the participants during the SPECS Workshop training sessions:
- Enhancement in
plotMeanField
to account for missing values - Bug fix in quantile algorithm selection for qqmap adjustment
- Fixed errors in documentation
- Acknowledgements: Wietse Franssen (WUR), Jonas Bhend (MeteoSwiss) and Laurent Dubus (EDF)
v0.4-1 "SPECS workshop"
What's new
- New and improved function examples
v0.4-0
What's new?
- Implementation of analog method for perfect prog statistical
downscaling: functionanalogs
- Forecast validation visualization tool: function
tercileValidation
- Quick summary of available stations in station datasets using
stationInfo
- New example datasets (reanalysis and seasonal forecast)
- Other minor bug fixes and enhancements
v0.3-0
What's new
- Integration of multi-member datasets (e.g. forecasts) in all the analysis steps
- Implementation of several calibration / bias correction methods
- PCA/EOF analysis
- Multifields fully operative:
- Directly loadable from existing datasets via
loadMultiField
- A new constructor for multifields from fields has been included (
makeMultiField
), able to handle multimember fields
- Directly loadable from existing datasets via
- Some modifications to outputs of loading functions:
- Station data are now returned as a 2D matrix rather than a data.frame
- New attributes included in field/multifield data providing extended metadata
- Minor bug fixes
- Other enhancements in code and package documentation