Skip to content

Commit

Permalink
Merge PR #426 (Throw error if FAST-JX is used w/ non-Hg mechanisms)
Browse files Browse the repository at this point in the history
This merge brings PR #426 (Throw a CMake error if FAST-JX is used for
any KPP mechanism except Hg, by @yantosca) into the GCClassic
"no-diff-to-benchmark" development stream.

This PR adds an error trap that should prevent users of fullchem and
custom simulations from selecting the FAST-JX compile time option.

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Jul 16, 2024
2 parents 16e7d7f + 481ea94 commit 08d5026
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Changelog

This file documents all notable changes to the GCHP wrapper repository starting in version 14.0.0. See also CHANGELOG files for individual submodules, such as:
- src/GCHP_GridComp/GEOSChem_GridComp/geos-chem/CHANGELOG.md
- src/GCHP_GridComp/GEOSChem_GridComp/HEMCO/CHANGELOG.md
- src/GCHP_GridComp/GEOSChem_GridComp/Cloud-J/CHANGELOG.md
- src/GCHP_GridComp/GEOSChem_GridComp/HETP/CHANGELOG.md
- src/MAPL/CHANGELOG.md
- `src/GCHP_GridComp/GEOSChem_GridComp/geos-chem/CHANGELOG.md`
- `src/GCHP_GridComp/GEOSChem_GridComp/HEMCO/CHANGELOG.md`
- `src/GCHP_GridComp/GEOSChem_GridComp/Cloud-J/CHANGELOG.md`
- `src/GCHP_GridComp/GEOSChem_GridComp/HETP/CHANGELOG.md`
- `src/MAPL/CHANGELOG.md`

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [14.4.2] - TBD
### Changed
- Updated Cloud-J submodule to 7.7.2
- Disable support for FAST-JX for all simulations except Hg

## [14.4.1] - 2024-06-28
### Fixed
Expand Down

0 comments on commit 08d5026

Please sign in to comment.