Skip to content

Commit

Permalink
Merge pull request #146 from GEOS-ESM/sdrabenh-patch-1
Browse files Browse the repository at this point in the history
Update to release v10.12.4
  • Loading branch information
sdrabenh authored May 15, 2020
2 parents 66819cb + f9421d6 commit 7693dac
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [10.12.4] - 2020-05-15

### Zero-diff to previous release: YES

### Restart Changes: NO

Major changes are:
1. Brings RRTMGP code up to date with recent Pincus Master changes as of 3 May 2020
2. Add ability to run setup scripts in another's install directory
3. Support for new surface parameter resource file for land
4. Fixes issues with the scm_setup
5. Update CircleCI to use Baselibs 6.0.12
6. Use different ALLREDUCE algorithm for Intel MPI
7. Change Intel MPI GATHERV algorithm so GEOSgcm does not lock up on skylakes at checkpoint
8. Add a commented out setenv for the FOR_IGNORE_EXCEPTIONS in MPT
9. Add option to symlink GEOSgcm.x in experiment directory
10. FSEGMENT bug fix in gcm_forecast.setup

## [10.12.3] - 2020-04-21

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

if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
Expand Down
4 changes: 2 additions & 2 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ protocol = git
required = True
repo_url = [email protected]:GEOS-ESM/GEOSgcm_GridComp.git
local_path = ./src/Components/@GEOSgcm_GridComp
tag = v1.8.3
tag = v1.8.4
protocol = git
externals = Externals.cfg

[GEOSgcm_App]
required = True
repo_url = [email protected]:GEOS-ESM/GEOSgcm_App.git
local_path = ./src/Applications/@GEOSgcm_App
tag = v1.3.2
tag = v1.3.3
protocol = git

[UMD_Etc]
Expand Down
4 changes: 2 additions & 2 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ FMS:
GEOSgcm_GridComp:
local: ./src/Components/@GEOSgcm_GridComp
remote: ../GEOSgcm_GridComp.git
tag: v1.8.3
tag: v1.8.4
develop: develop

FVdycoreCubed_GridComp:
Expand Down Expand Up @@ -79,7 +79,7 @@ mom:
GEOSgcm_App:
local: ./src/Applications/@GEOSgcm_App
remote: ../GEOSgcm_App.git
tag: v1.3.2
tag: v1.3.3
develop: develop

UMD_Etc:
Expand Down

0 comments on commit 7693dac

Please sign in to comment.