Skip to content

Commit

Permalink
fix seaice archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA committed Apr 25, 2024
1 parent f11bf3d commit 56979c0
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 56979c0

Please sign in to comment.