diff --git a/polaris/ocean/convergence/convergence.cfg b/polaris/ocean/convergence/convergence.cfg index e4e202244..5f8b0752d 100644 --- a/polaris/ocean/convergence/convergence.cfg +++ b/polaris/ocean/convergence/convergence.cfg @@ -12,7 +12,9 @@ error_type = l2 # config options for convergence forward steps [convergence_forward] -# time integrator: {'split_explicit', 'RK4'} +# time integrator +# mpas-ocean: {'split_explicit', 'RK4'} +# omega: {'Forward-Backward', 'RungeKutta4', 'RungeKutta2'} time_integrator = RK4 # RK4 time step per resolution (s/km), since dt is proportional to resolution diff --git a/polaris/ocean/tasks/manufactured_solution/manufactured_solution.cfg b/polaris/ocean/tasks/manufactured_solution/manufactured_solution.cfg index 4dc4195b5..079efdd92 100644 --- a/polaris/ocean/tasks/manufactured_solution/manufactured_solution.cfg +++ b/polaris/ocean/tasks/manufactured_solution/manufactured_solution.cfg @@ -69,7 +69,9 @@ error_type = l2 # config options for spherical convergence tests [convergence_forward] -# time integrator: {'split_explicit', 'RK4'} +# time integrator +# mpas-ocean: {'split_explicit', 'RK4'} +# omega: {'Forward-Backward', 'RungeKutta4', 'RungeKutta2'} time_integrator = RK4 # RK4 time step per resolution (s/km), since dt is proportional to resolution