From cfe1bb1923bfaefc756a76dcac33c25aee23cdf3 Mon Sep 17 00:00:00 2001 From: DavidBurrows-NCO Date: Mon, 17 Mar 2025 07:54:16 -0400 Subject: [PATCH] fix C5 fix path --- ush/set_up_verif_global.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ush/set_up_verif_global.sh b/ush/set_up_verif_global.sh index 9605b7fb..89b810c9 100755 --- a/ush/set_up_verif_global.sh +++ b/ush/set_up_verif_global.sh @@ -115,7 +115,7 @@ elif [ $machine = "S4" ]; then elif [ $machine = "JET" ]; then export FIXverif_global="/lfs4/HFIP/hfv3gfs/glopara/git/fv3gfs/fix/verif/20220805" elif [ $machine = "GAEAC5" ]; then - export FIXverif_global="/gpfs/f5/nggps_emc/world-shared/role.glopara/DATA/FIX/verif/20220805" + export FIXverif_global="/gpfs/f5/nggps_emc/world-shared/role.glopara/FIX/fix/verif/20220805" elif [ $machine = "GAEAC6" ]; then export FIXverif_global="/gpfs/f6/drsa-precip3/world-shared/role.glopara/fix/verif/20220805" fi