Skip to content

Commit

Permalink
feature/hera_port: This commit references #1.
Browse files Browse the repository at this point in the history
Kate moved the climo files for program "sfc_climo_gen" to the
standard location along with the other fixed files.  Update
"sorc/link_fixdirs.sh" accordingly.
  • Loading branch information
GeorgeGayno-NOAA committed Sep 13, 2019
1 parent 7dbe65c commit ba9d991
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions sorc/link_fixdirs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,9 @@ elif [ $machine = "jet" ]; then
FIX_DIR="/lfs3/projects/hfv3gfs/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_fv3 fix_orog fix_fv3_gmted2010 fix_sfc_climo; do
[[ -d $dir ]] && rm -rf $dir
$LINK $FIX_DIR/$dir .
done

if [ $machine == "cray" ] || [ $machine = "dell" ]; then
$LINK /gpfs/dell2/emc/modeling/noscrub/George.Gayno/landutil.git/climo_fields_netcdf ./fix_sfc_climo
elif [ $machine = "hera" ]; then
$LINK /scratch1/NCEPDEV/da/George.Gayno/ufs_utils.git/climo_fields_netcdf ./fix_sfc_climo
elif [ $machine = "jet" ]; then
$LINK /mnt/lfs3/projects/emcda/George.Gayno/climo_fields_netcdf ./fix_sfc_climo
fi

exit 0

0 comments on commit ba9d991

Please sign in to comment.