|
31 | 31 | <link href="_static/styles/pydata-sphinx-theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" /> |
32 | 32 |
|
33 | 33 | <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" /> |
| 34 | + <link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" /> |
34 | 35 | <link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=b6ad3417" /> |
35 | 36 |
|
36 | 37 | <!-- So that users can add custom icons --> |
|
42 | 43 | <script src="_static/documentation_options.js?v=5929fcd5"></script> |
43 | 44 | <script src="_static/doctools.js?v=9bcbadda"></script> |
44 | 45 | <script src="_static/sphinx_highlight.js?v=dc90522c"></script> |
| 46 | + <script src="_static/design-tabs.js?v=f930bc37"></script> |
45 | 47 | <script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> |
46 | 48 | <script>window.MathJax = {"tex": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true}, "options": {"ignoreHtmlClass": "tex2jax_ignore|mathjax_ignore|document", "processHtmlClass": "tex2jax_process|mathjax_process|math|output_area"}}</script> |
47 | 49 | <script defer="defer" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> |
|
317 | 319 |
|
318 | 320 | <section id="sea-ice-model-package-spyice"> |
319 | 321 | <h1>Sea-Ice Model Package (SPyIce)<a class="headerlink" href="#sea-ice-model-package-spyice" title="Link to this heading">#</a></h1> |
320 | | -<p>The SPyIce package is a software tool that enables 1D finite difference simulation for vertical transport equations. It specifically focuses on thermal diffusion with the influence of salinity and physical properties. The package utilizes the Thomas tridiagonal solver as the solver algorithm. With SPyIce, users can model and analyze the behavior of temperature, salinity, and other relevant variables in a vertical system. It provides a comprehensive framework for studying the thermal diffusion process and its interaction with salinity in various scenarios. Hydra is used to automate the simulation runs of the Sea-Ice Model. It is used to manage and run sea ice simulations, making it easier for users to explore different scenarios and optimize their models. |
321 | | -You can also model microalgae bloom on sea ice and how nutrient transport, sunlight and radiation affects its growth with this package.</p> |
| 322 | +<p>The SPyIce package is a software tool that enables 1D finite difference simulation for vertical transport equations. It specifically focuses on thermal-solute advection-diffusion with the influence of desalination mechanisms and physical properties. The package utilizes the Thomas tridiagonal solver as the solver algorithm. With SPyIce, users can model and analyze the behavior of temperature, salinity, and other relevant variables in a vertical system. It provides a comprehensive framework for studying the thermal diffusion process and its interaction with salinity in various scenarios. Hydra is used to automate the simulation runs of the Sea-Ice Model. It is used to manage and run sea ice simulations, making it easier for users to explore different scenarios and optimize their models. |
| 323 | +You can also model microalgae bloom near the sea ice-ocean interface and how nutrient transport, sunlight and radiation affects its growth with this package.</p> |
322 | 324 | <div class="pst-scrollable-table-container"><table class="table table-center"> |
323 | 325 | <colgroup> |
324 | 326 | <col style="width: 33.3%" /> |
@@ -355,19 +357,70 @@ <h1>Sea-Ice Model Package (SPyIce)<a class="headerlink" href="#sea-ice-model-pac |
355 | 357 | </table> |
356 | 358 | </div> |
357 | 359 | </section> |
| 360 | +<section id="examples"> |
| 361 | +<h1>Examples<a class="headerlink" href="#examples" title="Link to this heading">#</a></h1> |
| 362 | +<div class="pst-scrollable-table-container"><table class="table table-center"> |
| 363 | +<colgroup> |
| 364 | +<col style="width: 20.0%" /> |
| 365 | +<col style="width: 20.0%" /> |
| 366 | +<col style="width: 20.0%" /> |
| 367 | +<col style="width: 20.0%" /> |
| 368 | +<col style="width: 20.0%" /> |
| 369 | +</colgroup> |
| 370 | +<tbody> |
| 371 | +<tr class="row-odd"><td><figure class="align-center" id="id4"> |
| 372 | +<a class="reference internal image-reference" href="_images/main_original.png"><img alt="_images/main_original.png" src="_images/main_original.png" style="width: 200px;" /> |
| 373 | +</a> |
| 374 | +<figcaption> |
| 375 | +<p><span class="caption-text"><a class="reference internal" href="quick_start/example/main_original.html"><span class="doc">Quick start example</span></a></span><a class="headerlink" href="#id4" title="Link to this image">#</a></p> |
| 376 | +</figcaption> |
| 377 | +</figure> |
| 378 | +</td> |
| 379 | +<td><figure class="align-center" id="id5"> |
| 380 | +<a class="reference internal image-reference" href="_images/jupyter_run.png"><img alt="_images/jupyter_run.png" src="_images/jupyter_run.png" style="width: 200px;" /> |
| 381 | +</a> |
| 382 | +<figcaption> |
| 383 | +<p><span class="caption-text"><a class="reference internal" href="quick_start/example/jupyter_run.html"><span class="doc">Heat-Salt transport in sea ice</span></a></span><a class="headerlink" href="#id5" title="Link to this image">#</a></p> |
| 384 | +</figcaption> |
| 385 | +</figure> |
| 386 | +</td> |
| 387 | +<td><figure class="align-center" id="id6"> |
| 388 | +<a class="reference internal image-reference" href="_images/jupyter_run_radiation.png"><img alt="_images/jupyter_run_radiation.png" src="_images/jupyter_run_radiation.png" style="width: 200px;" /> |
| 389 | +</a> |
| 390 | +<figcaption> |
| 391 | +<p><span class="caption-text"><a class="reference internal" href="quick_start/example/jupyter_run_radiation.html"><span class="doc">Heat-Salt transport with radiation and gravity drainage</span></a></span><a class="headerlink" href="#id6" title="Link to this image">#</a></p> |
| 392 | +</figcaption> |
| 393 | +</figure> |
| 394 | +</td> |
| 395 | +<td><figure class="align-center" id="id7"> |
| 396 | +<a class="reference internal image-reference" href="_images/jupyter_run_algae.png"><img alt="_images/jupyter_run_algae.png" src="_images/jupyter_run_algae.png" style="width: 200px;" /> |
| 397 | +</a> |
| 398 | +<figcaption> |
| 399 | +<p><span class="caption-text"><a class="reference internal" href="quick_start/example/jupyter_run_algae.html"><span class="doc">Biogeochemical system response to transport mechanics</span></a></span><a class="headerlink" href="#id7" title="Link to this image">#</a></p> |
| 400 | +</figcaption> |
| 401 | +</figure> |
| 402 | +</td> |
| 403 | +<td><figure class="align-center" id="id8"> |
| 404 | +<a class="reference internal image-reference" href="_images/example-4.png"><img alt="_images/example-4.png" src="_images/example-4.png" style="width: 200px;" /> |
| 405 | +</a> |
| 406 | +<figcaption> |
| 407 | +<p><span class="caption-text"><a class="reference internal" href="quick_start/example/example-4-different-userinputs.html"><span class="doc">Comparison with different inputs</span></a></span><a class="headerlink" href="#id8" title="Link to this image">#</a></p> |
| 408 | +</figcaption> |
| 409 | +</figure> |
| 410 | +</td> |
| 411 | +</tr> |
| 412 | +</tbody> |
| 413 | +</table> |
| 414 | +</div> |
| 415 | +</section> |
358 | 416 | <section id="contents"> |
359 | 417 | <h1>Contents<a class="headerlink" href="#contents" title="Link to this heading">#</a></h1> |
360 | 418 | <div class="toctree-wrapper compound"> |
361 | 419 | <ul> |
362 | 420 | <li class="toctree-l1"><a class="reference internal" href="report/_index.html">About</a></li> |
363 | 421 | <li class="toctree-l1"><a class="reference internal" href="quick_start/installation.html">Installation</a></li> |
364 | 422 | <li class="toctree-l1"><a class="reference internal" href="api/_index.html">API</a></li> |
365 | | -<li class="toctree-l1"><a class="reference internal" href="user_guide/cmd_run.html">To run on command line</a></li> |
366 | | -<li class="toctree-l1"><a class="reference internal" href="user_guide/jupyter_run.html">To run on jupyter notebook</a></li> |
367 | | -<li class="toctree-l1"><a class="reference internal" href="user_guide/hatch.html">Running Tests</a></li> |
368 | | -<li class="toctree-l1"><a class="reference internal" href="user_guide/hatch.html#static-analysis">Static Analysis</a></li> |
369 | | -<li class="toctree-l1"><a class="reference internal" href="user_guide/hatch.html#type-hinting">Type Hinting</a></li> |
370 | | -<li class="toctree-l1"><a class="reference internal" href="quick_start/example/_index.html">Examples</a></li> |
| 423 | +<li class="toctree-l1"><a class="reference internal" href="user_guide/_index.html">User Guide</a></li> |
371 | 424 | </ul> |
372 | 425 | </div> |
373 | 426 | </section> |
@@ -411,6 +464,7 @@ <h1>Contents<a class="headerlink" href="#contents" title="Link to this heading"> |
411 | 464 | <nav class="bd-toc-nav page-toc" aria-labelledby="pst-page-navigation-heading-2"> |
412 | 465 | <ul class="visible nav section-nav flex-column"> |
413 | 466 | <li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#">Sea-Ice Model Package (SPyIce)</a></li> |
| 467 | +<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#examples">Examples</a></li> |
414 | 468 | <li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#contents">Contents</a></li> |
415 | 469 | </ul> |
416 | 470 |
|
|
0 commit comments