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 Dec 2, 2024
1 parent 28e5f4a commit caa340e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ refinement_factors_time = 1., 0.5, 0.25
[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 caa340e

Please sign in to comment.