Skip to content

Commit

Permalink
Merge pull request #231 from GEOS-ESM/sdrabenh-patch-1
Browse files Browse the repository at this point in the history
Updates for next release
  • Loading branch information
mathomp4 authored Nov 25, 2020
2 parents c3c68a0 + 0f20701 commit 9d6f36e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [10.17.0] - 2020-11-25

### Zero-diff to previous release: YES

### Restart Changes: NO

Major changes include:
1. The way the model is build has changed. Manage externals is no longer supported. Mepo is now the default and replacement manager for multiple repositories.
2. Add dependency to turn on `BUILD_SHARED_LIBS` for NCEP_Shared.
3. Splits the RRTMG k_g tables into separate files.
4. Bugfix to change Intel Debug flags for MOM6 and FMS.
5. gcm_run.j bugfix for tile_hist running MOM6.
6. Update plots and stats to be consistent with recent CVS tags.
7. Bugfix for C99 compliance on MacOS.
8. Updates to CI and other subrepos.

## [10.16.3] - 2020-11-02

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

if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
Expand Down

0 comments on commit 9d6f36e

Please sign in to comment.