Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add KPP standalone model to GEOS-Chem 14.5.1 #73

Open
wants to merge 2 commits into
base: dev/no-diff-to-benchmark
Choose a base branch
from

Commits on Nov 22, 2024

  1. Add CMake commands to build the KPP executable file

    src/CMakeLists.txt
    - Add CMake commands to define the KPP executable file, where it
      should be installed, and what it depends on.
    
    CHANGELOG.md
    - Updated accordingly
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    1eae7f9 View commit details
    Browse the repository at this point in the history
  2. Update src/CMakeLists.txt to install KPP standalone executable

    src/CMakeLists.txt
    - Added install command to place the kpp_standalone executable
      file in the run directory
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    9d62975 View commit details
    Browse the repository at this point in the history