All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated
CODEOWNERS
to reflect changes in staffing - Updated
components.yaml
for latest MAPL
- Fixes to CMake to build with UFS and with no Baselibs
- Fixed return code handling
- Fixed uninitialized rc in Cubic in process library
- Compute and export PM2.5 and PM10 diagnostic tracers in UFS interface
- Corrected CircleCI configuration
- Added CHANGELOG enforcer
This release of GOCART is aimed at moving GOCART from GEOSchem_GridComp to its own repository. At the moment the only code here that is verified as correct is the "GOCART Legacy" code which is code that came from GEOSchem_GridComp v1.4.3.
To use this release, you need to use GEOSchem_GridComp v1.4.4 which has the changes necessary to move GOCART Legacy to this separate repository.
Identical in code to v1.0.0-beta.1
- Pull in updates from
develop
. In GEOSgcm setup, this is zero-diff for both GOCART actual and climatological (e.g., not GOCART2G).
- Added GOCART legacy source code which is been pulled out of the GEOSchem_GridComp v1.4.2.
- Switched StrTemplate from using the one provided by
GMAO_MPEU
to one provided byMAPL
- Fixed bugs in the process library
- Bug with how some optional
rc
arguments where handled in the Process Library.
- CircleCI configuration added
- Initial release of GOCART repository