CMOR 3.13.0 released!!!
Features
- The global attributes
realization_index
,initialization_index
,physics_index
andforcing_index
can now have string values when either_use_strings_for_indexes
or_cmip7_option
are present in the user input parameters.
Bugfixes
- Resolved an issue where running multiple unit tests within a unittest class that used variable tables with branding suffixes would corrupt the branding suffixes, labels, and out names in subsequent tests within the unittest class.
Changes
- Added support for Python 3.14.
- PrePARE has been removed from CMOR.
- CMIP7 tests have been updated to confirm that secondary realms can be applied to variables by having multiple realms listed for
modeling_realm
in variable entries. See test here.
Closed Issues