Change `ReferenceEnsemble` to `HindcastEnsemble`
See original GitHub issueBefore the v1 release, I want to be confident in the naming practice of ReferenceEnsemble
. Philosophically, it seems like we desire splitting the perfect model setup (e.g., MPI) from the ensemble setup from observations/assimilations. This largely affects the way the output is analyzed and it’s easiest to just split them into two separate object types.
However, does ReferenceEnsemble
as a name make sense? Is this a made up term? I feel like I might have picked it up in a textbook chapter on predictability. Regardless, this is something I want to think about for documentation, object naming, etc.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
Seasonal forecasts and the Copernicus Climate Change Service
Once the system has been designed and tested, ensemble hindcasts for the whole reference period are run.
Read more >On the Reliability of Global Seasonal Forecasts: Sensitivity to ...
To shed light on this issue, this work presents a detailed analysis of how the ensemble size, the hindcast length and the number...
Read more >Probabilistic Seasonal Forecasts Based on a Model Ensemble
The simplest model, which is based on the μ and σ for the dataset (climatology or hindcasts) is labeled 0, while other numbers...
Read more >Demonstrating the value of larger ensembles in forecasting ...
The effect of increasing the ensemble size is quantified by its relative information content (in bits) using a proper skill score. Doubling the...
Read more >ENSO Predictability over the Past 137 Years Based on a ...
However, hindcast studies based on CGCMs have only focused on the last 20–60 years. In this study, we conducted an ensemble retrospective prediction...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
From Meehl 2014:
That bolded bit is what I was trained on. I use “hindcast” to reference something like our FOSI. Or like a CMIP5 historical run.
Although I see your point now on all this. I was thinking of the perfect-model setup as also being “hindcasts” (retrospective forecasts), but they’re not, since they aren’t trying to reproduce real past cases. Let’s go ahead and switch
ReferenceEnsemble
over toHindcastEnsemble
to avoid confusion for the user.Completed in https://github.com/bradyrx/climpred/pull/124