2015-03-16 11:02:13 +00:00
|
|
|
# data/tigge/CMakeLists.txt
|
2014-03-31 12:57:06 +00:00
|
|
|
# Download all the TIGGE grib data from website
|
2015-07-02 12:02:54 +00:00
|
|
|
|
|
|
|
file(READ "tigge_data_files.txt" tigge_files_to_download)
|
|
|
|
string(REGEX REPLACE "\n" ";" tigge_files_to_download "${tigge_files_to_download}")
|
2014-03-31 12:57:06 +00:00
|
|
|
|
2015-03-11 17:33:46 +00:00
|
|
|
# Download all data files doing md5 check on each
|
2015-07-14 16:11:57 +00:00
|
|
|
ecbuild_get_test_multidata( TARGET eccodes_get_tigge_gribs
|
2015-09-18 16:18:12 +00:00
|
|
|
NOCHECK
|
2015-07-02 12:02:54 +00:00
|
|
|
NAMES ${tigge_files_to_download} )
|