Skip to content

Commit

Permalink
Merge pull request #279 from GEOS-ESM/sdrabenh-patch-1
Browse files Browse the repository at this point in the history
Uptick to v10.17.5
  • Loading branch information
sdrabenh authored Apr 6, 2021
2 parents 6aa0dfc + a9cdec4 commit eeffa66
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [10.17.5] - 2021-04-06

### Zero-diff to previous release: YES for hydrostatic, NO for nonhydrostatic
### Zero-diff to regridding: YES
### Restart Changes: NO
### History Changes: NO

Major changes include:

1. parallel_build.csh now accepts a `-hydrostatic` or `-nonhydrostatic` argument during building. If no argument is provided the model will build hydrostatically as before. Therefore, setup scripts were modified depending on what -DHYDROSTATIC option was supplied to CMake. If -DHYDROSTATIC=ON then it will assume the user wants to use hydrostatic dynamics options and vice versa.
2. Fixed decomposition regression for nonhydrostatic model.
3. Updates from ADAS 5.27 folded into git GMAO_Shared v1.3.9. This brings the GEOSadas code closer to the current GEOSgcm.
4. Upticks in MOM6, MAPL, env and other repositiories.

## [10.17.4] - 2021-03-17

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

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

0 comments on commit eeffa66

Please sign in to comment.