From ba9d9913ccfdc93f1ad4241474f04589e79aabc9 Mon Sep 17 00:00:00 2001 From: George Gayno Date: Fri, 13 Sep 2019 13:25:59 +0000 Subject: [PATCH] feature/hera_port: This commit references #1. 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. --- sorc/link_fixdirs.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/sorc/link_fixdirs.sh b/sorc/link_fixdirs.sh index eef200fcd..d5fbc1cde 100755 --- a/sorc/link_fixdirs.sh +++ b/sorc/link_fixdirs.sh @@ -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