Skip to content

Commit 01e9b49

Browse files
updated CHANGELOG.md in prep for release v3.2.0 (#152)
2 parents 547c512 + 0f68bed commit 01e9b49

File tree

1 file changed

+25
-13
lines changed

1 file changed

+25
-13
lines changed

CHANGELOG.md

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

1212
### Added
1313

14-
- Added ntasks-per-node.
15-
- Added matlab reader for binary mwRTM vegopacity file.
16-
1714
### Changed
1815

19-
- Bumped max_obs limit from 250k to 280k in ASCAT reader.
20-
- Commented out static QC mask in CYGNSS reader and guarded mask deallocation when disabled.
21-
- Cleaned up ldas_setup. Split out ldas.py and setup_utils.py.
22-
- Added reader for surface meteorological forcing from S2S-3.
23-
- Update `GEOSlandassim_GridComp/io_hdf5.F90` to allow for use with HDF5 1.14.
24-
- Changed default format of tile-space HISTORY output to nc4.
25-
2616
### Fixed
2717

28-
- Fixed bug in ASCAT EUMET soil moisture obs reader.
29-
- Fixed Restart=1 when the domain is not global.
30-
3118
### Removed
3219

3320
### Deprecated
3421

3522
-----------------------------
3623

24+
## [v3.2.0] - 2025-11-26
25+
26+
- 0-diff vs. v3.1.0 (except for lat/lon fields in "1d" nc4 output, which have roundoff differences between files directly generated with MAPL [new default] and files generated with tile_bin2nc4 [discontinued]).
27+
28+
### Added
29+
30+
- Added reader for surface meteorological forcing from S2S-3 ([PR #138](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/138)).
31+
- Added matlab reader for binary mwRTM vegopacity file ([PR #142](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/142)).
32+
33+
### Changed
34+
35+
- Changed default format of tile-space HISTORY output to nc4 ([PR #144](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/144)).
36+
- Enable remapping of landice restarts from ldas_setup ([PR #146](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/146)).
37+
- Commented out static QC mask in CYGNSS obs reader ([PR #151](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/151)).
38+
- Cleaned up ldas_setup; split out ldas.py and setup_utils.py; restored ntasks-per-node option ([PR #107](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/107)).
39+
- Update `GEOSlandassim_GridComp/io_hdf5.F90` to allow for use with HDF5 1.14 ([PR #139](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/139)).
40+
41+
### Fixed
42+
43+
- Fixed bug in ASCAT EUMET soil moisture obs reader; bumped max_obs limit ([PR #148](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/148), [PR #151](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/151)).
44+
- Provide default "zoom" value for remap_restarts yaml file ([PR #137](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/137)).
45+
- Fixed Restart=1 when the domain is not global ([PR #107](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/107)).
46+
47+
-----------------------------
48+
3749
## [v3.1.0] - 2025-06-26
3850

3951
- 0-diff vs. v3.0.0.

0 commit comments

Comments
 (0)