ESMValGroup / ESMValCore

ESMValCore: A community tool for pre-processing data from Earth system models in CMIP and running analysis scripts.
https://www.esmvaltool.org
Apache License 2.0
42 stars 38 forks source link

Fix ERA5 native6 fix to handle single monthly-averaged NetCDF files. #2512

Open rbeucher opened 1 month ago

rbeucher commented 1 month ago

Description

Modifies the get_frequency function in ERA5 native6 fix to handle case where monthly-averaged data are stored in single NetCDF file (one file per month) and have thus a time dimension length of 1.

Closes #2511

Link to documentation:


Before you get started

Checklist

It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the ๐Ÿ›  Technical or ๐Ÿงช Scientific review.


To help with the number pull requests:

rbeucher commented 1 month ago

Hi @schlunma, @valeriupredoi,

Could someone please take a moment to review this for me? Thanks!

R