Skip to content

Releases: SantanderMetGroup/downscaleR

v0.8.1

29 Jun 12:06
Compare
Choose a tag to compare

downscaleR 0.8-1

  • Bug fix in retrieval of annual seasons (Jan-Dec)
  • Other minor bug fixes and documentation improvements

v0.8.0

26 Jun 12:42
Compare
Choose a tag to compare

downscaleR 0.8-0

  • New Generalized Quantile Mapping method (Gutjahr and Heinemann 2013)
  • New extrapolation feature of Quantile-quantile mapping method for unprecedent values in the simulation period
  • Minor bug fixes and documentation improvements

v0.6.0

01 Apr 13:37
Compare
Choose a tag to compare

What's new in v0.6-0?

  • Several improvements in bias correction methods
  • New netCDF-4 export feature
  • Minor bug fixes

v0.5-2

22 Jan 12:36
Compare
Choose a tag to compare

What's new in version 0.5-2?

  • New features for bias correction:
    • New options for multimember corrections
    • New moving-window option for reference period definition

v0.5-1

29 Dec 08:39
Compare
Choose a tag to compare

What's new?

  • Bug fix in the retrieval of coordinates from 2D X-Y horizontal axis definitions

v0.5-0

28 Dec 12:08
Compare
Choose a tag to compare

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"

11 Sep 16:57
Compare
Choose a tag to compare

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"

06 Sep 11:41
Compare
Choose a tag to compare

What's new

  • New and improved function examples

v0.4-0

06 Sep 07:46
Compare
Choose a tag to compare

What's new?

  • Implementation of analog method for perfect prog statistical
    downscaling: function analogs
  • 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

22 Aug 12:11
Compare
Choose a tag to compare

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
  • 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