Skip to content

Commit

Permalink
Fix comment in manufactured solution configs
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Nov 8, 2024
1 parent 60ddce2 commit 383bb8c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ error_type = l2
[convergence_forward]

# time integrator
# mpas-ocean: {'split_explicit', 'RK4'}
# omega: {'Forward-Backward', 'RungeKutta4', 'RungeKutta2'}
# either: {'RK4'}
# mpas-ocean: {'split_explicit'}
# omega: {'Forward-Backward', 'RungeKutta2'}
time_integrator = RK4

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

0 comments on commit 383bb8c

Please sign in to comment.