Skip to content

Commit

Permalink
deploy: 49a1c17
Browse files Browse the repository at this point in the history
  • Loading branch information
floriantornow committed Nov 17, 2023
1 parent 8878c2f commit 42fad27
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 34 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions _sources/notebooks/plotting/check_les.ipynb

Large diffs are not rendered by default.

24 changes: 14 additions & 10 deletions _sources/notebooks/plotting/example_plotting.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions notebooks/notebook-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,8 @@ <h5>of further and further<a class="headerlink" href="#of-further-and-further" t
<section id="header-levels">
<h6>header levels<a class="headerlink" href="#header-levels" title="Permalink to this heading">#</a></h6>
<p>as well <span class="math notranslate nohighlight">\(m = a * t / h\)</span> text! Similarly, you have access to other <span class="math notranslate nohighlight">\(\LaTeX\)</span> equation <a class="reference external" href="https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Typesetting%20Equations.html"><strong>functionality</strong></a> via MathJax (demo below from link),</p>
<div class="amsmath math notranslate nohighlight" id="equation-0ddfbc87-be39-4aa3-8c72-49e65120a599">
<span class="eqno">()<a class="headerlink" href="#equation-0ddfbc87-be39-4aa3-8c72-49e65120a599" title="Permalink to this equation">#</a></span>\[\begin{align}
<div class="amsmath math notranslate nohighlight" id="equation-5de2abe6-2bb0-4f89-b3fe-278c605e6e6c">
<span class="eqno">()<a class="headerlink" href="#equation-5de2abe6-2bb0-4f89-b3fe-278c605e6e6c" title="Permalink to this equation">#</a></span>\[\begin{align}
\dot{x} &amp; = \sigma(y-x) \\
\dot{y} &amp; = \rho x - y - xz \\
\dot{z} &amp; = -\beta z + xy
Expand Down
14 changes: 7 additions & 7 deletions notebooks/plotting/check_les.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,10 +404,10 @@ <h1>Check my LES run<a class="headerlink" href="#check-my-les-run" title="Permal
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="o">%</span><span class="k">run</span> functions_plotting.py

<span class="c1">## select (grayed out) simulations to plot</span>
<span class="n">sim_keyword_gray</span> <span class="o">=</span> <span class="s1">&#39;dharma/sandbox/DHARMA_Lx25km_dx100_F&#39;</span>
<span class="n">sim_keyword_gray</span> <span class="o">=</span> <span class="s1">&#39;dharma/sandbox/DHARMA_Lx25km_dx200_FixN_def_z0_def_zi&#39;</span>

