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
+32-20Lines changed: 32 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,48 +11,60 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### Added
13
13
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
-
19
14
### Changed
20
15
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
-
27
16
### Fixed
28
17
29
18
### Removed
30
19
31
-
- Removed support for SLES12 operating system at NCCS.
32
-
33
20
### Deprecated
34
21
35
22
-----------------------------
36
23
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)).
- 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)).
- 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
+
37
49
## [v1.1.0] - 2024-11-05
38
50
39
51
- 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)).
40
52
41
53
### Changed
42
54
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)).
45
57
46
58
### Fixed
47
59
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)).
52
64
53
65
### Removed
54
66
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)).
0 commit comments