Skip to content

Commit

Permalink
Updated GEMPAK version and APRUN launcher. (NOAA-EMC#2555)
Browse files Browse the repository at this point in the history
This PR addresses issue NOAA-EMC#2248 and NOAA-EMC#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 NOAA-EMC#2248 
Resolves NOAA-EMC#2513 

Co-authored-by: David Huber <[email protected]>
Co-authored-by: henrywinterbottom-wxdev <[email protected]>
  • Loading branch information
3 people authored May 2, 2024
1 parent f151cbf commit 707a1cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions env/HERA.env
Original file line number Diff line number Diff line change
Expand Up @@ -288,15 +288,13 @@ 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

nth_max=$((npe_node_max / npe_node_gempak))

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
Expand Down
2 changes: 1 addition & 1 deletion versions/run.hera.ver
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 707a1cc

Please sign in to comment.