Skip to content

Commit

Permalink
modified scripts\exglobal_extractvars.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA committed Dec 18, 2024
1 parent e174626 commit c24fb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exglobal_extractvars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fi
# Extract variables for wave
if [[ "${DO_WAVE}" == "YES" ]]; then
export component_name="wav"
${EXTRCTVARW} "${DATA}/wav" "${waveGRD}"
${EXTRCTVARW} "${DATA}/wav"
fi

exit 0

0 comments on commit c24fb1f

Please sign in to comment.