Skip to content

Commit

Permalink
Merge pull request #163 from GEOS-ESM/sdrabenh-patch-1
Browse files Browse the repository at this point in the history
Uptick GCM Components
  • Loading branch information
sdrabenh authored Jun 26, 2020
2 parents f587e85 + db71bb5 commit 5f8394d
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 8 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.13.0] - 2020-06-26

### Zero-diff to previous release: ONLY 72L 1-MOMENT DEFAULT CONFIG

### Restart Changes: NO

Only 0-diff for 72-level 1-MOMENT default configuration. Non-0-diff for ALL others. Major changes include:
1. Support for increased vertical resolution and updates in FV3 and GFDL. New 71, 91, and 181-level options which have eta distributions similar to the ECMWF 137-level option. New 127-level option is similar to NCEP. Retuned surface mixing results in non-0-diff changes to the 132-level option.
2. Updated MPI Settings for running at NCCS.
3. New updates from S2S3 tag in CVS.
4. Updates to coupled plotting package (coupled_diagnostics)
5. Fixed MOM_GEOS5Plug MAPL Timers for RUN2.
6. River routing updates.
7. SLES12 bugfix reading LAI, GRN, NIRDF, VISDF and NDVI in (LDAS) ensemble mode.
8. CatchCN now gets daylength from MAPL sun code abstractly so it works with the new procession including type of orbit.
9. Updated to Chemistry v1.3.5.
10. Added lines to AGCM.rc.tmpl to run RRTMGP (disabled by default).

## [10.12.5] - 2020-06-05

### 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.5
VERSION 10.13.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.1.4
tag = v1.1.5
protocol = git
sparse = ../../../config/GMAO_Shared.sparse

Expand Down
6 changes: 3 additions & 3 deletions 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.1.4
tag = v1.1.5
protocol = git
sparse = ../../../config/GMAO_Shared.sparse

Expand All @@ -47,15 +47,15 @@ protocol = git
required = True
repo_url = [email protected]:GEOS-ESM/GEOSgcm_GridComp.git
local_path = ./src/Components/@GEOSgcm_GridComp
tag = v1.8.6
tag = v1.9.0
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.4
tag = v1.3.5
protocol = git

[UMD_Etc]
Expand Down
6 changes: 3 additions & 3 deletions 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.1.4
tag: v1.1.5
sparse: ./config/GMAO_Shared.sparse
develop: main

Expand All @@ -44,7 +44,7 @@ FMS:
GEOSgcm_GridComp:
local: ./src/Components/@GEOSgcm_GridComp
remote: ../GEOSgcm_GridComp.git
tag: v1.8.6
tag: v1.9.0
develop: develop

FVdycoreCubed_GridComp:
Expand Down Expand Up @@ -74,7 +74,7 @@ mom:
GEOSgcm_App:
local: ./src/Applications/@GEOSgcm_App
remote: ../GEOSgcm_App.git
tag: v1.3.4
tag: v1.3.5
develop: develop

UMD_Etc:
Expand Down

0 comments on commit 5f8394d

Please sign in to comment.