Skip to content

Commit

Permalink
Reenable the minimization monitor on Hera (NOAA-EMC#2446)
Browse files Browse the repository at this point in the history
This allows the minimization monitor to run on Hera Rocky 8.

A missing perl module was added (List/MoreUtils.pm), but had to be
installed under the perl/5.38.0 installation, thus that module needs to
be loaded.

Resolves NOAA-EMC#2439
  • Loading branch information
DavidHuber-NOAA committed Apr 2, 2024
1 parent 0eaa537 commit 4a39c8a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions modulefiles/module_base.hera.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ load(pathJoin("jasper", (os.getenv("jasper_ver") or "None")))
load(pathJoin("libpng", (os.getenv("libpng_ver") or "None")))
load(pathJoin("cdo", (os.getenv("cdo_ver") or "None")))
load(pathJoin("R", (os.getenv("R_ver") or "None")))
load(pathJoin("perl", (os.getenv("perl_ver") or "None")))

load(pathJoin("hdf5", (os.getenv("hdf5_ver") or "None")))
load(pathJoin("netcdf-c", (os.getenv("netcdf_c_ver") or "None")))
Expand Down
3 changes: 0 additions & 3 deletions parm/config/gfs/config.base
Original file line number Diff line number Diff line change
Expand Up @@ -426,9 +426,6 @@ if [[ ${DO_JEDIATMVAR} = "YES" ]]; then
export DO_VERFOZN="NO" # Ozone data assimilation monitoring
export DO_VERFRAD="NO" # Radiance data assimilation monitoring
export DO_VMINMON="NO" # GSI minimization monitoring
# The minimization monitor is not yet supported on RDHPCS Hera for Rocky-8
elif [[ ${machine} = "HERA" ]]; then
export DO_VMINMON="NO" # GSI minimization monitoring
fi

echo "END: config.base"
2 changes: 1 addition & 1 deletion sorc/gsi_monitor.fd
1 change: 1 addition & 0 deletions versions/run.hera.ver
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export hpss_ver=hpss
export ncl_ver=6.6.2
export R_ver=3.5.0
export gempak_ver=7.4.2
export perl_ver=5.38.0

source "${HOMEgfs:-}/versions/run.spack.ver"
export spack_mod_path="/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-${spack_stack_ver}/envs/${spack_env}/install/modulefiles/Core"

0 comments on commit 4a39c8a

Please sign in to comment.