Skip to content

Commit

Permalink
Fix git version in Hera's gwsetup module.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Feb 15, 2024
1 parent 3080a34 commit 0ce8c0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion modulefiles/module_gwsetup.hera.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ load(pathJoin("python", python_ver))
load("py-jinja2")
load("py-pyyaml")
load("py-numpy")
local git_ver=os.getenv("git_ver") or "2.40.0"
local git_ver=os.getenv("git_ver") or "2.18.0"
load(pathJoin("git", git_ver))

whatis("Description: GFS run setup environment")
1 change: 0 additions & 1 deletion parm/config/gfs/config.base.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ export netcdf_diag=".true."
export binary_diag=".false."

# Verification options
# MET/METplus is not yet supported on Hercules
export DO_METP="YES" # Run METPLUS jobs - set METPLUS settings in config.metp; not supported with spack-stack
export DO_FIT2OBS="YES" # Run fit to observations package
export DO_VRFY_OCEANDA="NO" # Run SOCA Ocean DA verification tasks
Expand Down

0 comments on commit 0ce8c0d

Please sign in to comment.