Skip to content

Commit

Permalink
Update scripts/exglobal_stage_ic.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul committed Oct 27, 2023
1 parent bdc4846 commit aeb1879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exglobal_stage_ic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ for MEMDIR in "${MEMDIR_ARRAY[@]}"; do
tgt="${COM_OCEAN_RESTART}/${PDY}.${cyc}0000.MOM.res.nc"
${NCP} "${src}" "${tgt}"
rc=$?
[[ ${rc} -ne 0 ]] && error_message "${src}" "${tgt}" "${rc}"
((rc != 0)) && error_message "${src}" "${tgt}" "${rc}"
err=$((err + rc))
fi
# Stage ice initial conditions to ROTDIR (warm start)
Expand Down

0 comments on commit aeb1879

Please sign in to comment.