Skip to content

Commit 5bc4d53

Browse files
committed
Fix comments in config files
1 parent ea75196 commit 5bc4d53

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

polaris/ocean/convergence/convergence.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ error_type = l2
1212
# config options for convergence forward steps
1313
[convergence_forward]
1414

15-
# time integrator: {'split_explicit', 'RK4'}
15+
# time integrator
16+
# mpas-ocean: {'split_explicit', 'RK4'}
17+
# omega: {'Forward-Backward', 'RungeKutta4', 'RungeKutta2'}
1618
time_integrator = RK4
1719

1820
# RK4 time step per resolution (s/km), since dt is proportional to resolution

polaris/ocean/tasks/manufactured_solution/manufactured_solution.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ error_type = l2
6969
# config options for spherical convergence tests
7070
[convergence_forward]
7171

72-
# time integrator: {'split_explicit', 'RK4'}
72+
# time integrator
73+
# mpas-ocean: {'split_explicit', 'RK4'}
74+
# omega: {'Forward-Backward', 'RungeKutta4', 'RungeKutta2'}
7375
time_integrator = RK4
7476

7577
# RK4 time step per resolution (s/km), since dt is proportional to resolution

0 commit comments

Comments
 (0)