-
Notifications
You must be signed in to change notification settings - Fork 8
Add ACCESS-ESM3 #410
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
Open
anton-seaice
wants to merge
21
commits into
api-v2
Choose a base branch
from
212
base: api-v2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add ACCESS-ESM3 #410
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
2c922fe
Add access-esm3 package, including installing a library for the UM, a…
anton-seaice d6eab20
Demo only: CI manifests for access-esm3
anton-seaice 474545a
typo in manifest
anton-seaice 2b7a973
Fix dependencies and names in pkgconf
anton-seaice 5e68b83
esm3 manifests
anton-seaice 4f6cd0f
Apply suggestion from @anton-seaice
anton-seaice aad4ee5
review comments
anton-seaice b035cf4
Merge remote-tracking branch 'origin/212' into 212
anton-seaice 7189f5d
Merge remote-tracking branch 'origin/api-v2' into 212
anton-seaice 969de70
imports
anton-seaice 6111b41
review comments
anton-seaice 9686c19
ruff
anton-seaice ee2efbe
tidy
anton-seaice 675c180
experiments with link flags for build-CI
anton-seaice 32bf7d6
experiments with link flags for build-CI
anton-seaice 3d0b6db
move pkgconfig into um package
anton-seaice ba68e45
Update spack_repo/access/nri/packages/access3/package.py
anton-seaice e5cce10
imports
anton-seaice 5ca7b60
imports
anton-seaice 8f9f3b6
imports
anton-seaice a3956a4
tidyup
anton-seaice File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
.github/build-ci/manifests/access_esm3/intel.spack.yaml.j2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| spack: | ||
| specs: | ||
| # package is defined in the workflows inputs.spack-manifest-data-pairs | ||
| # intel_compiler_ver is defined in the standard_definitions.json data file | ||
| - '{{ package }}' | ||
| packages: | ||
| access3: | ||
| require: | ||
| - 'configurations=MOM6-CICE6-UM13,MOM6-UM13' | ||
| um: | ||
| require: | ||
| - '@13.0' | ||
| - casim_ref=um13.0 jules_ref=JULES_vn7.0 shumlib_ref=um13.0 socrates_ref=um13.0 ukca_ref=b42593d0c8fe744f9cc1d1556a664fec792f4766 um_ref=vn13.0_nuopc_esmf_flags | ||
| access-cice: | ||
| require: | ||
| - '@git.3286c36f9b9125ffddbc4d3aa9f98ff87ae1aded=CICE6.6.3-0' | ||
| python: | ||
| require: | ||
| - '@3.11.14' | ||
| intel-oneapi-compilers-classic: | ||
| require: | ||
| - '{{ intel_compiler_ver }}' | ||
| all: | ||
| require: | ||
| - '%access_intel' | ||
| - 'target={{ target }}' | ||
| concretizer: | ||
| unify: false | ||
| view: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # Copyright Spack Project Developers. See COPYRIGHT file for details. | ||
| # | ||
| # SPDX-License-Identifier: (Apache-2.0 OR MIT) | ||
|
|
||
| from spack_repo.builtin.build_systems.bundle import BundlePackage | ||
| from spack.package import * | ||
|
|
||
|
|
||
| class AccessEsm3(BundlePackage): | ||
| """ | ||
| ACCESS-ESM3 bundle containing the ACCESS-EM3 Package. | ||
|
|
||
| This is used to version the entirety of a released deployment, including | ||
| the package, it's dependencies, and the version of | ||
| spack-packages/spack-config that it is bundled with | ||
| """ | ||
|
|
||
| homepage = "https://www.access-nri.org.au" | ||
|
|
||
| git = "https://github.com/ACCESS-NRI/ACCESS-ESM3.git" | ||
|
|
||
| maintainers("anton-seaice") | ||
|
|
||
| version("latest") | ||
|
|
||
| depends_on("access3") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.