From 0849ba6b7d39450ec1d9a207c7edd01d0dadd293 Mon Sep 17 00:00:00 2001 From: Ann Almgren Date: Wed, 3 Jan 2024 15:54:29 -0800 Subject: [PATCH] update docs for advection schemes --- Docs/sphinx_doc/Inputs.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Docs/sphinx_doc/Inputs.rst b/Docs/sphinx_doc/Inputs.rst index dbc767156..fed1b0655 100644 --- a/Docs/sphinx_doc/Inputs.rst +++ b/Docs/sphinx_doc/Inputs.rst @@ -553,19 +553,19 @@ List of Parameters | Parameter | Definition | Acceptable | Default | | | | Values | | +==================================+====================+=====================+==============+ -| **erf.dycore_horiz_adv_type** | Horizontal | see below | Centered_2nd | +| **erf.dycore_horiz_adv_type** | Horizontal | see below | Upwind_3rd | | | advection type | | | | | for dycore vars | | | +----------------------------------+--------------------+---------------------+--------------+ -| **erf.dycore_vert_adv_type** | Vertical | see below | Centered_2nd | +| **erf.dycore_vert_adv_type** | Vertical | see below | Upwind_3rd | | | advection type | | | | | for dycore vars | | | +----------------------------------+--------------------+---------------------+--------------+ -| **erf.dryscal_horiz_adv_type** | Horizontal | see below | Centered_2nd | +| **erf.dryscal_horiz_adv_type** | Horizontal | see below | Upwind_3rd | | | advection type | | | | | for dry scalars | | | +----------------------------------+--------------------+---------------------+--------------+ -| **erf.dryscal_vert_adv_type** | Vertical | see below | Centered_2nd | +| **erf.dryscal_vert_adv_type** | Vertical | see below | Upwind_3rd | | | advection type | | | | | for dry scalars | | | +----------------------------------+--------------------+---------------------+--------------+