Skip to content

Commit

Permalink
Fixes sea ice archiving (NOAA-EMC#2541)
Browse files Browse the repository at this point in the history
Removes/changes sea ice output files that are failing to be added to
list for archiving, causing `gdasarch` to fail in WCDA cycling.

Resolves NOAA-EMC/GDASApp#1044
  • Loading branch information
AndrewEichmann-NOAA authored Apr 30, 2024
1 parent 2ecf4f8 commit 762f040
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ush/hpssarch_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 762f040

Please sign in to comment.