Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cbegeman committed Oct 1, 2024
1 parent 30ff99f commit 4d915a5
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions docs/users_guide/ocean/tasks/manufactured_solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Currently, the there is only one task, the convergence test from

These tasks support both MPAS-Ocean and Omega.

(ocean-manufactured-solution-convergence)=
(ocean-manufactured-solution-default)=

## convergence
## default

### description

Expand Down Expand Up @@ -121,3 +121,22 @@ conv_thresh = 1.8

The number of cores is determined according to the config options
``max_cells_per_core`` and ``goal_cells_per_core``.

(ocean-manufactured-solution-del2)=

## del2

### description

All settings are the same as the {ref}`ocean-manufactured-solution-default` case
except laplacian viscosity is turned on.

(ocean-manufactured-solution-del4)=

## del4

### description

All settings are the same as the {ref}`ocean-manufactured-solution-default` case
except hyperviscosity is turned on. The expected convergence should not be
significantly different from the {ref}`ocean-manufactured-solution-default` case.

0 comments on commit 4d915a5

Please sign in to comment.