Skip to content

Commit

Permalink
more tests with ftp files
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed May 8, 2024
1 parent 65762c5 commit 8c5348c
Show file tree
Hide file tree
Showing 4 changed files with 259,943 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,14 @@ if(FTP_TEST_FILES)
set(G2_FTP_URL "https://ftp.emc.ncep.noaa.gov/static_files/public/NCEPLIBS-g2")

# These are the test data files.
set(FTP_FILES WW3_Regional_US_West_Coast_20220718_0000.grib2)
# These are the test data files.
set(FTP_FILES WW3_Regional_US_West_Coast_20220718_0000.grib2
WW3_Regional_US_East_Coast_20220717_0600.grib2
gep19.t00z.pgrb2a.0p50_bcf144 geavg.t00z.pgrb2a.0p50_mecomf144
gec00.t00z.pgrb2a.0p50.f144 gegfs.t00z.pgrb2a.0p50.f144
gegfs.t00z.pgrb2a.0p50_mef144 gep19.t00z.pgrb2a.0p50.f144
gdas.t12z.pgrb2.1p00.anl.grib2 blend.t19z.core.f001.co.grib2
aqm.t12z.max_8hr_o3.227.grib2 seaice.t00z.grb.grib2)

# User may also ask for large test file.
if(FTP_LARGE_TEST_FILES)
Expand Down Expand Up @@ -98,6 +105,8 @@ if (USE_AEC)
endif()
if (FTP_TEST_FILES)
copy_test_data(ref_WW3_Regional_US_West_Coast_20220718_0000.grib2.inv)
copy_test_data(ref_merge_fcst.aqm.t12z.max_8hr_o3.227.grib2.txt)
copy_test_data(ref_HGT.500_mb.ENS=low-res_ctl.2023043000_2023050600.asc)
shell_test(run_wgrib2_ftp_tests)
if (FTP_LARGE_TEST_FILES)
copy_test_data(ref_fv3lam.t00z.prslev.f000.grib2.inv)
Expand Down
Loading

0 comments on commit 8c5348c

Please sign in to comment.