Skip to content

Commit

Permalink
fix rot lat-lon: new_grid.c add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
webisu committed Aug 12, 2024
1 parent 1b5a86d commit 35f4e7c
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 208 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ message(STATUS "Checking if the user want to use NCEPLIBS-ip...")
if(USE_IPOLATES)
find_package(ip CONFIG REQUIRED)
list(APPEND definitions_list -DIPOLATES_LIB="ipolates_lib_d")
list(APPEND definitions_list -DUSE_IPOLATES)
# list(APPEND definitions_list -DUSE_IPOLATES)
endif()

message(STATUS "Checking if the user want to use NetCDF...")
Expand Down
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ copy_test_data(ref_sec0.gdas.t12z.pgrb2.1p00.anl.75r.grib2.txt)
copy_test_data(ref_sec_len.gdaswave.t00z.wcoast.0p16.f000.grib2.txt)
copy_test_data(ref_sec_len.simple_packing.grib2.txt)
copy_test_data(ref_simple_packing.grib2.spread.txt)
copy_test_data(ref_wmo_rot_lat_lon.txt)
copy_test_data(ref_new_grid_gdt_32769.grib2)

# Run these shell tests.
shell_test(run_wgrib2_tests)
Expand Down
70 changes: 0 additions & 70 deletions tests/data/ncep_grid_wmo.txt

This file was deleted.

Binary file added tests/data/ref_new_grid_gdt_32769.grib2
Binary file not shown.
70 changes: 0 additions & 70 deletions tests/data/ref_wmo_rot_lat_lon.txt

This file was deleted.

Loading

0 comments on commit 35f4e7c

Please sign in to comment.