modules
=======

Module: :py:mod:`fridom.nonhydro.modules`

.. ==================================================
..  Template for modules that are __init__.py files
.. ==================================================



.. --------------------------------------------------
..  Submodules Section
.. --------------------------------------------------





.. rubric:: Submodules

.. list-table::
   :widths: 10 90

   
   * - :py:mod:`advection <fridom.nonhydro.modules.advection>`
     - A collection of modules for the nonhydrostatic model.
   * - :py:mod:`closures <fridom.nonhydro.modules.closures>`
     - Closures for the non-hydrostatic model.
   * - :py:mod:`pressure_solvers <fridom.nonhydro.modules.pressure_solvers>`
     - Pressure solvers for the non-hydrostatic model.
   * - :py:mod:`advection <fridom.nonhydro.modules.advection>`
     - A collection of modules for the nonhydrostatic model.
   * - :py:mod:`forcings <fridom.nonhydro.modules.forcings>`
     - Forcing modules for the nonhydrostatic model.
   * - :py:mod:`animation <fridom.framework.modules.animation>`
     - Modules for creating animated output of the model.

..
   .. autosummary::
      :toctree:
      :recursive:
      
      fridom.nonhydro.modules.advection
      fridom.nonhydro.modules.closures
      fridom.nonhydro.modules.pressure_solvers
      fridom.nonhydro.modules.advection
      fridom.nonhydro.modules.forcings
      fridom.framework.modules.animation

.. toctree::
   :includehidden:
   :hidden:

   
   fridom.nonhydro.modules.advection
   fridom.nonhydro.modules.closures
   fridom.nonhydro.modules.pressure_solvers
   fridom.nonhydro.modules.advection
   fridom.nonhydro.modules.forcings
   fridom.framework.modules.animation




.. --------------------------------------------------
..  Classes, Functions, and Variables Section
.. --------------------------------------------------





.. rubric:: Classes, Functions, and Variables





.. currentmodule:: fridom.nonhydro.modules.linear_tendency

.. autosummary::
   :toctree:
   :recursive:
   
   LinearTendency


.. currentmodule:: fridom.nonhydro.modules.tendency_divergence

.. autosummary::
   :toctree:
   :recursive:
   
   TendencyDivergence


.. currentmodule:: fridom.nonhydro.modules.pressure_gradient_tendency

.. autosummary::
   :toctree:
   :recursive:
   
   PressureGradientTendency


.. currentmodule:: fridom.nonhydro.modules.main_tendency

.. autosummary::
   :toctree:
   :recursive:
   
   MainTendency


.. currentmodule:: fridom.nonhydro.modules.diagnostics

.. autosummary::
   :toctree:
   :recursive:
   
   Diagnostics


.. currentmodule:: fridom.framework.modules

.. autosummary::
   :toctree:
   :recursive:
   
   NaNChecker
   NetCDFWriter
   Ramper
   RestartModule
   ResetTendency


.. currentmodule:: fridom.framework.modules.module

.. autosummary::
   :toctree:
   :recursive:
   
   Module
   module_method


.. currentmodule:: fridom.framework.modules.figure_saver

.. autosummary::
   :toctree:
   :recursive:
   
   FigureSaver





.. automodule:: fridom.nonhydro.modules
   :no-members:
   :no-inherited-members:
   :no-special-members:
   :no-private-members:
   :undoc-members:

.. ==================================================
..  Template for modules that are no __init__.py files
.. ==================================================

