You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25-11Lines changed: 25 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,27 +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 ntasks-per-node.
15
-
- Added matlab reader for binary mwRTM vegopacity file.
16
-
17
14
### Changed
18
15
19
-
- Cleaned up ldas_setup. Split out ldas.py and setup_utils.py.
20
-
- Added reader for surface meteorological forcing from S2S-3.
21
-
- Update `GEOSlandassim_GridComp/io_hdf5.F90` to allow for use with HDF5 1.14.
22
-
- Changed default format of tile-space HISTORY output to nc4.
23
-
24
16
### Fixed
25
17
26
-
- Fixed bug in ASCAT EUMET soil moisture obs reader.
27
-
- Fixed Restart=1 when the domain is not global.
28
-
29
18
### Removed
30
19
31
20
### Deprecated
32
21
33
22
-----------------------------
34
23
24
+
## [v3.2.0] - 2025-11-26
25
+
26
+
- 0-diff vs. v3.2.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)).
- 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
+
- Updated static QC of CYGNSS observations ([PR #XXX](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/XXX)).
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)).
0 commit comments