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.
58 lines
1.6 KiB
58 lines
1.6 KiB
.. 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. |
|
|
|
.. meta:: |
|
:description: Diagnostic and interpolation routines for WRF ARW data |
|
:keywords: wrf, python, wrf-python, weather research and forecasting, |
|
weather research and forecasting model, model, weather, |
|
numerical weather prediction, model, matplotlib, cartopy, |
|
wrf-arw, arw, ncar, ucar, cisl, ncl, ncar command language, |
|
national center for atmospheric research, |
|
university corporation for atmospheric research, |
|
pynio, pyngl, interpolation |
|
|
|
wrf-python |
|
=========== |
|
|
|
A collection of diagnostic and interpolation routines for use with output from |
|
the Weather Research and Forecasting (WRF-ARW) Model. |
|
|
|
This package provides over 30 diagnostic calculations, |
|
several interpolation routines, and utilities to help with plotting |
|
via cartopy, basemap, or PyNGL. The functionality is similar to what is |
|
provided by the NCL WRF package. |
|
|
|
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 |
|
./faq |
|
./support |
|
./license |
|
./workshop |
|
|
|
|
|
Indices and tables |
|
================== |
|
|
|
* :ref:`genindex` |
|
* :ref:`modindex` |
|
* :ref:`search` |
|
|
|
|