Skip to content

Commit

Permalink
Remove duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelDegelia-NOAA committed Oct 18, 2024
1 parent 5422ae7 commit 348c254
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rrfs-test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,14 @@ endif()


# bufr2ioda ctests
set(IODA_CONV_COMP_TOL "5.0e-4")
set(case "rrfs_bufr2ioda_msonet")
set(casedir "${CMAKE_CURRENT_BINARY_DIR}/rundir-${case}")
if (NOT EXISTS "${casedir}")
file(MAKE_DIRECTORY ${casedir})
endif()
file(CREATE_LINK ${src_casedir}/data ${casedir}/data SYMBOLIC)
file(COPY ${src_yaml}/${case}.yaml DESTINATION ${casedir})
configure_file(${src_casedir}/data/obs/bufr/rap.t00z.prepbufr.tm00 ${casedir}/prepbufr COPYONLY)
file(COPY ${src_yaml}/${case}.yaml DESTINATION ${casedir})
set(IODA_CONV_COMP_TOL "5.0e-4")
set(MPI_ARGS "--time=00:05:00 --exclusive")
ecbuild_add_test( TARGET ${case}
Expand Down

0 comments on commit 348c254

Please sign in to comment.