Skip to content

Commit

Permalink
Rearrange verif python modules; add to gsi-addon.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Mar 4, 2024
1 parent f09d1b7 commit b0fc07b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion configs/templates/gsi-addon-dev/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ spack:
# Note: Set 'compilers' manually; must match upstream list
- compilers: []
- packages:
- global-workflow-env ^bufr@11.7.0 ^metplus@3.1.1 ^met@9.1.3
- global-workflow-env ^bufr@11.7.0
- ufs-weather-model-env
- gsi-env
- emc-verif-global-env ^bufr@11.7.0 ^metplus@3.1.1 ^met@9.1.3

specs:
- matrix:
Expand Down
1 change: 1 addition & 0 deletions configs/templates/unified-dev/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ spack:
- ufs-srw-app-env
#- ufs-utils-env
- ufs-weather-model-env
- emc-verif-global-env
#- upp-env
#- ww3-env

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,19 @@ class EmcVerifGlobalEnv(BundlePackage):

version("1.0.0")

depends_on("python")
depends_on("netcdf-c")
depends_on("netcdf-fortran")
depends_on("nco")
depends_on("prod-util")
depends_on("grib-util")
# Test grads
# depends_on('grads')
depends_on("bufr")
depends_on("wgrib2")
depends_on("python")
depends_on("prod-util")
depends_on("met")

depends_on("ufs-pyenv")
depends_on("py-cartopy", type="run")
depends_on("py-matplotlib", type="run")

depends_on("metplus")

# There is no need for install() since there is no code.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ class GlobalWorkflowEnv(BundlePackage):
depends_on("sigio")
depends_on("bufr")
depends_on("wgrib2")
depends_on("met")
depends_on("metplus")
depends_on("gsi-ncdiag")
depends_on("crtm@2.4.0.1")

Expand Down

0 comments on commit b0fc07b

Please sign in to comment.