Skip to content

Commit

Permalink
Issue #65 - fix to link_fv3gfs.sh for emc mode
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed May 12, 2020
1 parent 0c403ef commit bd5a99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sorc/link_fv3gfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/* .


#------------------------------
Expand Down

0 comments on commit bd5a99d

Please sign in to comment.