From 21f366d1a7f977f2e0e3760468dfdad9ef9503d3 Mon Sep 17 00:00:00 2001 From: JessicaMeixner-NOAA Date: Wed, 16 Apr 2025 08:20:51 -0500 Subject: [PATCH] check for netcdf wave restart --- ush/forecast_det.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ush/forecast_det.sh b/ush/forecast_det.sh index 025899ddfbe..cd49c620ed4 100755 --- a/ush/forecast_det.sh +++ b/ush/forecast_det.sh @@ -98,7 +98,7 @@ UFS_det(){ # Check for WW3 restart availability if [[ "${cplwav}" == ".true." ]]; then - if [[ ! -f "${DATArestart}/WW3_RESTART/${rdate:0:8}.${rdate:8:2}0000.restart.ww3" ]]; then + if [[ ! -f "${DATArestart}/WW3_RESTART/${rdate:0:8}.${rdate:8:2}0000.restart.ww3.nc" ]]; then ww3_rst_ok="NO" fi fi