From 6a6ebfd1bfe48ad8f19900e7bcc05d238e5b3418 Mon Sep 17 00:00:00 2001 From: EdwardSnyder-NOAA <96196752+EdwardSnyder-NOAA@users.noreply.github.com> Date: Fri, 20 May 2022 12:44:32 -0500 Subject: [PATCH] update staged data dir (#774) --- ush/machine/gaea.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ush/machine/gaea.sh b/ush/machine/gaea.sh index 37f0838e6..88f715366 100755 --- a/ush/machine/gaea.sh +++ b/ush/machine/gaea.sh @@ -48,7 +48,7 @@ QUEUE_FCST=${QUEUE_DEFAULT:-"normal"} WTIME_MAKE_LBCS="00:60:00" # UFS SRW App specific paths -staged_data_dir="/lustre/f2/dev/Mark.Potts/EPIC/UFS_SRW_App/develop" +staged_data_dir="/lustre/f2/pdata/ncep/UFS_SRW_App/develop" FIXgsm=${FIXgsm:-"${staged_data_dir}/fix/fix_am"} FIXaer=${FIXaer:-"${staged_data_dir}/fix/fix_aer"} FIXlut=${FIXlut:-"${staged_data_dir}/fix/fix_lut"}