Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ai33L committed Mar 9, 2024
1 parent 3c57f08 commit 48db6f6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
13 changes: 7 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ https://sympl.readthedocs.io.
Installation
-------------

Note - The GFS dynamical core has been made into a seperate package called
gfs_dynamical_core_ for ease of maintenance. If you need the dynamical core,
please install this package from source or directly using pip. Doing this will
automatically install climt as well.

pip install gfs_dynamical_core

climt can be installed directly from the python package index using pip.

pip install climt
Expand All @@ -71,12 +78,6 @@ should work on most systems. From version 0.9.2 onwards, this command will
install binary wheels, eliminating the requirement of a compiler on your
system.

Note - The GFS dynamical core has been made into a seperate package called
gfs_dynamical_core_ for ease of maintenance. If you need the dynamical core,
please install this package from source or directly using pip.

pip install gfs_dynamical_core

Detailed instructions for Mac and Linux systems are available in the `documentation`_.

Features
Expand Down
9 changes: 0 additions & 9 deletions docs/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ Components
This page documents the different components available through climt.


Dynamics
---------

.. autosummary::
:toctree: generated/

GFSDynamicalCore
GFSDynamicalCore.__call__

Radiation
---------

Expand Down
11 changes: 11 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ Installation
Stable release
--------------

.. NOTE::

The GFS dynamical core has been made into a seperate package called
gfs_dynamical_core_ for ease of maintenance. If you need the dynamical core,
please install this package from source or directly using pip. Doing this will
automatically install climt as well.

.. code-block:: console
$ install gfs_dynamical_core
You can install climt by simply typing

.. code-block:: console
Expand Down

0 comments on commit 48db6f6

Please sign in to comment.