Skip to content

Commit

Permalink
Fix comments in config files
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Oct 9, 2024
1 parent ea75196 commit 5bc4d53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion polaris/ocean/convergence/convergence.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bc4d53

Please sign in to comment.