Skip to content

Commit 78fa3de

Browse files
committed
merge develop
2 parents eb5684b + 432236e commit 78fa3de

File tree

3 files changed

+40
-6
lines changed

3 files changed

+40
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if (NOT Baselibs_FOUND)
7575
# Another issue with historical reasons, old/wrong zlib target used in GEOS
7676
add_library(ZLIB::zlib ALIAS ZLIB::ZLIB)
7777

78-
find_package(MAPL 2.56 QUIET)
78+
find_package(MAPL 2.57 QUIET)
7979
if (MAPL_FOUND)
8080
message(STATUS "Found MAPL: ${MAPL_BASE_DIR} (found version \"${MAPL_VERSION})\"")
8181
endif ()

components.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ GMAO_Shared:
3636
GEOS_Util:
3737
local: ./src/Shared/@GMAO_Shared/@GEOS_Util
3838
remote: ../GEOS_Util.git
39-
tag: v2.1.8
39+
tag: v2.1.9
4040
sparse: ./config/GEOS_Util.sparse
4141
develop: main
4242

doc/CHANGELOG.md

Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,41 @@ Overview of GEOSldas Git Releases:
3636
============================
3737

3838

39+
[v20.1.0](https://github.com/GEOS-ESM/GEOSldas/releases/tag/v20.1.0) - 2025-07-01
40+
------------------------------
41+
42+
- 0-diff vs. GEOSldas v20.0.0.
43+
44+
- Uses GEOSldas_GridComp v3.1.0.
45+
46+
- New features:
47+
- 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)).
48+
- Support for 2d output from EASE tile space and 2d output on EASE grid:
49+
- Switched EASE grid handling to new MAPL EASE Grid Factory ([PR #115](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/115)).
50+
- Revised pre-processing of HISTORY template ([PR #118](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/118)).
51+
- Support for tile space of stretched cube-sphere grids ([PR #109](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/109)).
52+
53+
- Minor changes:
54+
- Revised experiment setup for coupled land-atm DAS ([PR #102](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/102)).
55+
- Updated defaults in LDASsa_DEFAULT_inputs_*.nml files ([PR #104](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/104)).
56+
- Specify only "ntasks_model" in SLURM resource request ([PR #106](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/106)).
57+
- Added optional SLURM "constraint" ([PR #112](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/112)).
58+
59+
- GEOSgcm_GridComp v2.7.5:
60+
- 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)).
61+
- Fixed treatment of freezing rain in Catchment[CN] ([GEOSgcm_GridComp PR #1111](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/1111)).
62+
- Use MAPL EASE Grid Factory ([GEOSgcm_GridComp PR #1112](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/1112)).
63+
64+
- Bug fixes:
65+
- UDUNITS error ([PR #101](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/101), [PR #123](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/123)).
66+
67+
- Utilities:
68+
- GEOS_Util v2.1.9 ([PR #822](https://github.com/GEOS-ESM/GEOSldas/pull/822)).
69+
70+
- Infrastructure:
71+
- 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)).
72+
73+
------------------------------
3974
[v20.0.0](https://github.com/GEOS-ESM/GEOSldas/releases/tag/v20.0.0) - 2025-05-28
4075
------------------------------
4176

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

71-
72-
106+
------------------------------
73107
[v19.0.0](https://github.com/GEOS-ESM/GEOSldas/releases/tag/v19.0.0) - 2025-04-15
74108
------------------------------
75109

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

110-
144+
------------------------------
111145
[v18.1.0](https://github.com/GEOS-ESM/GEOSldas/releases/tag/v18.1.0) - 2024-11-05
112146
------------------------------
113147

@@ -155,7 +189,7 @@ Overview of GEOSldas Git Releases:
155189
- Removed:
156190
- Removed restart options F and G ([GEOSldas_GridComp PR #40](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/40)).
157191

158-
192+
------------------------------
159193
[v18.0.3](https://github.com/GEOS-ESM/GEOSldas/releases/tag/v18.0.3) - 2024-04-12
160194
------------------------------
161195

0 commit comments

Comments
 (0)