Skip to content

Commit

Permalink
testing hack, revert when new fix files are staged
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Jan 16, 2025
1 parent 0699116 commit d736972
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sorc/link_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ if [[ -d "${HOMEgfs}/sorc/gdas.cd" ]]; then
fix_ver="gdas_${gdas_sub}_ver"
${LINK_OR_COPY} "${FIX_DIR}/gdas/${gdas_sub}/${!fix_ver}" "${gdas_sub}"
done
# HACK, only for testing,don't merge.
rm soca
ln -s /work2/noaa/da/gvernier/prs/soca .
# END HACK
fi

#------------------------------
Expand Down

0 comments on commit d736972

Please sign in to comment.