From 64b07f6be95096bdb0d1c00259dfb8f3d3c438ec Mon Sep 17 00:00:00 2001 From: Julie Prestopnik Date: Fri, 23 Feb 2024 17:00:45 -0700 Subject: [PATCH] Per #3, attempt #3 to resolve documentation warnings --- docs/Tutorial/cases/CBL.rst | 4 +++- docs/Tutorial/cases/NBL.rst | 2 ++ docs/Tutorial/cases/SBL.rst | 4 +++- docs/Tutorial/index.rst | 5 ----- docs/Tutorial/questions.rst | 2 ++ 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/docs/Tutorial/cases/CBL.rst b/docs/Tutorial/cases/CBL.rst index 46cdf69..4e75743 100644 --- a/docs/Tutorial/cases/CBL.rst +++ b/docs/Tutorial/cases/CBL.rst @@ -16,12 +16,14 @@ Input parameters * Latitude: :math:`33.5^{\circ}` N * Surface potential temperature: :math:`309` K * Potential temperature profile: - .. math:: + +.. math:: \partial{\theta}/\partial z = \begin{cases} 0 & \text{if $z$ $\le$ 600 m}\\ 0.004 & \text{if $z$ > 600 m} \end{cases} + * Surface heat flux: :math:`0.35` Km/s * Surface roughness length: :math:`z_0=0.05` m * Rayleigh damping layer: uppermost :math:`400` m of the domain diff --git a/docs/Tutorial/cases/NBL.rst b/docs/Tutorial/cases/NBL.rst index 8a25bc7..6a7eaf0 100644 --- a/docs/Tutorial/cases/NBL.rst +++ b/docs/Tutorial/cases/NBL.rst @@ -19,6 +19,7 @@ Input parameters * Latitude: :math:`54.0^{\circ}` N * Surface potential temperature: :math:`300` K * Potential temperature profile: + .. math:: \partial{\theta}/\partial z = \begin{cases} @@ -26,6 +27,7 @@ Input parameters 0.08 & \text{if 500 m < $z$ $\le$ 650 m}\\ 0.003 & \text{if $z$ > 650 m} \end{cases} + * Surface heat flux: :math:`0.0` Km/s * Surface roughness length: :math:`z_0=0.1` m * Rayleigh damping layer: uppermost :math:`400` m of the domain diff --git a/docs/Tutorial/cases/SBL.rst b/docs/Tutorial/cases/SBL.rst index fe57a20..52dcef0 100644 --- a/docs/Tutorial/cases/SBL.rst +++ b/docs/Tutorial/cases/SBL.rst @@ -19,12 +19,14 @@ Input parameters * Latitude: :math:`73^{\circ}` N * Surface potential temperature: :math:`265` K * Potential temperature profile: - .. math:: + +.. math:: \partial{\theta}/\partial z = \begin{cases} 0 & \text{if $z$ $\le$ 100 m}\\ 0.01 & \text{if $z$ > 100 m} \end{cases} + * Surface heat flux: :math:`-0.25` K/h * Surface roughness length: :math:`z_0=0.1` m * Rayleigh damping layer: uppermost :math:`75` m of the domain diff --git a/docs/Tutorial/index.rst b/docs/Tutorial/index.rst index f3ccf0d..e79c3e4 100644 --- a/docs/Tutorial/index.rst +++ b/docs/Tutorial/index.rst @@ -17,9 +17,4 @@ sensitivity.rst -.. toctree:: - :caption: QUESTIONS - :orphan: - - questions.rst diff --git a/docs/Tutorial/questions.rst b/docs/Tutorial/questions.rst index dbbd945..35dd764 100644 --- a/docs/Tutorial/questions.rst +++ b/docs/Tutorial/questions.rst @@ -1,3 +1,5 @@ +:orphan: + **************************** Comparison of the four cases ****************************