CMOR 3.16.0 released!!!
Features
- User input files can now override the
source,experiment, andinstitutionglobal-attribute values when those attributes are not required by the controlled vocabulary. (#988, #995) - Added CMIP7
sitedimension examples for Python, Fortran, and C, including their generated NetCDF headers and run-script support. (#997, #1000)
Bugfixes
- Corrected the ordering of projected-grid coordinates in the complex-grid example and CRS tests from
[x, y]to[y, x]. (#996, #998)
Changes
- Updated the CMIP7 tables submodule and associated tests.
Issues / Pull Requests
- Handling of optional global attributes (#988)
- Allow user-defined values for
source,experiment, andinstitution(#995) - dimension order in example 6 (#996)
- Reverse the order of the projection coordinates of grids from
[x, y]to[y, x](#998) - Additional CMOR example (for “site” data) (#997)
- Add examples that use the
sitedimension (#1000)