﻿nonhydro
========

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

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



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





.. rubric:: Submodules

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

   
   * - :py:mod:`grid <fridom.nonhydro.grid>`
     - Module that stores all available grids for the non-hydrostatic model.
   * - :py:mod:`modules <fridom.nonhydro.modules>`
     - A collection of modules for the nonhydrostatic model.
   * - :py:mod:`initial_conditions <fridom.nonhydro.initial_conditions>`
     - Initial Conditions for the Nonhydrostatic Model.
   * - :py:mod:`time_steppers <fridom.framework.time_steppers>`
     - Time Steppers.
   * - :py:mod:`utils <fridom.framework.utils>`
     - Utility functions and classes for the FRIDOM framework.
   * - :py:mod:`projection <fridom.framework.projection>`
     - Projection.

..
   .. autosummary::
      :toctree:
      :recursive:
      
      fridom.nonhydro.grid
      fridom.nonhydro.modules
      fridom.nonhydro.initial_conditions
      fridom.framework.time_steppers
      fridom.framework.utils
      fridom.framework.projection

.. toctree::
   :includehidden:
   :hidden:

   
   fridom.nonhydro.grid
   fridom.nonhydro.modules
   fridom.nonhydro.initial_conditions
   fridom.framework.time_steppers
   fridom.framework.utils
   fridom.framework.projection




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





.. rubric:: Classes, Functions, and Variables





.. currentmodule:: fridom.framework.configuration

.. autosummary::
   :toctree:
   :recursive:
   
   config


.. currentmodule:: fridom.framework.logger

.. autosummary::
   :toctree:
   :recursive:
   
   log


.. currentmodule:: fridom.nonhydro.model_settings

.. autosummary::
   :toctree:
   :recursive:
   
   ModelSettings


.. currentmodule:: fridom.nonhydro

.. autosummary::
   :toctree:
   :recursive:
   
   State
   DiagnosticState


.. currentmodule:: fridom.framework.field_metadata

.. autosummary::
   :toctree:
   :recursive:
   
   FieldMetadata


.. currentmodule:: fridom.framework.scalar_field

.. autosummary::
   :toctree:
   :recursive:
   
   ScalarField


.. currentmodule:: fridom.framework.vector_field

.. autosummary::
   :toctree:
   :recursive:
   
   VectorField


.. currentmodule:: fridom.framework.tensor_field

.. autosummary::
   :toctree:
   :recursive:
   
   TensorField


.. currentmodule:: fridom.framework.model_state

.. autosummary::
   :toctree:
   :recursive:
   
   ModelState


.. currentmodule:: fridom.framework.model

.. autosummary::
   :toctree:
   :recursive:
   
   Model


.. currentmodule:: fridom.framework.clock

.. autosummary::
   :toctree:
   :recursive:
   
   Clock
   TimingFormat


.. currentmodule:: fridom.framework.clock_trigger

.. autosummary::
   :toctree:
   :recursive:
   
   ClockTrigger





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

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

