Skip to content

Commit

Permalink
added md5sum to test/CMakeLists.txt file for v2.4.1_skylab_4.0 tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminTJohnson committed Jun 27, 2023
1 parent 7ad62f5 commit bb7adbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ else()
set(CRTM_TEST_ROOT ${CMAKE_CURRENT_SOURCE_DIR})
endif()

set( CRTM_COEFFS_BRANCH "2.4.1" )
set( CRTM_COEFFS_BRANCH "2.4.1_skylab_4.0" ) #NOTE: this forms the basis of the tarball name

# If local path to testfiles is defined don't download
#if( DEFINED LOCAL_PATH_JEDI_TESTFILES )
Expand All @@ -72,10 +72,10 @@ IF(EXISTS ${CMAKE_SOURCE_DIR}/fix)
else()
set( CRTM_COEFFS_PATH ${CMAKE_BINARY_DIR}/test_data/crtm/${CRTM_COEFFS_BRANCH})
file(MAKE_DIRECTORY ${CRTM_COEFFS_PATH})
# set( ECBUILD_DOWNLOAD_BASE_URL https://gdex.ucar.edu/dataset/jedi-skylab/file )
#full intended path: https://bin.ssec.wisc.edu/pub/s4/CRTM/file/crtm_coefficients_2.4.1_skylab_4.0.tar.gz
set( ECBUILD_DOWNLOAD_BASE_URL https://bin.ssec.wisc.edu/pub/s4/CRTM/file )
set( test_files_dirname crtm_coefficients_${CRTM_COEFFS_BRANCH}.tar.gz )
set( checksum "0")
set( checksum "5ef915c445f94c6ef11f53221521a79e") #NOTE: md5sum needs to be updated each time the tarball changes
message(STATUS "download CRTM coeffs files from: ${ECBUILD_DOWNLOAD_BASE_URL} to ${CRTM_COEFFS_PATH}")

list( APPEND CRTM_DATA_DOWNLOADER_ARGS
Expand Down

0 comments on commit bb7adbf

Please sign in to comment.