Skip to content

Commit

Permalink
Merge pull request #176 from GEOS-ESM/sdrabenh-patch-1
Browse files Browse the repository at this point in the history
Uptick GEOSgcm to v10.14.0
  • Loading branch information
sdrabenh authored Jul 17, 2020
2 parents 6354ebf + 04cd074 commit e7f68d1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [10.14.0] - 2020-07-17

### Zero-diff to previous release: YES - for default 72L-1MOM configuration

### Restart Changes: YES - gwd_import_checkpoint has been added

Major changes include:
1. Added MOM6 plug
2. Added NCAR GWD
3. Updated GFDL microphysics
4. Updated MOM5
5. Run time switch between MOM5 or MOM6
6. Updates for JEDI Integration
7. Updated FMS
8. Sparsed out FVdycore_GridComp and ARIESg3_GridComp dynamical cores. Sparsed out GMAO_pilgrim from GEOSgcm_GridComp.
9. Update Aerosol Chemistry BCs to match new vertical levels.
10. Additional question in setup scripts for:
1. Chosing microphysics option
2. Chosing hydrostatic/non-hydrostatic mode

## [10.13.0] - 2020-06-26

### Zero-diff to previous release: ONLY 72L 1-MOMENT DEFAULT CONFIG
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.13.0
VERSION 10.14.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 e7f68d1

Please sign in to comment.