Skip to content

Commit

Permalink
Community develop (#69)
Browse files Browse the repository at this point in the history
* Changes to External.cfg to include new GitHub repo for UFS_UTILS

* Fix Theia vs Hera if statement
  • Loading branch information
JeffBeck-NOAA authored Aug 22, 2019
1 parent 9fedb34 commit 37d248e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regional/build_regional
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ cd ${RGNL_WFLOW_DIR}
mkdir -p fix/fix_fv3
cd fix

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

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

elif [ ${SITE} == "wcoss" || ${SITE} == "dell" ]; then
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 37d248e

Please sign in to comment.