Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 3, 2024
1 parent 7e33149 commit 9c7445e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _modules/pysurfex/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ <h1>Source code for pysurfex.configuration</h1><div class="highlight"><pre>
<span class="n">gsize</span> <span class="o">=</span> <span class="nb">float</span><span class="p">(</span><span class="n">env</span><span class="p">[</span><span class="s2">&quot;LGSIZE&quot;</span><span class="p">])</span>
<span class="n">trunc</span> <span class="o">=</span> <span class="mi">2</span> <span class="c1"># linear</span>
<span class="k">if</span> <span class="s2">&quot;TRUNC&quot;</span> <span class="ow">in</span> <span class="n">env</span><span class="p">:</span>
<span class="n">trunc</span> <span class="o">=</span> <span class="nb">int</span><span class="p">(</span><span class="n">env</span><span class="p">[</span><span class="s2">&quot;TRUNC&quot;</span><span class="p">])</span>
<span class="n">trunc</span> <span class="o">=</span> <span class="nb">float</span><span class="p">(</span><span class="n">env</span><span class="p">[</span><span class="s2">&quot;TRUNC&quot;</span><span class="p">])</span>
<span class="n">domain_dict</span> <span class="o">=</span> <span class="p">{</span>
<span class="s2">&quot;nam_pgd_grid&quot;</span><span class="p">:</span> <span class="p">{</span><span class="s2">&quot;cgrid&quot;</span><span class="p">:</span> <span class="s2">&quot;CONF PROJ&quot;</span><span class="p">},</span>
<span class="s2">&quot;nam_conf_proj&quot;</span><span class="p">:</span> <span class="p">{</span>
Expand Down
2 changes: 1 addition & 1 deletion _sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. SURFEX Python API documentation master file, created by
auto_sphinx.py on Wed Sep 25 09:23:08 2024
auto_sphinx.py on Thu Oct 3 12:07:38 2024
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Expand Down

0 comments on commit 9c7445e

Please sign in to comment.