@@ -11,30 +11,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### Added
13
13
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
-
19
14
### Changed
20
15
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
-
27
16
### Fixed
28
17
29
- - Fixed ncra path for monthly compression
30
- - Fixed error from MAPL's ApplicationSupport.F90 to init UDUNITS.
31
-
32
18
### Removed
33
19
34
20
### Deprecated
35
21
36
22
-----------------------------
37
23
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
+
38
49
## [ v3.0.0] - 2025-05-28
39
50
40
51
- 0-diff vs. v2.0.0.
0 commit comments