All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Filepath for CEDS has been updated in the ExtData yaml and rc files. Note the old version had an incorrect seasonal cycle.
- State Spec RC files for GOCART2G, CA, DU, NI, SU, and SS were updated such that the long names for AOD are more intuitive
- Updated CI to use v4 orb
- Update components.yaml to match GEOSgcm
main
as of 2025-01-16
- In dust and sea-salt, changed dimensions back to
globalCellCountPerDim
since these are needed to determine emission tuning parameters, not to allocate arrays.
- Made needed code changes in
SS2G_GridCompMod.F90
andCA2G_GridCompMod.F90
to permit data instances of of GOCART aerosols to run - Added missing brown carbon (BR) climatology hooks to yaml and rc files for data driven instances
- Changed pointers to climatological deposition inputs in yaml and rc files to
/dev/null
since the files pointed to didn't provide them anyway, and in any case they are being used presently in the model - Changed pointers to climatological nitrate inputs in yaml and rc files to
/dev/null
since pointing to FP files was inconsistent with MERRA-2 files used for other species - Ensured zero-diff in performance of yaml vs. rc files for ExtData2G vs. ExtData1g for data driven aerosols
- To do: remove hooks to old (legacy) GOCART.data instances in CHEM and setup scripts
- Fixed rc file in legacy O3 component.
- Fixed issue #223 where Global dimension was being used for allocating a local array
- This fixes a long standing issue that one can not start and stop the model in anything less than 3 hour increments to test start/stop regression because of GOCART.
- Fix issue with scattering coefficient calculation with oc
- Fix a long standing issue that one can not start and stop the model in anything less than 3 hour increments to test start/stop regression because of GOCART.
- Comment out ASSERT to allow
GOCART_DT
to not match theHEARTBEAT_DT
- Single-moment moist changes from Donifan
- Change names of microphysics schemes to match refactored physics
- Set
SS_SCALE
default to 0.0 - Updates in CA2G for OpenMP
- Updates for CI
- Update BCs version
- Update components to match GEOSgcm v11.0.0
- Fix in GOCART2G parent so that it can run with nitrates turned off. This patch of general utility was contributed by NOAA.
- Added
*
to CA State specs file to allow for ACG to substitute in the long name - Changes were made so GOCART2G and its children can be run with component level OpenMP threading. The key change is to create the data structure ThreadWorkspace to hold variables that should be private to each thread to avoid race conditions. Additionally spatially distributed arrays that are not in any of the ESMF states were added to the ESMF internal state so they could be properly handled when the 'mini' ESMF sates are created. Those arrays are xhno3 for NI2G, h202_init for SU2G, and deep_lakes_mask for SS2G. All of these arrays have MAPL_RestartSkip option so they are not written to restart.
- Aerosol single scattering backscatter coefficient for each instances and total at wavelengths_profile
- Total (molecular + aerosols) attenuated backscatter coefficient from TOA and sfc at 532nm
- Moved to use GitHub Action for label enforcement
- For OPS configuration: removal of links, change of QFED paths from vNRT/ to v2.5r1-nrt/ (note after November 2021, files are v2.6r1)
- For AMIP configuration: update of QFED from v2.5r1 to v2.6r1
- Update of climatological paths from MERRAero to MERRA-2
- Updated CircleCI image to use Baselibs 7.7.0
- Update
components.yaml
to reflect GEOSgcm - CA restarts will have a change in longname for
philic
andphobic
variables due to addition of*
in the CA State specs file for the Internal state variables
- Extinction/Scattering profile exports at model RH at wavelengths_profile
- Extinction/Scattering profile exports with RH=20% and RH=80% at wavelengths_profile
- Remove GOCART requirement for gFTL, pFlogger and yaFyaml. These are requirements of MAPL. (#184)
- Update BCs version in CI for GEOSgcm run
- Added CI test for building GOCART like UFS does
- Add
.editorconfig
file- This matches the styles currently used in MAPL (2 space indents in CMake and yaml, 4 spaces for Python)
- Add YAML validator GitHub Action
- This action makes sure all YAML files are valid (to a relaxed standard)
- Initial implementation of offline simulator for 3D profiles of extinction based on the new GOCART2G-Mie interface. Work for the 2D simulator in progress.
- Added protection guard for pointer DU_SRC. fixed issue #148
- Initialized pointers by allocation instead of assignment. fixed issue #127
- Removed ExtData2G yaml files from all AMIP.20C directories as these are not needed anymore
- Removed declaration of Disable_Convection, no longer needed
- Added extra
esmf
to CMake files for UFS
- Fixed typo in PM2.5 calculation (check if nitrate is active for not double counting ammonium)
- Removed nbinsDU and nbinsSS arguments from subroutine NIheterogenousChem
- Updated ExtData2G yaml files to handle AMIP magic date
- Fix bug in getAerosolSum
- more hard-coded name changes for Issue #93
- Fixed bug in MieQuery.H, shape of not present variable is used
- remove logic dinosaur "goto"
- Removed some print statements that have been commented out.
- Update
CODEOWNERS
file to make approvals less restrictive - Updated the CircleCI to use circleci-tools v1 orb
- Moves CI to use Baselibs 6.2.13 needed by MAPL development
- Update
components.yaml
to be in line with GEOSgcm v10.22.4 - Updates to support Spack
- Changed the handling of state variable names in multiple instances of component (see Issue #93)
- Major refactoring of Mie table class. (see Issue #96)
- Renamed Chem_MieTableMod.F90 --> GOCART2G_Mie2GMod.F90
- Renamed module Chem_MieTableMod2G --> GOCART2G_Mie2GMod
- Introduced object oriented design with type-bound methods
- renamed some components/arguments for clarity
- eliminated extraneous container data type that is not needed under new GOCART design.
- Cleaned up optional keyword arguments in call to Mie calculator for aerosol radiative forcing calculation; zero diff change
- Simplified loading of radiation MieTables.
- Added SetVM in UFS Aerosol Cap for ESMF managed threading
- Added a restart column to all statespec.rc files in GOCART2G. Variables being provided by ExtData must be MAPL_RestartSkip
- Initialize allocatable variables in Process Library. Fixes #130
- Added AMIP.20C ExtData configs to allow AMIP GOCART runs to work before Y2000 (during the transition from HFED to QFED)
- Note 1: This is not a new scenario but rather a stopgap until Extdata is updated to allow time ranges to be specified.
- Note 2: Temporarily, this will allow runs before Y2000 using magic-data scripting in
gcm_run.j
(a la MERRA2 in GOCART1).
- Fix for bad entries in
DU2G_GridComp_ExtData.rc
(see Issue #109)
- Fix for layout regression failure (see Issue #103)
- Fixes to allow GNU to run GOCART2G
- Changes to
if (present(foo)) .and. associated(foo))
construct which is ambiguous Fortran
- Changes to
- Updated FENGSHA dust flux according to Webb et al., Aeolian Res. 42 (2020) 100560
- Update CI to Baselibs 6.2.8 and GCC 11.2
- Updated dust emissions tuning to be consistent with current Ginoux default.
- Several updates in preparation for release for GEOS-FP, x-experiments, etc.
- Updated rc files to reflect new ExtData structure
- Removed aerosols from legacy GOCART
- Added
CONFIGURE_DEPENDS
to theGLOB
calls in GOCART2G
-
Added callbacks needed for GAAS2G. Removed diagnostic prints statements. Fixed bug with the creation of Diagnostic Mie tables.
-
Updated
CODEOWNERS
to reflect changes in staffing -
Updated
components.yaml
- Added fixture block
- Added ESMA_env 3.3.0
- Updated ESMA_cmake to 3.5.0
- Updated GMAO_Shared to 1.4.3
- Updated MAPL to v2.7.0
-
Updated CircleCI to use
large
resource and v6.2.4 Baselibs -
Rename BUILD_UFS CMake flag as UFS_GOCART
-
Rename UFS target as UFS_Aerosols
-
Add CMake macros replacing ecBuild and ESMA_cmake for the UFS
-
Relax PFLOGGER dependency requirement outside Baselibs
-
Refactored UFS Aerosols: introduced dynamic tracer mapping and limited unit conversion
- Fixes to CMake to build with UFS and with no Baselibs
- Fixed return code handling
- Fixed uninitialized rc in Cubic in process library
- Fixed build issue with GNU 9.2.0
- Removed Soil Erosion Potential Distribution from FENGSHA dust scheme
- Compute and export PM2.5 and PM10 diagnostic tracers in UFS interface
- Add NOAA/ARL FENGSHA dust scheme
- Corrected CircleCI configuration
- Added CHANGELOG enforcer
This release of GOCART is aimed at moving GOCART from GEOSchem_GridComp to its own repository. At the moment the only code here that is verified as correct is the "GOCART Legacy" code which is code that came from GEOSchem_GridComp v1.4.3.
To use this release, you need to use GEOSchem_GridComp v1.4.4 which has the changes necessary to move GOCART Legacy to this separate repository.
Identical in code to v1.0.0-beta.1
- Pull in updates from
develop
. In GEOSgcm setup, this is zero-diff for both GOCART actual and climatological (e.g., not GOCART2G).
- Added GOCART legacy source code which is been pulled out of the GEOSchem_GridComp v1.4.2.
- Switched StrTemplate from using the one provided by
GMAO_MPEU
to one provided byMAPL
- Fixed bugs in the process library
- Bug with how some optional
rc
arguments where handled in the Process Library.
- CircleCI configuration added
- Initial release of GOCART repository