Skip to content

Commit

Permalink
more testing for copygb2 (#318)
Browse files Browse the repository at this point in the history
* more testing

* more testing

* more testing

* working on test

* working on test

* working on test

* working on test

* commenting out part of test

* status
  • Loading branch information
edwardhartnett authored May 28, 2024
1 parent d777b3d commit 7d830bc
Show file tree
Hide file tree
Showing 4 changed files with 842 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ function(PULL_DATA THE_URL THE_FILE)
endfunction()

# Copy necessary test data files.
gu_copy_test_data(ref_copygb2_test_gdaswave_2.ip.grib2.degrib2)
gu_copy_test_data(ref_copygb2_test_gdaswave.degrib2.txt)
gu_copy_test_data(ref_gdaswave.t00z.wcoast.0p16.f000.grib2)
gu_copy_test_data(ref_gdaswave.t00z.wcoast.0p16.f000.ip.grib2)
gu_copy_test_data(ref_gdaswave.t00z.wcoast.0p16.f000.grib1)
Expand All @@ -75,6 +77,7 @@ gu_copy_test_data(ref_grid_220.landmask.grib1)
gu_copy_test_data(tocgrib2.nml)
gu_copy_test_data(tocgrib2_bad.nml)
if(FTP_TEST_FILES)
message(STATUS "Getting FTP test files...")
gu_copy_test_data(ref_blend.t19z.core.f001.co.grib2.degrib2)
gu_copy_test_data(ref_cmc_geavg.t12z.pgrb2a.0p50.f000.degrib2)
gu_copy_test_data(ref_WW3_Regional_US_West_Coast_20220718_0000.grib2.degrib2)
Expand All @@ -89,10 +92,12 @@ if(FTP_TEST_FILES)
gu_copy_test_data(ref_sgx_nwps_CG3_20221117_1200.grib2.degrib2)
gu_copy_test_data(ref_aqm.t12z.max_8hr_o3.227.grib2.degrib2)
if(FTP_LARGE_TEST_FILES)
message(STATUS "Getting FTP large test file...")
gu_copy_test_data(ref_fv3lam.t00z.prslev.f000.grib2.degrib2)
endif()
if(FTP_EXTRA_TEST_FILES)
# gu_copy_test_data(ref_rrfs.t12z.prslevfaa.f010.na3km.grib2.degrib2)
message(STATUS "Getting extra FTP large test files...")
# gu_copy_test_data(ref_rrfs.t12z.prslevfaa.f010.na3km.grib2.degrib2)
gu_copy_test_data(ref_GFSPRS.GrbF06.degrib2)
gu_copy_test_data(ref_rrfs.t18z.prslev.f000.grib2.degrib2)
gu_copy_test_data(ref_grib2.awips.rrfs.010)
Expand All @@ -102,6 +107,7 @@ endif()
# Run these shell tests.
gu_test(run_cnvgrib_tests)
gu_test(run_copygb_tests)
gu_test(run_copygb2_tests2)
gu_test(run_degrib2_tests)
gu_test(run_grbindex_tests)
gu_test(run_grb2index_tests)
Expand Down
Loading

0 comments on commit 7d830bc

Please sign in to comment.