Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/link_fix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down