Skip to content

Commit

Permalink
Add Jet and S4 version file sourcing to load_fv3gfs_module.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Mar 2, 2023
1 parent a321943 commit 4c60e61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ush/load_fv3gfs_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if [[ -d /lfs/f1 ]]; then
module load module_base.wcoss2
elif [[ -d /lfs3 ]] ; then
# We are on NOAA Jet
source "$HOMEgfs/versions/jet.ver"
module load module_base.jet
elif [[ -d /scratch1 ]] ; then
# We are on NOAA Hera
Expand All @@ -41,6 +42,7 @@ elif [[ -d /lustre && -d /ncrc ]] ; then
module load module_base.gaea
elif [[ -d /data/prod ]] ; then
# We are on SSEC S4
source "$HOMEgfs/versions/s4.ver"
module load module_base.s4
else
echo WARNING: UNKNOWN PLATFORM
Expand Down

0 comments on commit 4c60e61

Please sign in to comment.