From 707a1cc5124bcd8e006839a17f76ceb88f45f902 Mon Sep 17 00:00:00 2001 From: "Henry R. Winterbottom" <49202169+HenryWinterbottom-NOAA@users.noreply.github.com> Date: Wed, 1 May 2024 18:13:02 -0600 Subject: [PATCH] Updated GEMPAK version and APRUN launcher. (#2555) This PR addresses issue #2248 and #2513. The following is accomplished: - Updates the parallel executable for GEMPAK applications; - Updates the GEMPAK version for RDHPCS Hera. Describe your changes. Focus on the *what* and *why*. The *how* will be evident from the changes. In particular, be sure to note any interface changes, such as command line syntax, that will need to be communicated to users. At the end of your description, please be sure to add the issue this PR solves using the word "Resolves". If there are any issues that are related but not yet resolved (including in other repos), you may use "Refs". Resolves #2248 Resolves #2513 Co-authored-by: David Huber <69919478+DavidHuber-NOAA@users.noreply.github.com> Co-authored-by: henrywinterbottom-wxdev --- env/HERA.env | 2 -- versions/run.hera.ver | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/env/HERA.env b/env/HERA.env index edbe420496..6ce99f8e90 100755 --- a/env/HERA.env +++ b/env/HERA.env @@ -288,7 +288,6 @@ elif [[ "${step}" = "gempak" ]]; then export CFP_MP="YES" if [[ ${CDUMP} == "gfs" ]]; then - npe_gempak=${npe_gempak_gfs} npe_node_gempak=${npe_node_gempak_gfs} fi @@ -296,7 +295,6 @@ elif [[ "${step}" = "gempak" ]]; then export NTHREADS_GEMPAK=${nth_gempak:-1} [[ ${NTHREADS_GEMPAK} -gt ${nth_max} ]] && export NTHREADS_GEMPAK=${nth_max} - export APRUN="${launcher} -n ${npe_gempak} ${mpmd_opt}" elif [[ "${step}" = "fit2obs" ]]; then diff --git a/versions/run.hera.ver b/versions/run.hera.ver index be6a594792..d612619acc 100644 --- a/versions/run.hera.ver +++ b/versions/run.hera.ver @@ -5,7 +5,7 @@ export spack_env=gsi-addon-dev-rocky8 export hpss_ver=hpss export ncl_ver=6.6.2 export R_ver=3.5.0 -export gempak_ver=7.4.2 +export gempak_ver=7.17.0 export perl_ver=5.38.0 source "${HOMEgfs:-}/versions/run.spack.ver"