Skip to content
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if (NOT Baselibs_FOUND)
# Another issue with historical reasons, old/wrong zlib target used in GEOS
add_library(ZLIB::zlib ALIAS ZLIB::ZLIB)

find_package(MAPL 2.56 QUIET)
find_package(MAPL 2.57 QUIET)
if (MAPL_FOUND)
message(STATUS "Found MAPL: ${MAPL_BASE_DIR} (found version \"${MAPL_VERSION})\"")
endif ()
Expand Down
19 changes: 14 additions & 5 deletions components.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
GEOSldas:
fixture: true
develop: develop

env:
local: ./@env
remote: ../ESMA_env.git
tag: v4.38.0
develop: main

cmake:
local: ./@cmake
remote: ../ESMA_cmake.git
tag: v3.62.1
develop: develop

ecbuild:
local: ./@cmake/@ecbuild
Expand All @@ -21,39 +24,45 @@ NCEP_Shared:
remote: ../NCEP_Shared.git
tag: v1.4.0
sparse: ./config/NCEP_Shared.sparse
develop: main

GMAO_Shared:
local: ./src/Shared/@GMAO_Shared
remote: ../GMAO_Shared.git
tag: v2.1.1
sparse: ./config/GMAO_Shared.sparse
develop: main

GEOS_Util:
local: ./src/Shared/@GMAO_Shared/@GEOS_Util
remote: ../GEOS_Util.git
tag: v2.1.8
tag: v2.1.9
sparse: ./config/GEOS_Util.sparse
develop: main

GMAO_perllib:
local: ./src/Shared/@GMAO_Shared/@GMAO_perllib
remote: ../GMAO_perllib.git
tag: v1.1.0
develop: main

# 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.56.0
tag: v2.57.0
develop: develop

GEOSldas_GridComp:
local: ./src/Components/@GEOSldas_GridComp
remote: ../GEOSldas_GridComp.git
tag: v3.0.0
branch: develop
develop: develop

GEOSgcm_GridComp:
local: ./src/Components/@GEOSgcm_GridComp
remote: ../GEOSgcm_GridComp.git
tag: v2.7.4
branch: develop
sparse: ./config/GEOSgcm_GridComp_ldas.sparse

develop: develop
42 changes: 38 additions & 4 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,41 @@ Overview of GEOSldas Git Releases:
============================


[v20.1.0](https://github.com/GEOS-ESM/GEOSldas/releases/tag/v20.1.0) - 2025-07-01
------------------------------

- 0-diff vs. GEOSldas v20.0.0.

- Uses GEOSldas_GridComp v3.1.0.

- New features:
- Python package for post-processing ObsFcstAna output into data assimilation diagnostics ([PR #87](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/87), [PR #111](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/111)).
- Support for 2d output from EASE tile space and 2d output on EASE grid:
- Switched EASE grid handling to new MAPL EASE Grid Factory ([PR #115](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/115)).
- Revised pre-processing of HISTORY template ([PR #118](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/118)).
- Support for tile space of stretched cube-sphere grids ([PR #109](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/109)).

- Minor changes:
- Revised experiment setup for coupled land-atm DAS ([PR #102](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/102)).
- Updated defaults in LDASsa_DEFAULT_inputs_*.nml files ([PR #104](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/104)).
- Specify only "ntasks_model" in SLURM resource request ([PR #106](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/106)).
- Added optional SLURM "constraint" ([PR #112](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/112)).

- GEOSgcm_GridComp v2.7.5:
- Optional numerical derivatives for Monin-Obukhov exchange coefficients over land in offline mode ([GEOSgcm_GridComp PR #999](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/999)).
- Fixed treatment of freezing rain in Catchment[CN] ([GEOSgcm_GridComp PR #1111](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/1111)).
- Use MAPL EASE Grid Factory ([GEOSgcm_GridComp PR #1112](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/1112)).

- Bug fixes:
- UDUNITS error ([PR #101](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/101), [PR #123](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/123)).

- Utilities:
- GEOS_Util v2.1.9 ([PR #822](https://github.com/GEOS-ESM/GEOSldas/pull/822)).

- Infrastructure:
- MAPL v2.57.0: EASE Grid Factory ([PR #819](https://github.com/GEOS-ESM/GEOSldas/pull/819), [PR #821](https://github.com/GEOS-ESM/GEOSldas/pull/821)).

------------------------------
[v20.0.0](https://github.com/GEOS-ESM/GEOSldas/releases/tag/v20.0.0) - 2025-05-28
------------------------------

Expand Down Expand Up @@ -68,8 +103,7 @@ Overview of GEOSldas Git Releases:
- Updated parallel build and CI workflows.
- MAPL v2.56.0 ([PR #809](https://github.com/GEOS-ESM/GEOSldas/pull/809), [PR #812](https://github.com/GEOS-ESM/GEOSldas/pull/812)).



------------------------------
[v19.0.0](https://github.com/GEOS-ESM/GEOSldas/releases/tag/v19.0.0) - 2025-04-15
------------------------------

Expand Down Expand Up @@ -107,7 +141,7 @@ Overview of GEOSldas Git Releases:
- Removed:
- Removed support for SLES12 operating system at NCCS ([GEOSldas_GridComp PR #83](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/83)).


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

Expand Down Expand Up @@ -155,7 +189,7 @@ Overview of GEOSldas Git Releases:
- Removed:
- Removed restart options F and G ([GEOSldas_GridComp 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