Skip to content

Commit

Permalink
Merge PR #55 (HETP aerosol thermodynamics)
Browse files Browse the repository at this point in the history
This merge brings PR #55 (HETP aerosol thermodynamics, by @lizziel)
into the GEOS-Chem 14.4.0 development stream.

This PR replaces ISORROPIA with HETP, which is an implementation
of ISORROPIA for modern Fortran.

Signed-off-by: Bob Yantosca <[email protected]
  • Loading branch information
yantosca committed Apr 26, 2024
2 parents 923df7f + 5b0c47d commit 1bb3cba
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "Cloud-J"]
path = src/Cloud-J
url = https://github.com/geoschem/Cloud-J.git
[submodule "src/HETerogeneous-vectorized-or-Parallel"]
path = src/HETP
url = https://github.com/geoschem/HETerogeneous-vectorized-or-Parallel
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased] -- TBD
### Added
- GitHub Action config file `.github/workflows/stale.yml`, which replaces StaleBot
- Added git submodule HETP for aerosol thermodynamics in GEOS-Chem

### Changed
- Updated GEOS-Chem submodule to 14.4.0
- Updated HEMCO submodule to 3.9.0
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ set(GCCLASSIC_WRAPPER TRUE)
set(GC_EXTERNAL_CONFIG FALSE)
set(HEMCO_EXTERNAL_CONFIG TRUE)
set(CLOUDJ_EXTERNAL_CONFIG TRUE)
set(HETP_EXTERNAL_CONFIG TRUE)

#-----------------------------------------------------------------------------
# Add the directory with source code
Expand Down
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ target_compile_definitions(HEMCOBuildProperties
$<$<STREQUAL:${TOMAS_BINS},40>:TOMAS40>
""
)
add_subdirectory(HETP EXCLUDE_FROM_ALL)
add_subdirectory(Cloud-J EXCLUDE_FROM_ALL)
add_subdirectory(GEOS-Chem EXCLUDE_FROM_ALL)

Expand Down
1 change: 1 addition & 0 deletions src/HETP
Submodule HETP added at 2a99b2

0 comments on commit 1bb3cba

Please sign in to comment.