Skip to content

Commit

Permalink
Cleanup ozn_xtrct.sh a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Nov 28, 2023
1 parent 8f1f6c6 commit a04fbd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ush/ozn_xtrct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@ EOF
if [[ ! -d ${TANKverf_ozn}/time ]]; then
mkdir -p "${TANKverf_ozn}/time"
fi
${NCP} "${type}.${ptype}.ctl" "${TANKverf_ozn}/time/"
${NCP} "${type}.${ptype}.${PDY}${cyc}.ieee_d" "${TANKverf_ozn}/time/"
${NCP} "${type}.${ptype}.ctl" "${TANKverf_ozn}/time/"
${NCP} "${type}.${ptype}.${PDY}${cyc}.ieee_d" "${TANKverf_ozn}/time/"

${NCP} bad* "${TANKverf_ozn}/time/"
${NCP} bad* "${TANKverf_ozn}/time/"

rm -f input

Expand Down

0 comments on commit a04fbd2

Please sign in to comment.