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

JEDI CI container specs update and FMS update for JEDI-FV3 #1099

6 changes: 4 additions & 2 deletions configs/containers/specs/jedi-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
specs: [[email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], ecflow@5,
[email protected], [email protected] +fckit +trans +tesselation +fftw, [email protected], [email protected] +fftw,
[email protected], [email protected], fms@release-jcsda, [email protected], [email protected], [email protected],
[email protected], [email protected], fms@2023.04, [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected],
Expand All @@ -11,7 +11,9 @@
[email protected], py-pip, [email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected], [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected], shumlib@macos_clang_linux_intel_port,
[email protected], [email protected]]
[email protected], [email protected],
# Added for new CI system 2024/04/30
[email protected], [email protected], [email protected] ]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

# Notes:
# 1. Don't build CRTM by default so that it gets built in the JEDI bundles
# 2. Comment out for now until build problems are solved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class GmaoSwellEnv(BundlePackage):
depends_on("[email protected]", type="run")

# Additional dependencies for JEDI used by swell
depends_on("fms@release-jcsda", type="run")
depends_on("fms@2023.04+pic", type="run")
depends_on("nco", type="run")

# GEOS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ class JediFv3Env(BundlePackage):
version("1.0.0")

depends_on("jedi-base-env", type="run")
depends_on("fms@release-jcsda", type="run")
depends_on("fms@2023.04+pic", type="run")

# There is no need for install() since there is no code.
Loading