Skip to content

Releases: NOAA-GFDL/CatalogBuilder

MDTF interoperability and usability

22 Aug 17:56
bba4d07
Compare
Choose a tag to compare

The Catalog Builder package collects building blocks necessary to build a data catalog which can then be ingested in climate analysis scripts/workflow, leveraging the use of intake-esm and xarray.

This release has additional features and fixes to be interoperable with MDTF and newer GFDL simulations.
The config.yaml has an option to pass the json schema, such that a user may adjust the schema for their analysis needs.
E.g. change aggregation types.

Other changes include these, but may not be limited to these: Skipping hidden files, standard name inclusion comparing CMIP5 and CMIP6 tables and accounting for the realm/component names, additional test scripts, configs, documentation updates, improved direct pythonic way of involving catalog builder with example notebooks, conda package version updated.

What's Changed

New Contributors

Full Changelog: 2024.01.00...2024.01.01

2024.01.00

29 Jul 17:08
2d6222d
Compare
Choose a tag to compare

The Catalog Builder package collects building blocks necessary to build a data catalog which can then be ingested in climate analysis scripts/workflow, leveraging the use of intake-esm and xarray.

This tagged release has support for using config yaml for flexible directory structure, tested on example GFDL AM5 simulation, a CMIP6 collection from GFDL's UDA. Tests are included in the package. Conda package structure changes are substantial. Schema changes to make it interoperable with the MDTF has been initiated. First versions of output correctness checks/validators have been pushed.

What's Changed

New Contributors

Full Changelog: https://github.com/NOAA-GFDL/CatalogBuilder/commits/2024.01.00