Skip to content

Commit 5736848

Browse files
committed
small updates
1 parent d6bc8ce commit 5736848

9 files changed

Lines changed: 62 additions & 55 deletions

File tree

_sources/apiFortran/timeAdvLinear.rst.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Linear calculation part of the time stepping (LMLoop)
3838

3939
.. f:automodule:: updateb_mod
4040
41-
4241
``updatePHI.f90``
4342
------------------
4443

_sources/apiPython/misc.rst.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ Additional possible analyses
2323
:members:
2424
:private-members:
2525
:special-members:
26+
27+
.. autoclass:: magic.libmelt
28+
:members:
29+
:private-members:
30+
:special-members:

_sources/inputNamelists/controlNamelist.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,4 +364,4 @@ Miscellaneous
364364
| mpi_packing='single' | Transpose each field individually |
365365
+------------------------+--------------------------------------------------+
366366

367-
* **l_adv_curl** (default :f:var:`l_adv_curl=.false. <l_adv_curl>`) is a logical. When set to True, the advection term is treated as :math:`\vec{u}\times\vec{\omega}` instead of :math:`\vec{u}\vec{\nabla}\vec{u}`. The practical consequence of that is to reduce the number of spectral/spatial Spherical Harmonic Transforms and hence to speed-up the code. Because of the treatment of the viscous heating term in the anelastic approximation, this is only an option when considering Boussinesq models.
367+
* **l_adv_curl** (default :f:var:`l_adv_curl=.true. <l_adv_curl>`) is a logical. When set to True, the advection term is treated as :math:`\vec{u}\times\vec{\omega}` instead of :math:`\vec{u}\vec{\nabla}\vec{u}`. The practical consequence of that is to reduce the number of spectral/spatial Spherical Harmonic Transforms and hence to speed-up the code. Because of the treatment of the viscous heating term in the anelastic approximation, this is only an option when considering Boussinesq models.

apiFortran/timeAdvLinear.html

Lines changed: 45 additions & 51 deletions
Large diffs are not rendered by default.

apiPython/misc.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,12 @@ <h3>Navigation</h3>
701701

702702
</dd></dl>
703703

704+
<dl class="py attribute">
705+
<dt class="sig sig-object py" id="magic.libmelt">
706+
<span class="sig-prename descclassname"><span class="pre">magic.</span></span><span class="sig-name descname"><span class="pre">libmelt</span></span><a class="headerlink" href="#magic.libmelt" title="Link to this definition"></a></dt>
707+
<dd><p>alias of &lt;module ‘magic.libmelt’ from ‘/home/gastine/magic/python/magic/libmelt.py’&gt;</p>
708+
</dd></dl>
709+
704710
</section>
705711

706712

@@ -750,6 +756,7 @@ <h3><a href="../contents.html">Table of Contents</a></h3>
750756
<li><a class="reference internal" href="#magic.Butterfly.plot"><code class="docutils literal notranslate"><span class="pre">Butterfly.plot()</span></code></a></li>
751757
</ul>
752758
</li>
759+
<li><a class="reference internal" href="#magic.libmelt"><code class="docutils literal notranslate"><span class="pre">libmelt</span></code></a></li>
753760
</ul>
754761
</li>
755762
</ul>

genindex.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,6 +2551,8 @@ <h2 id="L">L</h2>
25512551
<li><a href="apiFortran/IOAdd.html#f/rms/lft2lm"><strong>lft2lm (fortran variable in module rms)</strong></a>
25522552
</li>
25532553
<li><a href="apiFortran/baseModules.html#f/special/lgrenoble"><strong>lgrenoble (fortran variable in module special)</strong></a>
2554+
</li>
2555+
<li><a href="apiPython/misc.html#magic.libmelt">libmelt (in module magic)</a>
25542556
</li>
25552557
<li><a href="apiFortran/IOBinaryOutputs.html#f/movie_data/licfield"><strong>licfield (fortran variable in module movie_data)</strong></a>
25562558
</li>

inputNamelists/controlNamelist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ <h2>Miscellaneous<a class="headerlink" href="#miscellaneous" title="Link to this
505505
</table>
506506
</div></blockquote>
507507
</li>
508-
<li><p><strong>l_adv_curl</strong> (default <a class="reference internal" href="../apiFortran/baseModules.html#f/logic/l_adv_curl" title="f/logic/l_adv_curl"><code class="xref f f-var docutils literal notranslate"><span class="pre">l_adv_curl=.false.</span></code></a>) is a logical. When set to True, the advection term is treated as <span class="math notranslate nohighlight">\(\vec{u}\times\vec{\omega}\)</span> instead of <span class="math notranslate nohighlight">\(\vec{u}\vec{\nabla}\vec{u}\)</span>. The practical consequence of that is to reduce the number of spectral/spatial Spherical Harmonic Transforms and hence to speed-up the code. Because of the treatment of the viscous heating term in the anelastic approximation, this is only an option when considering Boussinesq models.</p></li>
508+
<li><p><strong>l_adv_curl</strong> (default <a class="reference internal" href="../apiFortran/baseModules.html#f/logic/l_adv_curl" title="f/logic/l_adv_curl"><code class="xref f f-var docutils literal notranslate"><span class="pre">l_adv_curl=.true.</span></code></a>) is a logical. When set to True, the advection term is treated as <span class="math notranslate nohighlight">\(\vec{u}\times\vec{\omega}\)</span> instead of <span class="math notranslate nohighlight">\(\vec{u}\vec{\nabla}\vec{u}\)</span>. The practical consequence of that is to reduce the number of spectral/spatial Spherical Harmonic Transforms and hence to speed-up the code. Because of the treatment of the viscous heating term in the anelastic approximation, this is only an option when considering Boussinesq models.</p></li>
509509
</ul>
510510
</section>
511511
</section>

objects.inv

6 Bytes
Binary file not shown.

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)