<span class="c1">## select LES run(s) of interest</span>
<span class="n">sim_keyword_col_les</span> <span class="o">=</span> <span class="s1">&#39;WRF_Lx25_dx100_FixN.&#39;</span>
<span class="n">sim_keyword_col_les</span> <span class="o">=</span> <span class="s1">&#39;WRF_Lx25_dx100_FixN_def_zi&#39;</span>
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -443,13 +443,13 @@ <h1>Check my LES run<a class="headerlink" href="#check-my-les-run" title="Permal
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Loading variables: f(time)
../../output_les/dharma/sandbox/DHARMA_Lx25km_dx100_FixN.nc
../../output_les/dharma/sandbox/DHARMA_Lx25km_dx200_FixN_def_z0_def_zi.nc
Loading variables: f(time,height)
../../output_les/dharma/sandbox/DHARMA_Lx25km_dx100_FixN.nc
../../output_les/dharma/sandbox/DHARMA_Lx25km_dx200_FixN_def_z0_def_zi.nc
Loading variables: f(time)
../../output_les/wrf/sandbox/WRF_Lx25_dx100_FixN.nc
../../output_les/wrf/sandbox/WRF_Lx25_dx100_FixN_def_zi.nc
Loading variables: f(time,height)
../../output_les/wrf/sandbox/WRF_Lx25_dx100_FixN.nc
../../output_les/wrf/sandbox/WRF_Lx25_dx100_FixN_def_zi.nc
</pre></div>
</div>
</div>
Expand All @@ -462,7 +462,7 @@ <h1>Check my LES run<a class="headerlink" href="#check-my-les-run" title="Permal
</div>
</div>
<div class="cell_output docutils container">
<img alt="../../_images/5c583326ba73f156d735274a590cfeb806569bb0bce5acb3a28f3d7750465dd7.png" src="../../_images/5c583326ba73f156d735274a590cfeb806569bb0bce5acb3a28f3d7750465dd7.png" />
<img alt="../../_images/a119a785c129ecdd2b35f261634f89afe78a33febace7a0aa30eda9840448efa.png" src="../../_images/a119a785c129ecdd2b35f261634f89afe78a33febace7a0aa30eda9840448efa.png" />
</div>
</div>
<div class="cell docutils container">
Expand Down
10 changes: 7 additions & 3 deletions notebooks/plotting/example_plotting.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,10 +464,12 @@ <h1>Evaluation of LES against satellite and ground-based observations<a class="h
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Loading variables: f(time)
../../output_les/dharma/sandbox/DHARMA_Lx25km_dx200_FixN_def_z0.nc
../../output_les/dharma/sandbox/DHARMA_Lx25km_dx200_FixN_def_z0_def_zi.nc
../../output_les/wrf/sandbox/WRF_Lx25_dx100_FixN_def_zi.nc
../../output_les/wrf/sandbox/WRF_Lx25_dx100_FixN_def_z0.nc
Loading variables: f(time,height)
../../output_les/dharma/sandbox/DHARMA_Lx25km_dx200_FixN_def_z0.nc
../../output_les/dharma/sandbox/DHARMA_Lx25km_dx200_FixN_def_z0_def_zi.nc
../../output_les/wrf/sandbox/WRF_Lx25_dx100_FixN_def_zi.nc
../../output_les/wrf/sandbox/WRF_Lx25_dx100_FixN_def_z0.nc
</pre></div>
</div>
Expand All @@ -481,7 +483,7 @@ <h1>Evaluation of LES against satellite and ground-based observations<a class="h
</div>
</div>
<div class="cell_output docutils container">
<img alt="../../_images/cfa24efc3d94c393b5d438db024f9547d551d11200c65eb070b672c2a8688b94.png" src="../../_images/cfa24efc3d94c393b5d438db024f9547d551d11200c65eb070b672c2a8688b94.png" />
<img alt="../../_images/dca4c5eaccbaa5423d9437c5510a1e286840c7ff8e2841a0168895a138b8b352.png" src="../../_images/dca4c5eaccbaa5423d9437c5510a1e286840c7ff8e2841a0168895a138b8b352.png" />
</div>
</div>
<div class="cell docutils container">
Expand All @@ -497,10 +499,12 @@ <h1>Evaluation of LES against satellite and ground-based observations<a class="h
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Loading variables: f(time)
../../output_les/dharma/sandbox/DHARMA_Lx25km_dx200_FixN_def_z0.nc
../../output_les/dharma/sandbox/DHARMA_Lx25km_dx200_FixN_def_z0_def_zi.nc
../../output_les/wrf/sandbox/WRF_Lx25_dx100_FixN_def_zi.nc
../../output_les/wrf/sandbox/WRF_Lx25_dx100_FixN_def_z0.nc
Loading variables: f(time,height)
../../output_les/dharma/sandbox/DHARMA_Lx25km_dx200_FixN_def_z0.nc
../../output_les/dharma/sandbox/DHARMA_Lx25km_dx200_FixN_def_z0_def_zi.nc
../../output_les/wrf/sandbox/WRF_Lx25_dx100_FixN_def_zi.nc
../../output_les/wrf/sandbox/WRF_Lx25_dx100_FixN_def_z0.nc
computing inversion height and cloud-top temperature
using liquid(-ice) potential temperature
Expand All @@ -526,7 +530,7 @@ <h1>Evaluation of LES against satellite and ground-based observations<a class="h
maxy = np.nanmax(masked_verts[..., 1])
</pre></div>
</div>
<img alt="../../_images/3a46502e4b47b04157407e8c833490b774a7e739c7c9f3807acc9e49561eb3da.png" src="../../_images/3a46502e4b47b04157407e8c833490b774a7e739c7c9f3807acc9e49561eb3da.png" />
<img alt="../../_images/1c06ccf8f8cde6d3455e34aa7fe0b0721a72d827501b5fcf094e8e69ef63b1e6.png" src="../../_images/1c06ccf8f8cde6d3455e34aa7fe0b0721a72d827501b5fcf094e8e69ef63b1e6.png" />
</div>
</div>
<div class="cell docutils container">
Expand All @@ -544,7 +548,7 @@ <h1>Evaluation of LES against satellite and ground-based observations<a class="h
Computing wind direction
</pre></div>
</div>
<img alt="../../_images/4af4129cd3e83d2a94a139ea305ec0076267fa671acd11c42c96749f25373e15.png" src="../../_images/4af4129cd3e83d2a94a139ea305ec0076267fa671acd11c42c96749f25373e15.png" />
<img alt="../../_images/c3536701b3dc7d3ed29ac66403c164add6029a15136fd33674d43d42925f8b24.png" src="../../_images/c3536701b3dc7d3ed29ac66403c164add6029a15136fd33674d43d42925f8b24.png" />
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Figure size 1000x600 with 0 Axes&gt;
</pre></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 42fad27

Please sign in to comment.