@@ -127,7 +127,8 @@ def __init__(self, test_group, velo_solver, calving_law, mesh_type,
127127 if advection_type == 'fct' :
128128 step .add_namelist_options (
129129 {'config_thickness_advection' : "'fct'" ,
130- 'config_tracer_advection' : "'fct'" },
130+ 'config_tracer_advection' : "'fct'" ,
131+ 'config_time_integration' : "'runge_kutta'" },
131132 out_name = 'namelist.landice' )
132133 step .add_streams_file (
133134 'compass.landice.tests.humboldt.restart_test' ,
@@ -162,7 +163,8 @@ def __init__(self, test_group, velo_solver, calving_law, mesh_type,
162163 if advection_type == 'fct' :
163164 step .add_namelist_options (
164165 {'config_thickness_advection' : "'fct'" ,
165- 'config_tracer_advection' : "'fct'" },
166+ 'config_tracer_advection' : "'fct'" ,
167+ 'config_time_integration' : "'runge_kutta'" },
166168 out_name = 'namelist.landice' )
167169 step .add_streams_file (
168170 'compass.landice.tests.humboldt.restart_test' ,
@@ -174,7 +176,8 @@ def __init__(self, test_group, velo_solver, calving_law, mesh_type,
174176 if advection_type == 'fct' :
175177 step .add_namelist_options (
176178 {'config_thickness_advection' : "'fct'" ,
177- 'config_tracer_advection' : "'fct'" },
179+ 'config_tracer_advection' : "'fct'" ,
180+ 'config_time_integration' : "'runge_kutta'" },
178181 out_name = 'namelist.landice.rst' )
179182 step .add_streams_file (
180183 'compass.landice.tests.humboldt.restart_test' ,
0 commit comments