From 4475c2ca63173959b2204303bd87b8ce188d626b Mon Sep 17 00:00:00 2001 From: "Aaron M. Lattanzi" <103702284+AMLattanzi@users.noreply.github.com> Date: Mon, 17 Jul 2023 12:20:32 -0700 Subject: [PATCH] Cleanup doc more. (#1163) --- Docs/sphinx_doc/Inputs.rst | 4 ++++ Docs/sphinx_doc/MeshRefinement.rst | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Docs/sphinx_doc/Inputs.rst b/Docs/sphinx_doc/Inputs.rst index 12746fdf7..dc426734f 100644 --- a/Docs/sphinx_doc/Inputs.rst +++ b/Docs/sphinx_doc/Inputs.rst @@ -541,6 +541,10 @@ List of Parameters | | numerical diffusion| "False" | | | | | | | +----------------------------------+--------------------+---------------------+-------------+ +| **erf.NumDiffCoeff** | Coefficient for | Real | 0.0 | +| | 6th order | [0.0, 1.0] | | +| | numerical diffusion| | | ++----------------------------------+--------------------+---------------------+-------------+ Note: in the equations for the evolution of momentum, potential temperature and advected scalars, the diffusion coefficients are written as :math:`\mu`, :math:`\rho \alpha_T` and :math:`\rho \alpha_C`, respectively. diff --git a/Docs/sphinx_doc/MeshRefinement.rst b/Docs/sphinx_doc/MeshRefinement.rst index bc6eb6ac0..ec9097fa4 100644 --- a/Docs/sphinx_doc/MeshRefinement.rst +++ b/Docs/sphinx_doc/MeshRefinement.rst @@ -140,7 +140,7 @@ and analogously the width of the interior Dirichlet region may be specified with ``erf.wrfbdy_set_width = `` (yellow). .. |wrfbdy| image:: figures/wrfbdy_BCs.png - :width: 300 + :width: 600 .. _fig:Lateral BCs