forked from 3rdparty/wrf-python
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
876 B
43 lines
876 B
.. wrf-python documentation master file, created by |
|
sphinx-quickstart on Wed Jun 29 14:57:16 2016. |
|
You can adapt this file completely to your liking, but it should at least |
|
contain the root `toctree` directive. |
|
|
|
|
|
wrf-python |
|
=========== |
|
|
|
|
|
wrf-python is a package to help users working with the Weather |
|
Research and Forecasting Model (WRF-ARW) output. wrf-python includes over |
|
thirty diagnostics calculations along with various interpolation routines. When |
|
coupled with either matplotlib or PyNGL, users can create plots like this: |
|
|
|
.. image:: _static/images/matthew.png |
|
:scale: 100% |
|
:align: center |
|
|
|
|
|
Documentation |
|
================== |
|
|
|
.. toctree:: |
|
:maxdepth: 2 |
|
|
|
./new |
|
./installation |
|
./diagnostics |
|
./basic_usage |
|
./plot |
|
./api |
|
./license |
|
|
|
|
|
|
|
Indices and tables |
|
================== |
|
|
|
* :ref:`genindex` |
|
* :ref:`modindex` |
|
* :ref:`search` |
|
|
|
|