Skip to content

Commit

Permalink
consolidated files for degrib2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Jun 12, 2024
1 parent cc336e9 commit 4e5b272
Show file tree
Hide file tree
Showing 5 changed files with 425 additions and 432 deletions.
3 changes: 1 addition & 2 deletions test_utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

if(BUILD_4)
# This fortran test is for the internals of degrib2.
add_executable(test_degrib2_int test_degrib2_int.F90 ${CMAKE_SOURCE_DIR}/utils/prlevel.F90
${CMAKE_SOURCE_DIR}/utils/prvtime.F90)
add_executable(test_degrib2_int test_degrib2_int.F90 ${CMAKE_SOURCE_DIR}/utils/degrib2.F90)
target_link_libraries(test_degrib2_int PUBLIC ${PROJECT_NAME}_4)
add_test(NAME test_degrib2_int COMMAND test_degrib2_int)
endif()
Expand Down
2 changes: 1 addition & 1 deletion utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (BUILD_4)
target_link_libraries(cnvgrib PRIVATE bacio::bacio w3emc::w3emc_4
${JASPER_LIBRARIES} PNG::PNG ${ZLIB_LIBRARY})

add_executable(degrib2 degrib2.F90 prlevel.F90 prvtime.F90)
add_executable(degrib2 degrib2.F90)
target_link_libraries(degrib2 PUBLIC ${PROJECT_NAME}_4)
target_link_libraries(degrib2 PRIVATE bacio::bacio w3emc::w3emc_4
${JASPER_LIBRARIES} PNG::PNG ${ZLIB_LIBRARY})
Expand Down
Loading

0 comments on commit 4e5b272

Please sign in to comment.