From be9bb711da0fca53e482a92eed6c2b8c7a7609d8 Mon Sep 17 00:00:00 2001 From: Malcolm Maas <60855169+malcolmmaas@users.noreply.github.com> Date: Fri, 6 Feb 2026 16:53:45 +0000 Subject: [PATCH] fix: wrong flag for no convection scheme in idealised_moist_phys.rst --- docs/source/modules/idealised_moist_phys.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/modules/idealised_moist_phys.rst b/docs/source/modules/idealised_moist_phys.rst index 6a3f8b9ae..7d17cccea 100644 --- a/docs/source/modules/idealised_moist_phys.rst +++ b/docs/source/modules/idealised_moist_phys.rst @@ -51,7 +51,7 @@ The scheme to be used can be selected using the ``convection_scheme`` namelist p +--------------------------+---------------------------------------------------------------------------+ |``DRY_CONV`` |Use the dry convection scheme [Schneider2006]_. | +--------------------------+---------------------------------------------------------------------------+ -|``NO_CONV`` |Use no convection scheme. | +|``NONE`` |Use no convection scheme. | +--------------------------+---------------------------------------------------------------------------+ |``UNSET`` |Model looks through flags listed under Method 2. | +--------------------------+---------------------------------------------------------------------------+ @@ -296,4 +296,4 @@ References Authors ------- -This documentation was written by Ruth Geen, peer reviewed by Marianne Pietschnig, and quality controlled by Ross Castle. \ No newline at end of file +This documentation was written by Ruth Geen, peer reviewed by Marianne Pietschnig, and quality controlled by Ross Castle.