Skip to content

Commit

Permalink
modified: config.vrfy to add
Browse files Browse the repository at this point in the history
    elif [ $machine = "HERA" ] ; then
        export RUNGFSMOSSH="$HOMEgfs/scripts/run_gfsmos_master.sh.hera"
  • Loading branch information
yangfanglin committed Jun 26, 2020
1 parent 61f4a52 commit 28b1faf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parm/config/config.vrfy
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ if [[ "$RUNMOS" == "YES" && "$CDUMP" == "gfs" ]]; then
export RUNGFSMOSSH="$HOMEgfs/scripts/run_gfsmos_master.sh.cray"
elif [ $machine = "WCOSS_DELL_P3" ] ; then
export RUNGFSMOSSH="$HOMEgfs/scripts/run_gfsmos_master.sh.dell"
elif [ $machine = "HERA" ] ; then
export RUNGFSMOSSH="$HOMEgfs/scripts/run_gfsmos_master.sh.hera"
else
echo "WARNING: MOS package is not enabled on $machine!"
export RUNMOS="NO"
Expand Down

0 comments on commit 28b1faf

Please sign in to comment.