View source: R/merge_multimodel.R
merge_multimodel | R Documentation |
When multimodel ensembles are read in only the sub models are stored. If the whole ensemble is needed, this function will merge all of the sub models into a single ensemble. Note that there is no renaming of the members so the sub model names are retained. If there are no multi model ensembles, the input is silently returned unaltered.
merge_multimodel(.fcst, keep_sub_models = TRUE)
.fcst |
An object of class |
keep_sub_models |
Set to FALSE to discard the sub models as separate
elements in the |
A harp_fcst
object with one layer - each element is a table of
forecast data for a model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.