Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Aug 30, 2024
1 parent bec87f9 commit d269107
Showing 1 changed file with 21 additions and 25 deletions.
46 changes: 21 additions & 25 deletions Docs/sphinx_doc/RegressionTests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,26 @@ Results from the nightly GPU tests can be found here: `GPU tests`_

The following problems are currently tested in the CI:

+-------------------------------+----------+----------+----------+------------+-------+-----------------------+
| Test | nx ny nz | xbc | ybc | zbc | Ext | Other |
+===============================+==========+==========+==========+============+=======+=======================+
| Advection | 81 81 16 | Periodic | Periodic | SlipWall | None | |
| | | | | SlipWall | | |
+-------------------------------+----------+----------+----------+------------+-------+-----------------------+
| Advection_ML | 80 80 16 | Periodic | Periodic | SlipWall | None | multilevel |
| | | | | SlipWall | | |
+-------------------------------+----------+----------+----------+------------+-------+-----------------------+
| DoublyPeriodic | 41 80 16 | Periodic | Periodic | SlipWall | None | Coriolis |
| | | | | SlipWall | | |
+-------------------------------+----------+----------+----------+------------+-------+-----------------------+
| DoublyPeriodic_bathy | 41 80 16 | Periodic | Periodic | SlipWall | None | Coriolis |
| | | | | SlipWall | | non-flat bathymetry |
+-------------------------------+----------+----------+----------+------------+-------+-----------------------+
| Seamount | 49 48 13 | Periodic | Periodic | SlipWall | None | Coriolis |
| | | | | SlipWall | | |
+-------------------------------+----------+----------+----------+------------+-------+-----------------------+
| Upwelling | 41 80 16 | Symmetry | SlipWall | SlipWall | None | Coriolis |
| | | | SlipWall | SlipWall | | non-flat bathymetry |
+-------------------------------+----------+----------+----------+------------+-------+-----------------------+
| Upwelling_GLS | 41 80 16 | Periodic | SlipWall | SlipWall | None | Coriolis |
| | | | SlipWall | SlipWall | | non-flat bathymetry |
| | | | | | | GLS mixing scheme |
+-------------------------------+----------+----------+----------+------------+-------+-----------------------+
+----------------------+----------+----------+----------+----------+-----------------------+
| Test | nx ny nz | xbc | ybc | zbc | Other |
+======================+==========+==========+==========+==========+=======================+
| Advection | 81 81 16 | Periodic | Periodic | SlipWall | |
+----------------------+----------+----------+----------+----------+-----------------------+
| Advection_ML | 80 80 16 | Periodic | Periodic | SlipWall | multilevel |
+----------------------+----------+----------+----------+----------+-----------------------+
| DoublyPeriodic | 41 80 16 | Periodic | Periodic | SlipWall | Coriolis |
+----------------------+----------+----------+----------+----------+-----------------------+
| DoublyPeriodic_bathy | 41 80 16 | Periodic | Periodic | SlipWall | Coriolis |
| | | | | | non-flat bathymetry |
+----------------------+----------+----------+----------+----------+-----------------------+
| Seamount | 49 48 13 | Periodic | Periodic | SlipWall | Coriolis |
+----------------------+----------+----------+----------+----------+-----------------------+
| Upwelling | 41 80 16 | Symmetry | SlipWall | SlipWall | Coriolis |
| | | | | | non-flat bathymetry |
+----------------------+----------+----------+----------+----------+-----------------------+
| Upwelling_GLS | 41 80 16 | Periodic | SlipWall | SlipWall | Coriolis |
| | | | | | non-flat bathymetry |
| | | | | | GLS mixing scheme |
+----------------------+----------+----------+----------+----------+-----------------------+

More details about the CI tests will be given below.

0 comments on commit d269107

Please sign in to comment.