From 5bc4d53ebb730025b2f2d4486d8650a1441afea2 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Wed, 9 Oct 2024 11:56:24 -0500 Subject: [PATCH] Fix comments in config files --- polaris/ocean/convergence/convergence.cfg | 4 +++- .../tasks/manufactured_solution/manufactured_solution.cfg | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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