Skip to content
Draft
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ GEOSCHEMchem_GridComp/geos-chem@
/@GOCART/
/GOCART/
/GOCART@/
/@Aerosol_ExtData/
/Aerosol_ExtData/
/Aerosol_ExtData@/
/@QuickChem/
/QuickChem/
/QuickChem@/
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added

- Added CMake for new `GOCART2G_ExtData` subrepo

### Removed
### Changed
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
esma_set_this ()

esma_add_subdirectories(Shared GOCART TR GMI StratChem MAM MATRIX CARMA GAAS ACHEM)
esma_add_subdirectories(Shared GOCART TR GMI StratChem MAM MATRIX CARMA GAAS ACHEM Aerosol_ExtData)

set (alldirs
GEOSpchem_GridComp
Expand All @@ -16,7 +16,7 @@ set (srcs
GEOS_ChemEnvGridComp.F90
)

# Note: GOCART_GridComp is added specifically as it is not longer
# Note: GOCART_GridComp is added specifically as it is no longer
# automatically a dependence through alldirs
esma_add_library (${this}
SRCS ${srcs}
Expand Down
Loading