postprocess
canari_ml.hydra.postprocess
¶
canari_ml.hydra.postprocess.logger = logging.getLogger(__name__)
module-attribute
¶
canari_ml.hydra.postprocess.postprocess_main(cfg)
¶
Main function for ERA5 forecast data postprocessing.
Processes Hydra configuration settings, selects a postprocessing method based on runtime choices, and executes the corresponding postprocessing task.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
cfg
|
DictConfig
|
Hydra configuration parameters for postprocessing. |
required |
Source code in src/canari_ml/hydra/postprocess.py
canari_ml.hydra.postprocess.main()
¶
Entry point for initialising ERA5 forecast postprocessing.
This function sets up initial configuration overrides and calls the
postprocess_main function to execute the postprocessing task.