Skip to content

Commit

Permalink
Correct merge error in link script
Browse files Browse the repository at this point in the history
An incorrect resolution of a merge conflict resulted in an undefined
variable in the link script.

Refs: NOAA-EMC#356
  • Loading branch information
WalterKolczynski-NOAA committed Aug 31, 2022
1 parent 91c9ef4 commit d4fb0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/link_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $LINK ufs_model.fd/FV3/upp upp.fd
#------------------------------

# Source fix version file
. ${pwd}/../versions/fix.ver
. ${top_dir}/versions/fix.ver

case ${machine} in
"wcoss2") FIX_DIR="/lfs/h2/emc/global/noscrub/emc.global/FIX/fix" ;;
Expand Down

0 comments on commit d4fb0f7

Please sign in to comment.