Skip to content

Commit

Permalink
Merge pull request #205 from GEOS-ESM/sdrabenh-patch-1
Browse files Browse the repository at this point in the history
Uptick GEOSgcm Release
  • Loading branch information
sdrabenh authored Sep 29, 2020
2 parents efc8fda + 7f631e5 commit bd2fbc6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [10.16.0] - 2020-09-28

### Zero-diff to previous release: NO

### Restart Changes: NO

The only change in this release is moving back to using `int()` not `nint()` in GEOS_Shared/GEOS_Utilities.F90 which may cause crashes if the Debugging flags are on. Nevertheless, this is a non zero-diff change to the gcm.

## [10.15.0] - 2020-09-25

### Zero-diff to previous release: NO
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.15.0
VERSION 10.16.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 Develop.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sparse = ../../../config/NCEP_Shared.sparse
required = True
repo_url = [email protected]:GEOS-ESM/GMAO_Shared.git
local_path = ./src/Shared/@GMAO_Shared
tag = v1.2.0
tag = v1.3.0
protocol = git
sparse = ../../../config/GMAO_Shared.sparse

Expand Down
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sparse = ../../../config/NCEP_Shared.sparse
required = True
repo_url = [email protected]:GEOS-ESM/GMAO_Shared.git
local_path = ./src/Shared/@GMAO_Shared
tag = v1.2.0
tag = v1.3.0
protocol = git
sparse = ../../../config/GMAO_Shared.sparse

Expand Down
2 changes: 1 addition & 1 deletion components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ NCEP_Shared:
GMAO_Shared:
local: ./src/Shared/@GMAO_Shared
remote: ../GMAO_Shared.git
tag: v1.2.0
tag: v1.3.0
sparse: ./config/GMAO_Shared.sparse
develop: main

Expand Down

0 comments on commit bd2fbc6

Please sign in to comment.