diff --git a/CHANGELOG.md b/CHANGELOG.md index bc06e57a..6d3a81be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b56031f..c067098d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/ESMF/GOCART2G_GridComp/GOCART2G_GridComp.rc b/ESMF/GOCART2G_GridComp/GOCART2G_GridComp.rc index 79d5d8f3..7d723e4d 100644 --- a/ESMF/GOCART2G_GridComp/GOCART2G_GridComp.rc +++ b/ESMF/GOCART2G_GridComp/GOCART2G_GridComp.rc @@ -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