plot
canari_ml.hydra.plot
¶
canari_ml.hydra.plot.logger = logging.getLogger(__name__)
module-attribute
¶
canari_ml.hydra.plot.main(cfg)
¶
Main function for plotting ERA5 forecast data.
This function serves as the entry point for generating plots based on hydra configuration. It dynamically selects which plotting function to execute based on runtime choices specified in the Hydra configuration.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
cfg
|
DictConfig
|
Hydra configuration parameters containing all necessary settings for plotting. This includes paths, plot type selection, and any additional parameters required for specific plots. |
required |