From 24aa50b6283f4c1dbf09a36f224578214a9c4ae6 Mon Sep 17 00:00:00 2001 From: "Benjamin.Blake EMC" Date: Tue, 13 Oct 2020 16:02:44 +0000 Subject: [PATCH] Changes needed to run the regional workflow on WCOSS --- src/link_fix.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/link_fix.sh b/src/link_fix.sh index 7a1c2d69c8..33071bb70d 100755 --- a/src/link_fix.sh +++ b/src/link_fix.sh @@ -7,9 +7,9 @@ pwd=$(pwd -P) # prepare fixed data directories -RGNL_WFLOW_DIR=$( pwd )/.. +RGNL_WFLOW_DIR=$( pwd )/../regional_workflow cd ${RGNL_WFLOW_DIR} -mkdir -p fix/fix_fv3 +mkdir -p fix cd fix if [ ${target} == "theia" ]; then @@ -20,9 +20,9 @@ elif [ ${target} == "hera" ]; then ln -sfn /scratch1/NCEPDEV/global/glopara/fix/fix_am fix_am -elif [[ ${target} == "wcoss_dell_p3" || ${target} == "wcoss" || ${target} == "wcoss_cray" ]]; then +elif [[ ${target} == "wcoss_dell_p3" || ${target} == "wcoss_cray" ]]; then - ln -sfn /gpfs/dell2/emc/modeling/noscrub/emc.campara/fix_fv3cam fix_am + ln -sfn /gpfs/dell2/emc/modeling/noscrub/emc.glopara/git/fv3gfs/fix/fix_am fix_am elif [ ${target} == "odin" ]; then