Skip to content

Commit 6abac9e

Browse files
committed
v2.6: Fix missing GMI_HNO3 in NI AMIP ExtData yaml
1 parent b00c1e2 commit 6abac9e

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

1616
### Added
1717

18+
## [v2.6.1] - 2026-02-13
19+
20+
### Fixed
21+
22+
- Fix missing `GMI_HNO3` entry in `AMIP/NI2G_GridComp_ExtData.yaml` file
23+
24+
1825
## [v2.6.0] - 2026-02-05
1926

2027
### Changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ endif()
2929
if (GOCART_STANDALONE)
3030
project (
3131
GOCART
32-
VERSION 2.6.0
32+
VERSION 2.6.1
3333
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF
3434

3535
if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")

ESMF/GOCART2G_GridComp/NI2G_GridComp/AMIP/NI2G_GridComp_ExtData.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,8 @@ Exports:
8585
collection: /dev/null
8686
climNO3an3:
8787
collection: /dev/null
88-
89-
88+
GMI_HNO3:
89+
collection: /dev/null
90+
regrid: CONSERVE
91+
sample: NI2G_sample_2
92+
variable: GMI_HNO3

0 commit comments

Comments
 (0)