Skip to content

Commit 569fa59

Browse files
edit change log in prep for release v2.0.0 (#90)
2 parents 279c3b9 + 25f0f3b commit 569fa59

File tree

1 file changed

+32
-20
lines changed

1 file changed

+32
-20
lines changed

CHANGELOG.md

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

1212
### Added
1313

14-
- New update_type for joint 3d soil moisture and 1d snow analysis (Tb+sfmc+sfds+SCF obs).
15-
- Added CYGNSS soil moisture reader.
16-
- Added M21C surface met forcing.
17-
- Add Github Actions workflow for testing and building GEOSldas_GridComp.
18-
1914
### Changed
2015

21-
- Updated subroutine read_obs_sm_ASCAT_EUMET() to work with both original and revised file name templates.
22-
- Updated subroutines read_obs_sm_ASCAT_EUMET(), read_obs_SMAP_halforbit_Tb(), read_obs_SMOS() and read_obs_MODIS_SCF() with hardcoded time ranges for when observations are available and should be read.
23-
- Revised variable names (SHORT_NAME) and descriptions (LONG_NAME) to match M21C file specs.
24-
- Renamed tilecoord%pfaf to %pfaf_index; added matlab tile file reader.
25-
- Improved setup of coupled land/atm DAS (incl. changed nomenclature of met forcing files: "Nx+-" --> "bkg.lfo_*").
26-
2716
### Fixed
2817

2918
### Removed
3019

31-
- Removed support for SLES12 operating system at NCCS.
32-
3320
### Deprecated
3421

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

24+
## [v2.0.0] - 2025-04-15
25+
26+
- 0-diff vs. v1.1.0.
27+
28+
### Added
29+
30+
- New update_type for joint 3d soil moisture and 1d snow analysis (Tb+sfmc+sfds+SCF obs) ([PR #68](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/68)).
31+
- Updated subroutine read_obs_sm_ASCAT_EUMET() to work with both original and revised file name templates ([PR #69](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/69)).
32+
- Added CYGNSS soil moisture reader ([PR #76](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/76)).
33+
- Added M21C surface met forcing ([PR #77](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/77)).
34+
- Added Github Actions workflow for testing and building GEOSldas_GridComp ([PR #86](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/86)).
35+
36+
### Changed
37+
38+
- Revised variable names (SHORT_NAME) and descriptions (LONG_NAME) to match M21C file specs ([PR #72](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/72)).
39+
- Updated subroutines read_obs_sm_ASCAT_EUMET(), read_obs_SMAP_halforbit_Tb(), read_obs_SMOS() and read_obs_MODIS_SCF() with hardcoded time ranges for when observations are available and should be read ([PR #73](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/73)).
40+
- Renamed tilecoord%pfaf to %pfaf_index; added matlab tile file reader ([PR #78](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/78)).
41+
- Improved setup of coupled land/atm DAS (incl. changed nomenclature of met forcing files: "Nx+-" --> "bkg.lfo_*") ([PR #81](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/81)).
42+
43+
### Removed
44+
45+
- Removed support for SLES12 operating system at NCCS ([PR #83](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/83)).
46+
47+
-----------------------------
48+
3749
## [v1.1.0] - 2024-11-05
3850

3951
- 0-diff vs. v1.0.2 except for data assimilation in cube-sphere tile space ([PR #41](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/41)).
4052

4153
### Changed
4254

43-
- More optimal distribution of tiles on processors for cubed-sphere tile space.
44-
- Updates to scripting to allow for Intel MPI.
55+
- More optimal distribution of tiles on processors for cubed-sphere tile space ([PR #41](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/41)).
56+
- Updates to scripting to allow for Intel MPI ([PR #57](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/57)).
4557

4658
### Fixed
4759

48-
- Do not increment CO2_YEAR when it is a no-data-value. For Catchment simulations, exclude CatchCN-specific resource variables from LDAS.rc.
49-
- Bug fix and improved efficiency in matlab script for generation of mwRTM_param.
50-
- Changed EXPDIR to absolute path for POSTPROC_HIST>0 option to work.
51-
- Support HISTORY output of ASNOW alone from ENSAVG Gridcomp.
60+
- Do not increment CO2_YEAR when it is a no-data-value; for Catchment simulations, exclude CatchCN-specific resource variables from LDAS.rc ([PR #51](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/51)).
61+
- Bug fix and improved efficiency in matlab script for generation of mwRTM_param ([PR #46](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/46)).
62+
- Changed EXPDIR to absolute path for POSTPROC_HIST>0 option to work ([PR #42](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/42)).
63+
- Support HISTORY output of ASNOW alone from ENSAVG Gridcomp ([PR #49](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/49)).
5264

5365
### Removed
5466

55-
- Remove restart options F and G.
67+
- Remove restart options F and G ([PR #40](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/40)).
5668

5769
-----------------------------
5870

0 commit comments

Comments
 (0)