From 12c0ad18d8a39ac385832ef3c65ae23fbdd48a90 Mon Sep 17 00:00:00 2001 From: anton-climate Date: Mon, 15 Apr 2024 09:15:57 +1000 Subject: [PATCH] try 0.25 degrees --- test/test_cice_grid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_cice_grid.py b/test/test_cice_grid.py index 1ffbfc6..d1c1a73 100644 --- a/test/test_cice_grid.py +++ b/test/test_cice_grid.py @@ -9,7 +9,7 @@ # create test grids at 4 degrees and 0.1 degrees # 4 degress is the lowest tested in ocean_model_grid_generator -# going higher resolution than 0.1 has too much computational cost +# going higher resolution than 0.25 has too much computational cost _test_resolutions = [4, 0.25]