ESMValGroup / ESMValTool

ESMValTool: A community diagnostic and performance metrics tool for routine evaluation of Earth system models in CMIP
https://www.esmvaltool.org
Apache License 2.0
215 stars 126 forks source link

Add diurnal cycle plot (variable vs. hour of day) to diagnostic `monitor/multi_datasets.py` #3498

Open schlunma opened 7 months ago

schlunma commented 7 months ago

Aim: add new plot type diurnal_cycle to monitor/multi_datasets.py, i.e., a plot variable (y-axis) vs. hour of day (x-axis).

Large parts of the necessary code can be copy-pasted from here: https://github.com/ESMValGroup/ESMValTool/blob/0d2b68d6614c667141207affd7834cc49d34b203/esmvaltool/diag_scripts/monitor/multi_datasets.py#L1270-L1340