Skip to content

Commit

Permalink
Merge BRIDGE into main in prep for release v18.1.0 (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmao-rreichle authored Nov 5, 2024
2 parents 7ed2a60 + 0cbd323 commit f2e2f07
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 12 deletions.
18 changes: 10 additions & 8 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ GEOSldas:
env:
local: ./@env
remote: ../ESMA_env.git
tag: v4.23.0
tag: v4.29.1

cmake:
local: ./@cmake
remote: ../ESMA_cmake.git
tag: v3.41.0
tag: v3.52.0

ecbuild:
local: ./@cmake/@ecbuild
remote: ../ecbuild.git
tag: geos/v1.3.0
tag: geos/v1.4.0

NCEP_Shared:
local: ./src/Shared/@NCEP_Shared
Expand All @@ -25,28 +25,30 @@ NCEP_Shared:
GMAO_Shared:
local: ./src/Shared/@GMAO_Shared
remote: ../GMAO_Shared.git
tag: v1.9.7
tag: v1.9.9
sparse: ./config/GMAO_Shared.sparse

GEOS_Util:
local: ./src/Shared/@GMAO_Shared/@GEOS_Util
remote: ../GEOS_Util.git
tag: v2.0.7
tag: v2.1.3
sparse: ./config/GEOS_Util.sparse

# When updating the MAPL version, also update the MAPL version in the
# CMakeLists.txt file for non-Baselibs builds
MAPL:
local: ./src/Shared/@MAPL
remote: ../MAPL.git
tag: v2.44.1
tag: v2.50.1

GEOSldas_GridComp:
local: ./src/Components/@GEOSldas_GridComp
remote: ../GEOSldas_GridComp.git
tag: v1.0.2
tag: v1.1.0

GEOSgcm_GridComp:
local: ./src/Components/@GEOSgcm_GridComp
remote: ../GEOSgcm_GridComp.git
tag: v2.5.2
tag: v2.6.3
sparse: ./config/GEOSgcm_GridComp_ldas.sparse

50 changes: 49 additions & 1 deletion doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,54 @@ Overview of GEOSldas Git Releases:
============================


[v18.1.0](https://github.com/GEOS-ESM/GEOSldas/releases/tag/v18.1.0) - 2024-11-05
------------------------------

- 0-diff vs. GEOSldas v18.0.3 except for data assimilation in cube-sphere tile space ([PR #41](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/41)).

- Uses GEOSldas_GridComp v1.0.3.

- Minor changes:
- More optimal distribution of tiles on processors for cubed-sphere tile space ([PR #41](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/41)).

- GEOSgcm_GridComp v2.6.3:
- Changed exports and LONG_NAMES for land water and energy balances ([GEOSgcm_GridComp PR #957](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/957)).
- Added land constants as HISTORY export variables ([GEOSgcm_GridComp PR #970](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/970)).
- Removed filling of WET1 (a.k.a. GWETTOP) with 1s over non-land ([GEOSgcm_GridComp PR #974](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/974)).
- Fixed conversion of minimal CAPAC to RUNOFF (catchment.F90) ([GEOSgcm_GridComp PR #991](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/991)).
- Removed double-counting of snow heat correction term (StieglitzSnow.F90) ([GEOSgcm_GridComp PR #946](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/946)).
- Fixed bug in optional input arg "conserve_ice10_tzero" (StieglitzSnow.F90) ([GEOSgcm_GridComp PR #1025](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/1025)).
- Additional cleanup of Stieglitz snow code ([GEOSgcm_GridComp PR #813](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/813)).
- Improved routing outlets to ocean in make_bcs package ([GEOSgcm_GridComp PR #827](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/827)).
- Fixed bad HWSDv1.21 data in Argentina "peatland" in make_bcs package ([GEOSgcm_GridComp PR #944](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/944)).
- Enabled EASE M01 option in make_bcs package ([GEOSgcm_GridComp PR #914](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/914)).
- Added c1120 resolution in make_bcs package ([GEOSgcm_GridComp PR #961](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/961)).

- Utilities:
- GMAO_Shared v1.9.9 ([PR #781](https://github.com/GEOS-ESM/GEOSldas/pull/781)).
- GEOS_Util v2.1.3 ([PR #783](https://github.com/GEOS-ESM/GEOSldas/pull/783)).
- GEOS-IT and c1120 options for remap_restarts package ([GEOS_Util PR #94](https://github.com/GEOS-ESM/GEOS_Util/pull/94), [GEOS_Util PR #96](https://github.com/GEOS-ESM/GEOS_Util/pull/96))

- Infrastructure:
- ESMA_env v4.29.1, Baselibs v8.7.0 ([PR #781](https://github.com/GEOS-ESM/GEOSldas/pull/781)).
- Update to Intel MPI 2021.13.
- ESMA_cmake v3.52.0 ([PR #781](https://github.com/GEOS-ESM/GEOSldas/pull/781)).
- MAPL v2.50.1 ([PR #781](https://github.com/GEOS-ESM/GEOSldas/pull/781)).
- ecbuild v1.4.0 ([PR #781](https://github.com/GEOS-ESM/GEOSldas/pull/781)).

- Bug fixes:
- Do not increment CO2_YEAR when it is a no-data-value. For Catchment simulations, exclude CatchCN-specific resource variables from LDAS.rc ([PR #51](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/51)).
- Bug fix and improved efficiency in matlab script for generation of mwRTM_param ([PR #46](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/46)).
- Changed EXPDIR to absolute path for POSTPROC_HIST>0 option to work ([PR #42](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/42)).
- Support HISTORY output of ASNOW alone from ENSAVG Gridcomp ([PR #49](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/49)).

- Documentation:
- Updates and corrections ([PR #776](https://github.com/GEOS-ESM/GEOSldas/pull/776)).

- Removed:
- Removed restart options F and G ([PR #40](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/40)).


[v18.0.3](https://github.com/GEOS-ESM/GEOSldas/releases/tag/v18.0.3) - 2024-04-12
------------------------------

Expand Down Expand Up @@ -85,7 +133,7 @@ Overview of GEOSldas Git Releases:
[v18.0.0](https://github.com/GEOS-ESM/GEOSldas/releases/tag/v18.0.0) - 2024-03-22
------------------------------

- 0-diff vs. v17.13.1 except for MAPL bug fix ([PR #734](https://github.com/GEOS-ESM/GEOSldas/pull/734)).
- 0-diff vs. v17.13.1 except for MAPL bug fix ([PR #734](https://github.com/GEOS-ESM/GEOSldas/pull/734)). Simulations with data assimilation are **not** 0-diff between SLES12 vs. SLES15 on NCCS/Discover ([PR #693](https://github.com/GEOS-ESM/GEOSldas/pull/693)).

- Notes:
- Release uses original GEOSldas repository structure. Next release is expected to use a revised repository structure.
Expand Down
6 changes: 3 additions & 3 deletions doc/README.MetForcing_and_BCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,13 +414,13 @@ Notes:
- Icarus-NLv5 is identical to Icarus-NLv4 except for parameters associated with PEATCLSM.


#### v11
#### v12: SMAP Nature Run v11.3, SMAP L4_SM Version 8
```
BCS_PATH : /discover/nobackup/projects/gmao/bcs_shared/fvInput/ExtData/esm/tiles/v11/
BCS_PATH : /discover/nobackup/projects/gmao/bcs_shared/fvInput/ExtData/esm/tiles/v12/
```

Notes:
- v11 is identical to Icarus-NLv5 (within roundoff) except for new MODIS-based snow albedo v2 parameters.
- v12 is identical to Icarus-NLv5 (within roundoff) except for new MODIS-based snow albedo (v2) parameters and the Argentina peatland fix.



Expand Down

0 comments on commit f2e2f07

Please sign in to comment.