Skip to content

Commit

Permalink
Merge pull request #642 from GEOS-ESM/sdrabenh-patch-1
Browse files Browse the repository at this point in the history
Uptick to v11.2.0
  • Loading branch information
sdrabenh authored Aug 25, 2023
2 parents 2302acd + 6eec9c4 commit a0dcf3a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## Unreleased

## [11.2.0] - 2023-08-25

### Zero-diff to Previous Release: NO
### Restart Changes: YES

### Major Non-Zero-Diff Changes:
* Extensive updates to the SHOC-EDMF turbulence parameterizations in [#783](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/783)
* Fixes for [UW and Turb bugs](https://github.com/GEOS-ESM/GEOSgcm_GridComp/issues/800) in [#802](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/802)
* Uptick to [GOCART v2.2.1](https://github.com/GEOS-ESM/GOCART/releases/tag/v2.2.1) with QFED path update.
* Uptick to [GEOSchem_GridComp v1.13.1](https://github.com/GEOS-ESM/GEOSchem_GridComp/releases/tag/v1.13.1) with QFED path update.
* Uptick to [TR v1.1.0](https://github.com/GEOS-ESM/TR/releases) which is non-zero-diff for certain tracers.
* Uptick to [GMI v1.1.0](https://github.com/GEOS-ESM/GMI/releases/tag/v1.1.0)


## [11.1.2] - 2023-08-24

### Zero-diff to Previous Release: YES
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW)

project (
GEOSgcm
VERSION 11.1.2
VERSION 11.2.0
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF

if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
| [GEOS_Util](https://github.com/GEOS-ESM/GEOS_Util) | [v2.0.3](https://github.com/GEOS-ESM/GEOS_Util/releases/tag/v2.0.3) |
| [GEOSchem_GridComp](https://github.com/GEOS-ESM/GEOSchem_GridComp) | [v1.13.1](https://github.com/GEOS-ESM/GEOSchem_GridComp/releases/tag/v1.13.1) |
| [GEOSgcm_App](https://github.com/GEOS-ESM/GEOSgcm_App) | [v2.2.2](https://github.com/GEOS-ESM/GEOSgcm_App/releases/tag/v2.2.2) |
| [GEOSgcm_GridComp](https://github.com/GEOS-ESM/GEOSgcm_GridComp) | [v2.1.5](https://github.com/GEOS-ESM/GEOSgcm_GridComp/releases/tag/v2.1.5) |
| [GEOSgcm_GridComp](https://github.com/GEOS-ESM/GEOSgcm_GridComp) | [v2.2.0](https://github.com/GEOS-ESM/GEOSgcm_GridComp/releases/tag/v2.2.0) |
| [GEOSradiation_GridComp](https://github.com/GEOS-ESM/GEOSradiation_GridComp) | [v1.5.1](https://github.com/GEOS-ESM/GEOSradiation_GridComp/releases/tag/v1.5.1) |
| [GFDL_atmos_cubed_sphere](https://github.com/GEOS-ESM/GFDL_atmos_cubed_sphere) | [geos/v2.4.1](https://github.com/GEOS-ESM/GFDL_atmos_cubed_sphere/releases/tag/geos%2Fv2.4.1) |
| [GMI](https://github.com/GEOS-ESM/GMI) | [v1.1.0](https://github.com/GEOS-ESM/GMI/releases/tag/v1.1.0) |
Expand Down
2 changes: 1 addition & 1 deletion components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ FMS:
GEOSgcm_GridComp:
local: ./src/Components/@GEOSgcm_GridComp
remote: ../GEOSgcm_GridComp.git
tag: v2.1.5
tag: v2.2.0
sparse: ./config/GEOSgcm_GridComp.sparse
develop: develop

Expand Down

0 comments on commit a0dcf3a

Please sign in to comment.