Skip to content

Commit 2f4873a

Browse files
committed
Re-introduce ocean grib samples
1 parent 1f87700 commit 2f4873a

13 files changed

+7
-0
lines changed

tests/multio/config/grib-samples/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ add_subdirectory(samples.O80)
1010
add_subdirectory(samples.O400)
1111
add_subdirectory(samples.O1280)
1212
add_subdirectory(samples.O2560)
13+
add_subdirectory(samples.unstructured)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
file(GLOB config_tmpl_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.tmpl")
2+
3+
install(
4+
FILES ${config_tmpl_files}
5+
DESTINATION ${MULTIO_CONFIG_DIR}/grib-samples/samples.unstructured
6+
PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ)
183 Bytes
Binary file not shown.
189 Bytes
Binary file not shown.
183 Bytes
Binary file not shown.
187 Bytes
Binary file not shown.
190 Bytes
Binary file not shown.
186 Bytes
Binary file not shown.
192 Bytes
Binary file not shown.
165 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)