Skip to content

Commit

Permalink
Merge pull request #131 from GEOS-ESM/Uptick-to-release-v10.12.1
Browse files Browse the repository at this point in the history
Uptick to release v10.12.1
  • Loading branch information
sdrabenh authored Mar 27, 2020
2 parents 7b9e44f + a0b47c0 commit 32ceb18
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [10.12.1] - 2020-03-27

### Zero-diff to previous release: YES

### Restart Changes: NO except moist_internal has an additional 3 fields: NGRAUPEL, NRAIN, NSNOW

Major changes are:

1. Broader support for various computing environments including SLES12. Adds a new question to gcm_setup (and other setup scripts) that asks a user what type of processor to run on. It then uses the "default" number of cores per those processors to better figure out how to handle the IOserver nodes.
2. Changes that enable MAPL2 GEOS to work with MPT at NCCS.
3. Changed REPLAY_Shutoff alarm from NON-STICKY to STICKY, and used it in GAAS to stop updates in forecasts during REPLAY mode.
4. Updates to moist and GOCART using 2MOMENT microphysics and MG3. These are 0-diff when running the default 1MOMENT microphysics.
5. Modified gcmpost.script to only operate on pressure-level collections.
6. Fixes issues where systems do not have either ImageMagick or F2Py. If F2Py is not found, then F2Py targets are not built.
7. Changes to GMAO_hermes:
* Split off the independent sections of module m_topo_remap used by FV core into shared_topo_remap
* write_eta.F90 added to prepare for a config file which eventually will replace m_set_eta module
* Add option to build HERMES_LIGHT

## [10.12.0] - 2020-03-09

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

if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
Expand Down
4 changes: 2 additions & 2 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ protocol = git
required = True
repo_url = [email protected]:GEOS-ESM/GEOSgcm_GridComp.git
local_path = ./src/Components/@GEOSgcm_GridComp
tag = v1.8.0
tag = v1.8.2
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.1
tag = v1.3.2
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 @@ -49,7 +49,7 @@ FMS:
GEOSgcm_GridComp:
local: ./src/Components/@GEOSgcm_GridComp
remote: ../GEOSgcm_GridComp.git
tag: v1.8.0
tag: v1.8.2
develop: develop

FVdycoreCubed_GridComp:
Expand All @@ -67,7 +67,7 @@ fvdycore:
GEOSchem_GridComp:
local: ./src/Components/@GEOSgcm_GridComp/GEOSagcm_GridComp/GEOSphysics_GridComp/@GEOSchem_GridComp
remote: ../GEOSchem_GridComp.git
tag: v1.2.0
tag: v1.3.2
develop: develop

mom:
Expand All @@ -79,7 +79,7 @@ mom:
GEOSgcm_App:
local: ./src/Applications/@GEOSgcm_App
remote: ../GEOSgcm_App.git
tag: v1.3.1
tag: v1.3.2
develop: develop

UMD_Etc:
Expand Down

0 comments on commit 32ceb18

Please sign in to comment.