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-03-16 11:02:13 +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-03-10 15:52:33 +00:00
|
|
|
ecbuild_get_test_multidata( TARGET get_tigge_gribs
|
|
|
|
NAMES ${tigge_files_to_download}
|
|
|
|
)
|