Skip to content

Commit

Permalink
fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Feb 26, 2024
1 parent 3b65d00 commit 3d477f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/run_degrib2_large_file_tests.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/bin/sh
# This is a test script for the NCEPLIBS-grib_util project.
#
# This script runs degrib2 on a extra very large GRIB2 data files
# This script runs degrib2 on a very large GRIB2 data file
# downloaded from the NOAA EMC FTP site, and checks the output against
# reference output. This test is only run of the Cmake option
# FTP_EXTRA_TEST_FILES is ON.
# FTP_LARGE_TEST_FILES is ON.
#
# Ed Hartnett, 2/21/24
# Ed Hartnett, 2/26/24

set -e
echo ""
echo "*** Running degrib2 FTP extra file tests"
echo "*** Running degrib2 FTP large file tests"

ftp_files="fv3lam.t00z.prslev.f000.grib2"

Expand Down

0 comments on commit 3d477f0

Please sign in to comment.