Skip to content

Commit 951610f

Browse files
committed
further updates of CHANGELOG.md in prep for release v20.2.0
1 parent 26008aa commit 951610f

File tree

1 file changed

+29
-21
lines changed

1 file changed

+29
-21
lines changed

doc/CHANGELOG.md

Lines changed: 29 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,32 @@ Overview of GEOSldas Git Releases:
4545
- Uses GEOSldas_GridComp v3.2.0.
4646

4747
- New features:
48-
- Support for 1d output from EASE tile space and 2d output on EASE grid:
49-
-
50-
-
48+
- Changed default format of tile-space HISTORY output to nc4 ([GEOSldas_GridComp PR #144](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/144)).
49+
- Added reader for surface meteorological forcing from S2S-3 ([GEOSldas_GridComp PR #138](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/138)).
5150

5251
- Minor changes:
53-
-
52+
- Cleaned up ldas_setup; split out ldas.py and setup_utils.py; restored ntasks-per-node option ([GEOSldas_GridComp PR #107](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/107)).
53+
- Enable remapping of landice restarts from ldas_setup ([GEOSldas_GridComp PR #146](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/146)).
54+
- Added matlab reader for binary mwRTM vegopacity file ([GEOSldas_GridComp PR #142](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/142)).
55+
- Commented out static QC mask in CYGNSS obs reader ([GEOSldas_GridComp PR #151](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/151)).
56+
- Update `GEOSlandassim_GridComp/io_hdf5.F90` to allow for use with HDF5 1.14 ([GEOSldas_GridComp PR #139](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/139)).
5457

55-
- GEOSgcm_GridComp v2.7.5:
58+
- GEOSgcm_GridComp v2.8.0:
5659
- Added "make_topo" scripts to "make_bcs" for generation of topography files used by AGCM ([GEOSgcm_GridComp PR #1054](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/1054)).
5760
- Updated introductory comments in GEOS_SurfaceGridComp.rc ([GEOSgcm_GridComp PR #1133](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/1133)).
5861

5962
- Bug fixes:
60-
-
63+
- Fixed bug in ASCAT EUMET soil moisture obs reader; bumped max_obs limit ([GEOSldas_GridComp PR #148](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/148), [GEOSldas_GridComp PR #151](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/151)).
64+
- Provide default "zoom" value for remap_restarts yaml file ([GEOSldas_GridComp PR #137](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/137)).
65+
- Fixed Restart=1 when the domain is not global ([GEOSldas_GridComp PR #107](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/107)).
6166

6267
- Utilities:
63-
- GEOS_Util v2.1.9 ([PR #822](https://github.com/GEOS-ESM/GEOSldas/pull/822)).
64-
68+
- GMAO_Shared v2.1.4 ([PR #836](https://github.com/GEOS-ESM/GEOSldas/pull/836)).
69+
- GEOS_Util v2.1.10 ([PR #836](https://github.com/GEOS-ESM/GEOSldas/pull/836)).
70+
6571
- Infrastructure:
72+
- ESMA_cmake v3.64.0 ([PR #836](https://github.com/GEOS-ESM/GEOSldas/pull/836)).
73+
- ESMA_env v5.13.0, Baselibs v8.18.0 ([PR #836](https://github.com/GEOS-ESM/GEOSldas/pull/836)).
6674
- MAPL v2.63.1 ([PR #842](https://github.com/GEOS-ESM/GEOSldas/pull/842), [PR #839](https://github.com/GEOS-ESM/GEOSldas/pull/839)).
6775

6876
------------------------------
@@ -74,25 +82,25 @@ Overview of GEOSldas Git Releases:
7482
- Uses GEOSldas_GridComp v3.1.0.
7583

7684
- New features:
77-
- 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)).
85+
- Python package for post-processing ObsFcstAna output into data assimilation diagnostics ([GEOSldas_GridComp PR #87](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/87), [GEOSldas_GridComp PR #111](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/111)).
7886
- Support for 2d output from EASE tile space and 2d output on EASE grid:
79-
- Switched EASE grid handling to new MAPL EASE Grid Factory ([PR #115](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/115)).
80-
- Revised pre-processing of HISTORY template ([PR #118](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/118)).
81-
- Support for tile space of stretched cube-sphere grids ([PR #109](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/109)).
87+
- Switched EASE grid handling to new MAPL EASE Grid Factory ([GEOSldas_GridComp PR #115](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/115)).
88+
- Revised pre-processing of HISTORY template ([GEOSldas_GridComp PR #118](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/118)).
89+
- Support for tile space of stretched cube-sphere grids ([GEOSldas_GridComp PR #109](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/109)).
8290

8391
- Minor changes:
84-
- Revised experiment setup for coupled land-atm DAS ([PR #102](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/102)).
85-
- Updated defaults in LDASsa_DEFAULT_inputs_*.nml files ([PR #104](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/104)).
86-
- Specify only "ntasks_model" in SLURM resource request ([PR #106](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/106)).
87-
- Added optional SLURM "constraint" ([PR #112](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/112)).
92+
- Revised experiment setup for coupled land-atm DAS ([GEOSldas_GridComp PR #102](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/102)).
93+
- Updated defaults in LDASsa_DEFAULT_inputs_*.nml files ([GEOSldas_GridComp PR #104](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/104)).
94+
- Specify only "ntasks_model" in SLURM resource request ([GEOSldas_GridComp PR #106](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/106)).
95+
- Added optional SLURM "constraint" ([GEOSldas_GridComp PR #112](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/112)).
8896

8997
- GEOSgcm_GridComp v2.7.5:
9098
- Optional numerical derivatives for Monin-Obukhov exchange coefficients over land in offline mode ([GEOSgcm_GridComp PR #999](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/999)).
9199
- Fixed treatment of freezing rain in Catchment[CN] ([GEOSgcm_GridComp PR #1111](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/1111)).
92100
- Use MAPL EASE Grid Factory ([GEOSgcm_GridComp PR #1112](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/1112)).
93101

94102
- Bug fixes:
95-
- UDUNITS error ([PR #101](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/101), [PR #123](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/123)).
103+
- UDUNITS error ([GEOSldas_GridComp PR #101](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/101), [GEOSldas_GridComp PR #123](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/123)).
96104

97105
- Utilities:
98106
- GEOS_Util v2.1.9 ([PR #822](https://github.com/GEOS-ESM/GEOSldas/pull/822)).
@@ -109,12 +117,12 @@ Overview of GEOSldas Git Releases:
109117
- Uses GEOSldas_GridComp v3.0.0.
110118

111119
- Science changes:
112-
- Added functionality to simulate landice tiles ([PR #18](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/18)).
113-
- Added model-based QC of (MODIS) snow cover area fraction observations using layer-1 soil temperature ([PR #96](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/96)).
120+
- Added functionality to simulate landice tiles ([GEOSldas_GridComp PR #18](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/18)).
121+
- Added model-based QC of (MODIS) snow cover area fraction observations using layer-1 soil temperature ([GEOSldas_GridComp PR #96](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/96)).
114122

115123
- Minor changes:
116-
- Added default settings and command line args for coupled land-atm DAS ([PR #94](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/94)).
117-
- Added functionality to read nc4-formatted tile file ([PR #18](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/18)).
124+
- Added default settings and command line args for coupled land-atm DAS ([GEOSldas_GridComp PR #94](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/94)).
125+
- Added functionality to read nc4-formatted tile file ([GEOSldas_GridComp PR #18](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/18)).
118126

119127
- GEOSgcm_GridComp v2.7.4:
120128
- Use nc4-formatted tile file when remapping ([GEOSgcm_GridComp PR #1087](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/1087), [GEOSgcm_GridComp PR #1094](https://github.com/GEOS-ESM/GEOSgcm_GridComp/pull/1094)).

0 commit comments

Comments
 (0)