Skip to content

Commit

Permalink
Merge pull request NOAA-EMC#120 from JeffBeck-NOAA/community_develop
Browse files Browse the repository at this point in the history
Change path to fix_am on Hera for build_regional
  • Loading branch information
JeffBeck-NOAA authored Oct 6, 2019
2 parents ee29d8e + 88f3815 commit 7aef70d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion regional/build_regional
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,14 @@ cd ${RGNL_WFLOW_DIR}
mkdir -p fix/fix_fv3
cd fix

if [ ${SITE} == "theia" ] || [ ${SITE} == "hera" ]; then
if [ ${SITE} == "theia" ]; then

ln -sfn /scratch4/NCEPDEV/global/save/glopara/git/fv3gfs/fix/fix_am fix_am

elif [ ${SITE} == "hera" ]; then

ln -sfn /scratch1/NCEPDEV/global/glopara/fix/fix_am fix_am

elif [ ${SITE} == "wcoss" ] || [ ${SITE} == "dell" ]; then

ln -sfn /gpfs/dell2/emc/modeling/noscrub/emc.glopara/git/fv3gfs/fix/fix_am fix_am
Expand Down

0 comments on commit 7aef70d

Please sign in to comment.