From d2691072497c571b406397884539908beba7af3a Mon Sep 17 00:00:00 2001 From: Ann Almgren Date: Fri, 30 Aug 2024 15:42:55 -0700 Subject: [PATCH] fix docs --- Docs/sphinx_doc/RegressionTests.rst | 46 +++++++++++++---------------- 1 file changed, 21 insertions(+), 25 deletions(-) diff --git a/Docs/sphinx_doc/RegressionTests.rst b/Docs/sphinx_doc/RegressionTests.rst index da33341..694d5f5 100644 --- a/Docs/sphinx_doc/RegressionTests.rst +++ b/Docs/sphinx_doc/RegressionTests.rst @@ -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.