Skip to content

Commit

Permalink
Merge pull request #314 from GEOS-ESM/sdrabenh-patch-1
Browse files Browse the repository at this point in the history
Uptick to v10.19.3
  • Loading branch information
sdrabenh authored Jul 21, 2021
2 parents b8d7369 + ca51c6d commit cf1631f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [10.19.3] - 2021-07-21

### Zero-diff to previous release: MOSTLY
### Restart Changes: NO

Potential Non-0-diff Change:

1. Upgrade to MAPL v2.8.0. For the MERRA2 GOCART Emissions, all testing shows it is zero-diff. But for the Ops GOCART Emissions, it there are very small roundoff differences. The results are non-zero-diff due to a bug fix (to a race condition) in this version of MAPL on how grids are handled.

Major 0-diff Changes:
1. Detect MERRA2OX date violation during setup.
2. Make species consistent with emissions choice.
3. Only allow Rome nodes at NAS if built on Rome.
5. Updates for MVAPICH2, enable multigroup by default.
6. Bugfix for correct day when running EMIPs.
7. Update ldas increment alarm setting in CatchGC.
8. Updates to plots package.
9. Update to fvdycore v1.1.7.

## [10.19.2] - 2021-06-11

### 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 10.19.2
VERSION 10.19.3
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF

if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
Expand Down
6 changes: 3 additions & 3 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ NCEP_Shared:
GMAO_Shared:
local: ./src/Shared/@GMAO_Shared
remote: ../GMAO_Shared.git
tag: v1.4.5
tag: v1.4.6
sparse: ./config/GMAO_Shared.sparse
develop: main

Expand All @@ -48,7 +48,7 @@ FMS:
GEOSgcm_GridComp:
local: ./src/Components/@GEOSgcm_GridComp
remote: ../GEOSgcm_GridComp.git
tag: v1.12.3
tag: v1.12.4
sparse: ./config/GEOSgcm_GridComp.sparse
develop: develop

Expand Down Expand Up @@ -105,7 +105,7 @@ mom6:
GEOSgcm_App:
local: ./src/Applications/@GEOSgcm_App
remote: ../GEOSgcm_App.git
tag: v1.5.2
tag: v1.5.3
develop: develop

UMD_Etc:
Expand Down

0 comments on commit cf1631f

Please sign in to comment.