From bd5a99d0943bd65bf2f1438b1112ae55d94fd434 Mon Sep 17 00:00:00 2001 From: "kate.friedman" Date: Tue, 12 May 2020 18:07:37 +0000 Subject: [PATCH] Issue #65 - fix to link_fv3gfs.sh for emc mode --- sorc/link_fv3gfs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sorc/link_fv3gfs.sh b/sorc/link_fv3gfs.sh index 4f41db4a83..d70b76a046 100755 --- a/sorc/link_fv3gfs.sh +++ b/sorc/link_fv3gfs.sh @@ -38,10 +38,10 @@ elif [ $machine = "theia" ]; then FIX_DIR="/scratch4/NCEPDEV/global/save/glopara/git/fv3gfs/fix" fi cd ${pwd}/../fix ||exit 8 -for dir in fix_am fix_fv3 fix_orog fix_fv3_gmted2010 ; do +for dir in fix_am fix_chem fix_fv3 fix_fv3_gmted2010 fix_orog fix_sfc_climo fix_verif ; do [[ -d $dir ]] && rm -rf $dir + $LINK $FIX_DIR/$dir $dir done -$LINK $FIX_DIR/* . #------------------------------