Metadata-Version: 2.1
Name: wrf-python
Version: 1.4.2
Summary: Diagnostic and interpolation routines for WRF-ARW data.
Keywords: python,wrf-python,wrf,forecast,model,weather research and forecasting,interpolation,plotting,plots,meteorology,nwp,numerical weather prediction,diagnostic,science,numpy
Author: Bill Ladwig
Maintainer-Email: GeoCAT <geocat@ucar.edu>
License: Apache-2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Fortran
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Topic :: Software Development
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Project-URL: Repository, https://github.com/NCAR/wrf-python
Project-URL: Documentation, https://wrf-python.rtfd.org
Requires-Python: >=3.10
Requires-Dist: basemap
Requires-Dist: numpy!=1.24.3,>=1.11
Requires-Dist: setuptools>=61
Requires-Dist: wrapt
Requires-Dist: xarray
Description-Content-Type: text/markdown

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.


Installation
----------------------------

    conda install -c conda-forge wrf-python

Documentation
----------------------------------

http://wrf-python.rtfd.org


Citation
------------------

If you use this software, please cite it as described at the [WRF-Python - Citation](
https://wrf-python.readthedocs.io/en/latest/citation.html) page.


--------------------

*The National Center for Atmospheric Research is sponsored by the National
Science Foundation. Any opinions, findings and conclusions or recommendations
expressed in this material do not necessarily reflect the views of the
National Science Foundation.*


