Skip to content

Commit

Permalink
Merge pull request #118 from GEOS-ESM/feature/mathomp4/update-compone…
Browse files Browse the repository at this point in the history
…nts-fv3-2024Sep30

Update components.yaml to match GEOSgcm main as of 2024-Sep-30
  • Loading branch information
mathomp4 authored Sep 30, 2024
2 parents 8e9e70a + 5aa0dbf commit f86f616
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/release-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,20 @@ jobs:
with:
path: ${{ github.event.repository.name }}-${{ github.event.release.tag_name }}

- name: Checkout mepo
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
repository: GEOS-ESM/mepo
path: mepo
python-version: '3.11'

- name: Pip install mepo
run: |
python -m pip install --upgrade pip
pip install mepo
- name: Run mepo
run : |
cd ${GITHUB_WORKSPACE}/${{ github.event.repository.name }}-${{ github.event.release.tag_name }}
${GITHUB_WORKSPACE}/mepo/mepo clone
mepo clone
- name: Create tarball
run: |
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Deprecated

## [2.18.0] - 2024-09-30

### Changed

- Update to `components.yaml` to match or exceed GEOSgcm `main` as of 2024-09-30
- MAPL v2.47.1 → v2.48.0

## [2.17.0] - 2024-09-25

### Changed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW)

project (
GEOSfvdycore
VERSION 2.17.0
VERSION 2.18.0
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF

if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
Expand Down
2 changes: 1 addition & 1 deletion components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GEOS_Util:
MAPL:
local: ./src/Shared/@MAPL
remote: ../MAPL.git
tag: v2.47.1
tag: v2.48.0
develop: develop

FMS:
Expand Down

0 comments on commit f86f616

Please sign in to comment.