Skip to content

Commit

Permalink
Change environment file to use BGC types and added bgc specific modul…
Browse files Browse the repository at this point in the history
…e projections
  • Loading branch information
aidanheerdegen committed Mar 20, 2024
1 parent 5cb8576 commit 1b26b7c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions spack.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2024 ACCESS-NRI and contributors. See the top-level COPYRIGHT file for details.
# SPDX-License-Identifier: Apache-2.0
#
# This is a Spack Environment file.
#
# It describes a set of packages to be installed, along with
Expand All @@ -10,7 +13,7 @@ spack:
cice5:
require: '@git.2023.10.19'
mom5:
require: '@git.2023.11.09'
require: '@git.2023.11.09 type=ACCESS-OM-BGC'
libaccessom2:
require: '@git.2023.10.26'
oasis3-mct:
Expand Down Expand Up @@ -53,8 +56,8 @@ spack:
'SPACK_{name}_ROOT': '{prefix}'
projections:
all: '{name}/{version}'
access-om2: '{name}/2023.11.23'
access-om2: '{name}-bgc/2023.11.23'
cice5: '{name}/2023.10.19'
mom5: '{name}/2023.11.09'
mom5: '{name}-bgc/2023.11.09'
libaccessom2: '{name}/2023.10.26'
oasis3-mct: '{name}/2023.11.09'

0 comments on commit 1b26b7c

Please sign in to comment.