Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix docs #259

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading