Skip to content

Commit

Permalink
Deployed 52d5cda with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-robinson committed Jan 20, 2025
1 parent 121a38d commit 2c0a31a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dependencies/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h1 id="dependencies">Dependencies</h1>
<ul>
<li><a href="https://www.unidata.ucar.edu/software/netcdf/docs/getting_and_building_netcdf.html">NetCDF</a></li>
<li><a href="http://www.ssisc.org/lis/">Library of Iterative Solvers for Linear Systems</a></li>
<li><a href="https://github.com/cxesmc/runner">'runner' Python library (cxesmc fork)</a></li>
<li><a href="https://github.com/fesmc/runner">'runner' Python library (fesmc version)</a></li>
</ul>
<p>YelmoX is additionally dependent on the following library:</p>
<ul>
Expand All @@ -129,12 +129,12 @@ <h2 id="installing-netcdf-preferably-version-40-or-higher">Installing NetCDF (pr
<h2 id="install-lis-and-fftw">Install LIS and FFTW</h2>
<p>These packages could be installed individually and linked into the <code>libs</code> directory of Yelmox and Yelmo. However, to ensure the right versions are used, etc., we have now made a separate repository for managing the installation of LIS and FFTW from the versions available in that repository. This repository is managed as part of the Fast Earth System Model Community (FESMC).</p>
<p>Please download the code from this repository and see the README for installation instructions:
<a href="https://github.com/fesmc-utils">https://github.com/fesmc-utils</a></p>
<a href="https://github.com/fesm-utils">https://github.com/fesm-utils</a></p>
<h2 id="installing-runner">Installing runner</h2>
<ol>
<li>Install <code>runner</code> to your system's Python installation via <code>pip</code>, along with dependency <code>tabulate</code>.</li>
</ol>
<pre><code class="language-bash">pip install https://github.com/cxesmc/runner/archive/refs/heads/master.zip
<pre><code class="language-bash">pip install https://github.com/fesmc/runner/archive/refs/heads/master.zip
</code></pre>
<p>That's it! Now check that system command <code>job</code> is available by running <code>job -h</code>. If the command is not found, it means that the Python bin directory is not available in your PATH. To add it, typically something like this is needed in your .profile or .bashrc file:</p>
<pre><code class="language-bash">PATH=${PATH}:${HOME}/.local/bin
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,5 +266,5 @@ <h3 id="example-model-domain-intialization">Example model domain intialization</

<!--
MkDocs version : 1.6.0
Build Date UTC : 2025-01-20 14:33:26.679633+00:00
Build Date UTC : 2025-01-20 14:43:31.133996+00:00
-->
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 2c0a31a

Please sign in to comment.