Skip to content

Commit

Permalink
Merge pull request #536 from scrasmussen/input-data-silent-wget-verbo…
Browse files Browse the repository at this point in the history
…sity-fix

Contrib data script's wget verbosity fix
  • Loading branch information
scrasmussen authored Nov 13, 2024
2 parents b195488 + b2bc7bd commit 1b9f8d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/get_aerosol_climo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ print_help() {
echo " --help Show this help message and exit."
}

verbose="-nv"
verbose="-q"
# Parse command-line arguments
while [[ "$#" -gt 0 ]]; do
case $1 in
Expand Down
2 changes: 1 addition & 1 deletion contrib/get_all_static_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ print_help() {
echo " --help Show this help message and exit."
}

verbose="-nv"
verbose="-q"
# Parse command-line arguments
while [[ "$#" -gt 0 ]]; do
case $1 in
Expand Down
2 changes: 1 addition & 1 deletion contrib/get_mg_inccn_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ print_help() {
echo " --help Show this help message and exit."
}

verbose="-nv"
verbose="-q"
# Parse command-line arguments
while [[ "$#" -gt 0 ]]; do
case $1 in
Expand Down
2 changes: 1 addition & 1 deletion contrib/get_thompson_tables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ print_help() {
echo " --help Show this help message and exit."
}

verbose="-nv"
verbose="-q"
# Parse command-line arguments
while [[ "$#" -gt 0 ]]; do
case $1 in
Expand Down

0 comments on commit 1b9f8d8

Please sign in to comment.