[Post-Processing Issue]: CESM2 Calendar Type Inconsistency #5
Labels
CESM2
post-process-fixed
The issue is fixed with additional post-processing or data handling.
post-processing
Poor or incorrect file formatting. Values unaffected.
Summary
Some of the CESM2 experiments have their calendar encoding as
noleap
(the historical runs) whereas some have their calendar encoding as365_day
(the rest of the experiments). In practice they're the same, but for consistency, we converted our CESM2 files to usenoleap
, as it seems to be more often used in the other models.Models Impacted
CESM2
Which experiments were impacted?
All tier 1 transient experiments, All tier 2 transient experiments
Ensemble Members
All members
Relevant log output
Details
To check the calendar type of an xarray dataset
ds
, you can printds.time.encoding['calendar']
.Solution (if you already have one)
This is an example of changing a single dataset to have the correct encoding.

The text was updated successfully, but these errors were encountered: