@@ -22,7 +22,7 @@ defines a step for setting up the initial state for each test case.
2222First, a mesh appropriate for the resolution is generated using
2323{py: func }` mpas_tools.planar_hex.make_planar_hex_mesh() ` . Then, the mesh is
2424culled to remove periodicity in the x and y directions. A vertical grid is
25- generated, with 1 layer by default. Next, the wind stress forcing field is
25+ generated, with 3 layers by default. Next, the wind stress forcing field is
2626generated.
2727
2828### forward
@@ -39,9 +39,10 @@ tasks have as their target and minimum (if the resources are not explicitly
3939prescribed). For MPAS-Ocean, PIO namelist options are modified and a
4040graph partition is generated as part of ` runtime_setup() ` . Next, the ocean
4141model is run. If ` run_time_steps ` is provided then this determines the run
42- duration, otherwise the duration is 3 years. Finally, validation of
43- ` layerThickness ` and ` normalVelocity ` in the ` output.nc ` file are performed
44- against a baseline if one is provided when calling {ref}` dev-polaris-setup ` .
42+ duration, otherwise the duration is given by the config option ` run_duration ` .
43+ Finally, validation of ` layerThickness ` and ` normalVelocity ` in the ` output.nc `
44+ file are performed against a baseline if one is provided when calling
45+ {ref}` dev-polaris-setup ` .
4546
4647### analysis
4748
@@ -51,9 +52,8 @@ the analytical solution for the linearized dynamics. This step also produces a
5152figure with the model solution, the analytical solution, and the difference
5253between the two.
5354
54- (dev-ocean-baroclinic-gyre-default)=
55+ ## barotropic_gyre
5556
56- ## default
57-
58- The {py: class }` polaris.tasks.ocean.baroclinic_channel.default.Default `
59- test performs a test of the linearized dynamics.
57+ The {py: class }` polaris.tasks.ocean.barotropic_gyre.BarotropicGyre `
58+ test performs either the Munk free-slip or the Munk no-slip cases depending
59+ on the ` test_name ` and ` boundary_condition ` parameters provided.
0 commit comments