Skip to content

Commit 0ce8c0d

Browse files
Fix git version in Hera's gwsetup module.
1 parent 3080a34 commit 0ce8c0d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

modulefiles/module_gwsetup.hera.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ load(pathJoin("python", python_ver))
1414
load("py-jinja2")
1515
load("py-pyyaml")
1616
load("py-numpy")
17-
local git_ver=os.getenv("git_ver") or "2.40.0"
17+
local git_ver=os.getenv("git_ver") or "2.18.0"
1818
load(pathJoin("git", git_ver))
1919

2020
whatis("Description: GFS run setup environment")

parm/config/gfs/config.base.emc.dyn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@ export netcdf_diag=".true."
376376
export binary_diag=".false."
377377

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

0 commit comments

Comments
 (0)