Skip to content

Commit

Permalink
Merge branch 'master' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
miturbide committed Jun 23, 2023
2 parents f36188e + b12c277 commit 64263e1
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# What is calibratoR?

[calibratoR](https://github.com/SantanderMetGroup/calibratoR) implements several methods for statistical calibration of climate forecasts (typically on a monthly/seasonal basis), which range from simple mean/variance adjustment to more sophisticated Ensemble Model Output Statistics (EMOS) options which take into account the existing correspondence between the ensemble mean and the observations in the calibration process. This R package works with the *grid* object developed for the [climate4R](http://www.meteo.unican.es/climate4r) bundle (see [Iturbide et al. 2018]() for details). Currently, only gridded data are supported (point-wise stations will be also supported in a future release).
[calibratoR](https://github.com/SantanderMetGroup/calibratoR) implements several methods for the statistical calibration of climate forecasts (e.g. seasonal forecasts) on a monthly/seasonal basis; from simple mean/variance adjustment to more sophisticated Ensemble Model Output Statistics (EMOS) options which take into account the temporal correspondence between the ensemble mean and the observations in the calibration process. This package is complementary with [downscaleR](https://github.com/SantanderMetGroup/downscaleR), which implements standard bias correction and (perfect prog) statistical downscaling on a daily basis. It is fully compatible with the [climate4R](http://www.meteo.unican.es/climate4r) framework (see [Iturbide et al. 2018](https://doi.org/10.1016/j.envsoft.2018.09.009) for details). Currently, only gridded data are supported (point-wise stations will be also supported in a future release).

The recommended installation procedure is to use the `install_github` command from the devtools R package:

Expand All @@ -14,4 +14,13 @@ install.packages("SpecsVerification")
```
---

**Reference and further information on the methods implemented:** [Manzanas et al. 2018]()
---
**Reference and further information:**

**[Comparison of bias adjustment, ensemble recalibration, MOS and PP techniques]** Manzanas et al. (2020) Statistical adjustment, calibration and downscaling of seasonal forecasts: a case-study for Southeast Asia. **Climate Dynamics**. https://doi.org/10.1007/s00382-020-05145-1

**[Application to the C3S dataset]** Manzanas et al. (2019) Bias adjustment and ensemble recalibration methods for seasonal forecasting: A comprehensive intercomparison using the C3S dataset. **Climate Dynamics**. https://doi.org/10.1007/s00382-019-04640-4

**[General description of the climate4R framework]** Iturbide et al. (2018) climate4R: An R-based Open Framework for Reproducible Climate Data Access and Post-processing. **Environmental Modelling and Software**. https://doi.org/10.1016/j.envsoft.2018.09.009
Check out the companion notebooks for the two examples [GitHub](https://github.com/SantanderMetGroup/notebooks).

0 comments on commit 64263e1

Please sign in to comment.