diff --git a/tests/test_data/POPtestdata_time.nc b/tests/test_data/POPtestdata_time.nc deleted file mode 100644 index 1d4f8f965b..0000000000 Binary files a/tests/test_data/POPtestdata_time.nc and /dev/null differ diff --git a/tests/test_data/Uu_eastward_nemo_cross_180lon.nc b/tests/test_data/Uu_eastward_nemo_cross_180lon.nc deleted file mode 100644 index 6a8feb06a8..0000000000 Binary files a/tests/test_data/Uu_eastward_nemo_cross_180lon.nc and /dev/null differ diff --git a/tests/test_data/Vv_eastward_nemo_cross_180lon.nc b/tests/test_data/Vv_eastward_nemo_cross_180lon.nc deleted file mode 100644 index eb0dfaecda..0000000000 Binary files a/tests/test_data/Vv_eastward_nemo_cross_180lon.nc and /dev/null differ diff --git a/tests/test_data/access-om2-01_u.nc b/tests/test_data/access-om2-01_u.nc deleted file mode 100644 index e623a28922..0000000000 Binary files a/tests/test_data/access-om2-01_u.nc and /dev/null differ diff --git a/tests/test_data/access-om2-01_v.nc b/tests/test_data/access-om2-01_v.nc deleted file mode 100644 index b06e9432de..0000000000 Binary files a/tests/test_data/access-om2-01_v.nc and /dev/null differ diff --git a/tests/test_data/access-om2-01_wt.nc b/tests/test_data/access-om2-01_wt.nc deleted file mode 100644 index 30213beace..0000000000 Binary files a/tests/test_data/access-om2-01_wt.nc and /dev/null differ diff --git a/tests/test_data/fieldset_nemo.py b/tests/test_data/fieldset_nemo.py deleted file mode 100644 index 274a854df5..0000000000 --- a/tests/test_data/fieldset_nemo.py +++ /dev/null @@ -1,23 +0,0 @@ -import os - -import parcels - - -def create_fieldset(): - data_path = os.path.join(os.path.dirname(__file__)) - - filenames = { - "U": { - "lon": os.path.join(data_path, "mask_nemo_cross_180lon.nc"), - "lat": os.path.join(data_path, "mask_nemo_cross_180lon.nc"), - "data": os.path.join(data_path, "Uu_eastward_nemo_cross_180lon.nc"), - }, - "V": { - "lon": os.path.join(data_path, "mask_nemo_cross_180lon.nc"), - "lat": os.path.join(data_path, "mask_nemo_cross_180lon.nc"), - "data": os.path.join(data_path, "Vv_eastward_nemo_cross_180lon.nc"), - }, - } - variables = {"U": "U", "V": "V"} - dimensions = {"lon": "glamf", "lat": "gphif", "time": "time_counter"} - return parcels.FieldSet.from_nemo(filenames, variables, dimensions) diff --git a/tests/test_data/fieldset_nemo_error.py b/tests/test_data/fieldset_nemo_error.py deleted file mode 100644 index 3fba9709a1..0000000000 --- a/tests/test_data/fieldset_nemo_error.py +++ /dev/null @@ -1,27 +0,0 @@ -import os - -import parcels - - -def random_function_name(): - data_path = os.path.join(os.path.dirname(__file__)) - - filenames = { - "U": { - "lon": os.path.join(data_path, "mask_nemo_cross_180lon.nc"), - "lat": os.path.join(data_path, "mask_nemo_cross_180lon.nc"), - "data": os.path.join(data_path, "Uu_eastward_nemo_cross_180lon.nc"), - }, - "V": { - "lon": os.path.join(data_path, "mask_nemo_cross_180lon.nc"), - "lat": os.path.join(data_path, "mask_nemo_cross_180lon.nc"), - "data": os.path.join(data_path, "Vv_eastward_nemo_cross_180lon.nc"), - }, - } - variables = {"U": "U", "V": "V"} - dimensions = {"lon": "glamf", "lat": "gphif", "time": "time_counter"} - return parcels.FieldSet.from_nemo(filenames, variables, dimensions) - - -def none_returning_function(): - return None diff --git a/tests/test_data/mask_nemo_cross_180lon.nc b/tests/test_data/mask_nemo_cross_180lon.nc deleted file mode 100644 index 8fb6b27da4..0000000000 Binary files a/tests/test_data/mask_nemo_cross_180lon.nc and /dev/null differ diff --git a/tests/test_data/perlinfieldsU.nc b/tests/test_data/perlinfieldsU.nc deleted file mode 100644 index 6b5ee4239e..0000000000 Binary files a/tests/test_data/perlinfieldsU.nc and /dev/null differ diff --git a/tests/test_data/perlinfieldsV.nc b/tests/test_data/perlinfieldsV.nc deleted file mode 100644 index b4734a3eca..0000000000 Binary files a/tests/test_data/perlinfieldsV.nc and /dev/null differ diff --git a/tests/test_data/popcoordinates.nc b/tests/test_data/popcoordinates.nc deleted file mode 100644 index 16d7a91ab6..0000000000 Binary files a/tests/test_data/popcoordinates.nc and /dev/null differ diff --git a/tests/test_data/popdata.nc b/tests/test_data/popdata.nc deleted file mode 100644 index f6ecb1ff83..0000000000 Binary files a/tests/test_data/popdata.nc and /dev/null differ diff --git a/tests/test_data/testfieldsP.nc b/tests/test_data/testfieldsP.nc deleted file mode 100644 index 1b0b5f209e..0000000000 Binary files a/tests/test_data/testfieldsP.nc and /dev/null differ diff --git a/tests/test_data/testfieldsU.nc b/tests/test_data/testfieldsU.nc deleted file mode 100644 index 34c07246df..0000000000 Binary files a/tests/test_data/testfieldsU.nc and /dev/null differ diff --git a/tests/test_data/testfieldsV.nc b/tests/test_data/testfieldsV.nc deleted file mode 100644 index 8b0ac76302..0000000000 Binary files a/tests/test_data/testfieldsV.nc and /dev/null differ