... | @@ -211,9 +211,11 @@ The Saving module contains several functions that export the data (the calibrate |
... | @@ -211,9 +211,11 @@ The Saving module contains several functions that export the data (the calibrate |
|
|
|
|
|
save_data() serves as the main wrapper function for this module.`recipe` (the recipe), `data` (the list obtained from the Loading module) and `archive` (the archive) are mandatory arguments. The rest of the arguments (calibrated_data, skill_metrics and probabilities) are optional.
|
|
save_data() serves as the main wrapper function for this module.`recipe` (the recipe), `data` (the list obtained from the Loading module) and `archive` (the archive) are mandatory arguments. The rest of the arguments (calibrated_data, skill_metrics and probabilities) are optional.
|
|
|
|
|
|
|
|
The `calibrated_data`
|
|
|
|
|
|
Therefore, all the data can be saved at once:
|
|
Therefore, all the data can be saved at once:
|
|
|
|
|
|
`save_data(recipe, archive, data, calibrated_data, skill_metrics, probabilities)
|
|
`save_data(recipe, archive, data, calibrated_data, skill_metrics, probabilities)`
|
|
|
|
|
|
Or, one can choose to save only some of it. For example,
|
|
Or, one can choose to save only some of it. For example,
|
|
saving the calibrated hcst/fcst and corresponding observations only:
|
|
saving the calibrated hcst/fcst and corresponding observations only:
|
... | | ... | |