Skip to content

Commit

Permalink
Merge pull request #502 from GEOS-ESM/sdrabenh-patch-1
Browse files Browse the repository at this point in the history
Update GCM to v10.23.2
  • Loading branch information
sdrabenh authored Dec 19, 2022
2 parents 002adb3 + 096ffcd commit b0d477b
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 5 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

## Unreleased

## [10.23.2] - 2022-12-16

### Zero-diff to Previous Release: YES
### Restart Changes: NO

### Major Zero-diff Changes:

* Read bcs parameters from target bc directory instead of from catchment restart file by @weiyuan-jiang in [#670](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/670)
* Remove `snowalb` from restart file when target bc does not have it by @weiyuan-jiang in [#673](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/673)
* Restore `mk_CatchRestarts` so `regrid.pl` will not work with new bcs with snowalb anymore by @weiyuan-jiang in [#674](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/674)
* Add adjustable tolerance to the rasterization routine by @atrayano in [#663](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/663)
* Add Option to Use MODIS-based Snow Albedo Climatology by @biljanaorescanin in [#618](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/618)
* Further cleanup and reorganization of `make_bcs` by @weiyuan-jiang in [#634](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/634)
* Add optional data sea ice thickness for atmosphere-only configuration by @sanAkel in [#686](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/686)
* Add warning about QQJ,K in the context of new GMI mechanisms by @mmanyin in [#378](https://github.com/GEOS-ESM/GEOSgcm_App/pull/378)
* Update path for `M2_REPLAY_ANA_LOCATION` by @sanAkel in [#377](https://github.com/GEOS-ESM/GEOSgcm_App/pull/377)
* `HISTORY.AOGCM-MOM5.rc.tmpl` updated to be consistent with the MOM6 and AMIP templates by @yvikhlya in [#382](https://github.com/GEOS-ESM/GEOSgcm_App/pull/382)
* `regrid_exch: tile_hist.data` removed from history template by @yvikhlya in [#383](https://github.com/GEOS-ESM/GEOSgcm_App/pull/383)
* Add a warning message for users that `regrid.pl` is being phased out and replaced with `remap_restarts.py` by @biljanaorescanin in [#304](https://github.com/GEOS-ESM/GMAO_Shared/pull/304)
* Bug fix for remapping MERRA-2 from 2021-06 to 2021-09 by @mathomp4 in [#303](https://github.com/GEOS-ESM/GMAO_Shared/pull/303)
* Make MERRA2 remapping with `remap_restarts.py` consistent with `regrid.pl` by @mathomp4 in [#308](https://github.com/GEOS-ESM/GMAO_Shared/pull/308)
* Modify `remap_restarts.py` to use `argparse` by @mathomp4 in [#291](https://github.com/GEOS-ESM/GMAO_Shared/pull/291)
* Further OBIO support added to RRTMGP and Chou-Suarez in [GEOSradiation_GridComp v1.2.0](https://github.com/GEOS-ESM/GEOSradiation_GridComp/releases/tag/v1.2.0)
* Upticked from MAPL v2.30.2 to [MAPL v2.33.0](https://github.com/GEOS-ESM/MAPL/releases/tag/v2.33.0)
* Upticks in `env`, `cmake`, and `ecbuild`


## [10.23.1] - 2022-11-17

### Zero-diff to Previous Release: YES and NO (see below)
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.23.1
VERSION 10.23.2
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
| [geos-chem](https://github.com/GEOS-ESM/geos-chem) | [geos/v13.0.0-rc1](https://github.com/GEOS-ESM/geos-chem/releases/tag/geos%2Fv13.0.0-rc1) |
| [GEOS_OceanGridComp](https://github.com/GEOS-ESM/GEOS_OceanGridComp) | [v1.1.1](https://github.com/GEOS-ESM/GEOS_OceanGridComp/releases/tag/v1.1.1) |
| [GEOSchem_GridComp](https://github.com/GEOS-ESM/GEOSchem_GridComp) | [v1.10.4](https://github.com/GEOS-ESM/GEOSchem_GridComp/releases/tag/v1.10.4) |
| [GEOSgcm_App](https://github.com/GEOS-ESM/GEOSgcm_App) | [v1.8.1](https://github.com/GEOS-ESM/GEOSgcm_App/releases/tag/v1.8.1) |
| [GEOSgcm_GridComp](https://github.com/GEOS-ESM/GEOSgcm_GridComp) | [v1.17.1](https://github.com/GEOS-ESM/GEOSgcm_GridComp/releases/tag/v1.17.1) |
| [GEOSgcm_App](https://github.com/GEOS-ESM/GEOSgcm_App) | [v1.8.2](https://github.com/GEOS-ESM/GEOSgcm_App/releases/tag/v1.8.2) |
| [GEOSgcm_GridComp](https://github.com/GEOS-ESM/GEOSgcm_GridComp) | [v1.17.2](https://github.com/GEOS-ESM/GEOSgcm_GridComp/releases/tag/v1.17.2) |
| [GEOSradiation_GridComp](https://github.com/GEOS-ESM/GEOSradiation_GridComp) | [v1.2.0](https://github.com/GEOS-ESM/GEOSradiation_GridComp/releases/tag/v1.2.0) |
| [GFDL_atmos_cubed_sphere](https://github.com/GEOS-ESM/GFDL_atmos_cubed_sphere) | [geos/v1.5.0](https://github.com/GEOS-ESM/GFDL_atmos_cubed_sphere/releases/tag/geos%2Fv1.5.0) |
| [GMAO_Shared](https://github.com/GEOS-ESM/GMAO_Shared) | [v1.6.3](https://github.com/GEOS-ESM/GMAO_Shared/releases/tag/v1.6.3) |
Expand Down
4 changes: 2 additions & 2 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ FMS:
GEOSgcm_GridComp:
local: ./src/Components/@GEOSgcm_GridComp
remote: ../GEOSgcm_GridComp.git
tag: v1.17.1
tag: v1.17.2
sparse: ./config/GEOSgcm_GridComp.sparse
develop: develop

Expand Down Expand Up @@ -142,7 +142,7 @@ RRTMGP:
GEOSgcm_App:
local: ./src/Applications/@GEOSgcm_App
remote: ../GEOSgcm_App.git
tag: v1.8.1
tag: v1.8.2
develop: develop

UMD_Etc:
Expand Down

0 comments on commit b0d477b

Please sign in to comment.