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-13Lines changed: 25 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,29 +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
-
- 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
-
26
16
### Fixed
27
17
28
-
- Fixed bug in ASCAT EUMET soil moisture obs reader.
29
-
- Fixed Restart=1 when the domain is not global.
30
-
31
18
### Removed
32
19
33
20
### Deprecated
34
21
35
22
-----------------------------
36
23
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)).
- 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)).
0 commit comments