diff --git a/Overlap/Tests/short_tests.json b/Overlap/Tests/short_tests.json index 9a0df654589c0f7366f7dcfbaa4f65f5b01d54be..b0b0607cf56e89d74ece7e58dba43297a36c51c4 100644 --- a/Overlap/Tests/short_tests.json +++ b/Overlap/Tests/short_tests.json @@ -23,7 +23,7 @@ "required": [ [ "$tests_old_dir/Extraction_eddies_region_4/SHPC_anti_all_dates", - "SHP_triplet_old" + "SHPC_old" ] ], "stdout": "test_read_eddy_stdout.txt", diff --git a/Overlap/Tests/test_read_eddy.f90 b/Overlap/Tests/test_read_eddy.f90 index 8f2318fd1a8e061c23498ec780e20aaa1ecd17ec..d3d628b4f2dc8d9240617608d988900f00fa1af8 100644 --- a/Overlap/Tests/test_read_eddy.f90 +++ b/Overlap/Tests/test_read_eddy.f90 @@ -19,7 +19,7 @@ program test_read_eddy !------------------------------------------------------------------------- call mpi_init - call shp_tr_open(hshp, "SHP_triplet_old", rank = 0) + call shp_tr_open(hshp, "SHPC_old", rank = 0) call read_eddy(e, k, i, hshp, ishape = 0) CALL shp_tr_close(hshp)