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
+30-9Lines changed: 30 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,29 +9,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [Unreleased]
11
11
12
-
-----------------------------
12
+
### Added
13
13
14
-
##[v1.0.1] - 2024-04-10
14
+
### Changed
15
15
16
16
### Fixed
17
17
18
-
- ldas_setup: Changed entry 'slurm' to 'slurm_pbs' to match remap_params.tpl
18
+
### Removed
19
+
20
+
### Deprecated
19
21
20
22
-----------------------------
21
23
22
-
## [v1.0.0] - 2024-03-26
24
+
## [v1.0.2] - 2024-04-12
23
25
24
-
-Inaugural version. 0-diff vs. GEOSldas v18.0.0.
26
+
- 0-diff vs. v1.0.1.
25
27
26
-
-----------------------------
28
+
### Fixed
27
29
28
-
### Added
30
+
- Bug fix for state increment array referencing in update_type=13 ([PR #26](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/26)).
31
+
- Fixed CI for LDAS workflow ([PR #34](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/34)).
29
32
30
33
### Changed
31
34
35
+
- Moved external `GEOSgcm_GridComp` repository to under `GEOSldas/src/Components` for
36
+
consistency with directory structure of GEOSgcm and GEOSadas ([PR #27](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/27), [PR #30](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/30)).
37
+
- Changed lenkf.j.template to python string ([PR #16](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/16)).
38
+
39
+
40
+
-----------------------------
41
+
42
+
## [v1.0.1] - 2024-04-10
43
+
44
+
- 0-diff vs. v1.0.0.
45
+
32
46
### Fixed
33
47
34
-
### Removed
48
+
- ldas_setup: Changed entry 'slurm' to 'slurm_pbs' to match remap_params.tpl ([PR #17](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/17)).
0 commit comments