Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [v2.3.2] - 2026-03-23

### Changed

- Updated `GOCART2G_GridComp.rc` to output AOD profile at 470 nm and 870 nm
for JEDI (in addition to the existing 550 nm vertically integrated AOD),
without changing behavior for the PSAS AOD analysis

## [v2.3.1] - 2026-03-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ endif()
if (GOCART_STANDALONE)
project (
GOCART
VERSION 2.3.1
VERSION 2.3.2
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF

if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
Expand Down
2 changes: 1 addition & 1 deletion ESMF/GOCART2G_GridComp/GOCART2G_GridComp.rc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ PASSIVE_INSTANCES_NI:
# ---------------------
aerosol_monochromatic_optics_wavelength_in_nm_from_LUT: 470 550 670 870

wavelengths_for_profile_aop_in_nm: 550 # must be included in LUT
wavelengths_for_profile_aop_in_nm: 470 870 # must be included in LUT
wavelengths_for_vertically_integrated_aop_in_nm: 550 # must be included in LUT

Loading