Skip to content

Commit 126601f

Browse files
Update CHANGELOG.md in prep for release v3.0.0; minor CI update (#99)
2 parents 9d67552 + 52c4c95 commit 126601f

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
version: 2.1
22

33
# Anchors in case we need to override the defaults from the orb
4-
#baselibs_version: &baselibs_version v7.17.0
5-
#bcs_version: &bcs_version v11.4.0
4+
#baselibs_version: &baselibs_version v7.33.0
5+
#bcs_version: &bcs_version v11.6.0
66

77
orbs:
8-
ci: geos-esm/circleci-tools@2
8+
ci: geos-esm/circleci-tools@4
99

1010
workflows:
1111
build-test:

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: "!contains(github.event.pull_request.labels.*.name, '0 diff trivial')"
2323
runs-on: ubuntu-24.04
2424
container:
25-
image: gmao/ubuntu24-geos-env:v7.32.0-intelmpi_2021.13-ifort_2021.13
25+
image: gmao/ubuntu24-geos-env:v7.33.0-intelmpi_2021.13-ifort_2021.13
2626

2727
env:
2828
OMPI_ALLOW_RUN_AS_ROOT: 1
@@ -78,7 +78,7 @@ jobs:
7878
if: "!contains(github.event.pull_request.labels.*.name, '0 diff trivial')"
7979
runs-on: ubuntu-24.04
8080
container:
81-
image: gmao/ubuntu24-geos-env-mkl:v7.32.0-openmpi_5.0.5-gcc_14.2.0
81+
image: gmao/ubuntu24-geos-env-mkl:v7.33.0-openmpi_5.0.5-gcc_14.2.0
8282

8383
env:
8484
OMPI_ALLOW_RUN_AS_ROOT: 1

CHANGELOG.md

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

1212
### Added
1313

14-
- Added more default settings and command line arguments for integrated land-atm DAS setup
15-
- Added functionality for model-based QC of MODIS SCF observations using soil layer 1 temperature.
16-
- Added functionality to simulate landice tiles.
17-
- Added functionality to read nc4-formatted tile file.
18-
1914
### Changed
2015

2116
### Fixed
@@ -26,6 +21,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2621

2722
-----------------------------
2823

24+
## [v3.0.0] - 2025-05-28
25+
26+
- 0-diff vs. v2.0.0.
27+
28+
### Added
29+
30+
- Added functionality to simulate landice tiles ([PR #18](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/18)).
31+
- Added functionality to read nc4-formatted tile file ([PR #18](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/18)).
32+
- 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)).
33+
- Added default settings and command line args for coupled land-atm DAS ([PR #94](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/94)).
34+
35+
------------------------------
36+
2937
## [v2.0.0] - 2025-04-15
3038

3139
- 0-diff vs. v1.1.0.

0 commit comments

Comments
 (0)