Skip to content

Commit 865922d

Browse files
Update CHANGELOG.md in prep for release v3.1.0 (#124)
2 parents c287bc0 + 7937b6a commit 865922d

File tree

2 files changed

+26
-15
lines changed

2 files changed

+26
-15
lines changed

CHANGELOG.md

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Added
1313

14-
- Added optional SLURM "constraint".
15-
- Added functionality to run on tile space of stretched cube-sphere grids.
16-
- Added (and later revised) python package for post-processing ObsFcstAna output.
17-
18-
1914
### Changed
2015

21-
- Revised processing of HISTORY template (GEOSldas_HIST.rc).
22-
- Switch to using EASE grid tools in MAPL.
23-
- Specify only ntasks_model for SLURM resource request.
24-
- Revisions for handling of Nens and special nml and mwtrm path/files in coupled land-atm DAS.
25-
- Updated some defaults in LDASsa_DEFAULT_inputs_*.nml files.
26-
2716
### Fixed
2817

29-
- Fixed ncra path for monthly compression
30-
- Fixed error from MAPL's ApplicationSupport.F90 to init UDUNITS.
31-
3218
### Removed
3319

3420
### Deprecated
3521

3622
-----------------------------
3723

24+
## [v3.1.0] - 2025-06-26
25+
26+
- 0-diff vs. v3.0.0.
27+
28+
### Added
29+
30+
- Added 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)).
31+
- Support for 2d output from EASE tile space and 2d output on EASE grid:
32+
- Switched EASE grid handling to new MAPL EASE Grid Factory ([PR #115](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/115)).
33+
- Revised pre-processing of HISTORY template ([PR #118](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/118)).
34+
- Support for tile space of stretched cube-sphere grids ([PR #109](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/109)).
35+
36+
### Changed
37+
38+
- Revised experiment setup for coupled land-atm DAS ([PR #102](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/102)).
39+
- Updated defaults in LDASsa_DEFAULT_inputs_*.nml files ([PR #104](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/104)).
40+
- Added optional SLURM "constraint" ([PR #112](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/112)).
41+
- Specify only "ntasks_model" in SLURM resource request ([PR #106](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/106)).
42+
43+
### Fixed
44+
45+
- UDUNITS error ([PR #101](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/101), [PR #123](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/123)).
46+
47+
-----------------------------
48+
3849
## [v3.0.0] - 2025-05-28
3950

4051
- 0-diff vs. v2.0.0.

GEOS_LdasGridComp.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module GEOS_LdasGridCompMod
88

99
use ESMF
1010
use MAPL
11-
11+
1212
use GEOS_MetforceGridCompMod, only: MetforceSetServices => SetServices
1313
use GEOS_LandGridCompMod, only: LandSetServices => SetServices
1414
use GEOS_LandPertGridCompMod, only: LandPertSetServices => SetServices

0 commit comments

Comments
 (0)