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/* . #------------------------------