From 762f040a2045db17cdacd9026df9c4b8fd520156 Mon Sep 17 00:00:00 2001 From: AndrewEichmann-NOAA <58948505+AndrewEichmann-NOAA@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:26:28 -0400 Subject: [PATCH] Fixes sea ice archiving (#2541) Removes/changes sea ice output files that are failing to be added to list for archiving, causing `gdasarch` to fail in WCDA cycling. Resolves https://github.com/NOAA-EMC/GDASApp/issues/1044 --- ush/hpssarch_gen.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ush/hpssarch_gen.sh b/ush/hpssarch_gen.sh index d46fe38f18..1b4329c58f 100755 --- a/ush/hpssarch_gen.sh +++ b/ush/hpssarch_gen.sh @@ -576,12 +576,11 @@ if [[ ${type} == "gdas" ]]; then rm -rf "${DATA}/gdasice_restart.txt" touch "${DATA}/gdasice_restart.txt" - head="gdas.t${cyc}z." + head="gdas.ice.t${cyc}z." #........................... { echo "${COM_ICE_HISTORY/${ROTDIR}\//}/${head}*" - echo "${COM_ICE_INPUT/${ROTDIR}\//}/ice_in" } >> "${DATA}/gdasice.txt" echo "${COM_ICE_RESTART/${ROTDIR}\//}/*" >> "${DATA}/gdasice_restart.txt"