Skip to content

Commit

Permalink
revision to download script requires an output file
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeifer committed Jun 22, 2024
1 parent 52adfe8 commit 3d13127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/snodas-download.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Script to download a specific SNODAS date and import it.
# Call it like this:
#
# ./$0 2018-04-27
# ./$0 2018-04-27 OUTPUT_PATH
#
# Simple.
#
Expand Down Expand Up @@ -38,4 +38,4 @@ esac
filename="SNODAS_${year}${month}${day}.tar"
url="${url}/${year}/${mo_name}/${filename}"

curl "${url}"
curl "${url}" -o "$2"

0 comments on commit 3d13127

Please sign in to comment.