From e41a1e9739e2c168f51ee3ce84bc960d56108964 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Mon, 19 Dec 2022 08:36:56 +0100 Subject: [PATCH] Remove unused namelist option --- .../sphere_transport/correlated_tracers_2d/namelist.forward | 1 - .../ocean/tests/sphere_transport/divergent_2d/namelist.forward | 1 - .../tests/sphere_transport/nondivergent_2d/namelist.forward | 1 - .../ocean/tests/sphere_transport/rotation_2d/namelist.forward | 1 - 4 files changed, 4 deletions(-) diff --git a/compass/ocean/tests/sphere_transport/correlated_tracers_2d/namelist.forward b/compass/ocean/tests/sphere_transport/correlated_tracers_2d/namelist.forward index 24c9741172..ccd141f4b3 100644 --- a/compass/ocean/tests/sphere_transport/correlated_tracers_2d/namelist.forward +++ b/compass/ocean/tests/sphere_transport/correlated_tracers_2d/namelist.forward @@ -1,5 +1,4 @@ config_ocean_run_mode = 'forward' -config_init_configuration = 'transport_tests' config_transport_tests_flow_id = 4 config_run_duration = '0012_00:00:00' config_vert_coord_movement = 'impermeable_interfaces' diff --git a/compass/ocean/tests/sphere_transport/divergent_2d/namelist.forward b/compass/ocean/tests/sphere_transport/divergent_2d/namelist.forward index ce877af815..0be77b0253 100644 --- a/compass/ocean/tests/sphere_transport/divergent_2d/namelist.forward +++ b/compass/ocean/tests/sphere_transport/divergent_2d/namelist.forward @@ -1,5 +1,4 @@ config_ocean_run_mode = 'forward' -config_init_configuration = 'transport_tests' config_transport_tests_flow_id = 3 config_run_duration = '0012_00:00:00' config_vert_coord_movement = 'impermeable_interfaces' diff --git a/compass/ocean/tests/sphere_transport/nondivergent_2d/namelist.forward b/compass/ocean/tests/sphere_transport/nondivergent_2d/namelist.forward index 298672efe7..e4e21612ca 100644 --- a/compass/ocean/tests/sphere_transport/nondivergent_2d/namelist.forward +++ b/compass/ocean/tests/sphere_transport/nondivergent_2d/namelist.forward @@ -1,5 +1,4 @@ config_ocean_run_mode = 'forward' -config_init_configuration = 'transport_tests' config_transport_tests_flow_id = 2 config_run_duration = '0012_00:00:00' config_vert_coord_movement = 'impermeable_interfaces' diff --git a/compass/ocean/tests/sphere_transport/rotation_2d/namelist.forward b/compass/ocean/tests/sphere_transport/rotation_2d/namelist.forward index 55a7904a0b..8de3e5d0d9 100644 --- a/compass/ocean/tests/sphere_transport/rotation_2d/namelist.forward +++ b/compass/ocean/tests/sphere_transport/rotation_2d/namelist.forward @@ -1,5 +1,4 @@ config_ocean_run_mode = 'forward' -config_init_configuration = 'transport_tests' config_transport_tests_flow_id = 1 config_run_duration = '0012_00:00:00' config_vert_coord_movement = 'impermeable_interfaces'