A collection of diagnostic and interpolation routines for use with output from the Weather Research and Forecasting (WRF-ARW) Model.
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.
 
 
 
 
 
 
Kevin Hallock b6311a40d3 Fix conda install instructions for 2019 workshop 6 years ago
.circleci Split pycodestyle install and run into separate commands 6 years ago
build_scripts Updated build scripts to use environment compile flags. 6 years ago
conda_recipe Fix doc printing of fill values. Update recipe based on Travis CI failures with sizes executable. 7 years ago
doc Fix conda install instructions for 2019 workshop 6 years ago
fortran marked file action as read 6 years ago
hpc_install Updated hpc install scripts to match what is actually on yellowstone 8 years ago
src/wrf Added internals docs. Added contrib dirs 6 years ago
test Created testing environments and updated utests.py to use NCL from conda 6 years ago
.gitignore Fix .gitignore for f2py generated files 7 years ago
CODE_OF_CONDUCT.md Added UCAR code of conduct 6 years ago
LICENSE Licensed under Apache 2 license. 7 years ago
MANIFEST.in Added ompgen template to manifest 6 years ago
README.md Added NSF disclaimer to README 6 years ago
chey_intel.py PEP 8 6 years ago
linux.yml Added environment yaml files 6 years ago
osx.yml Added environment yaml files 6 years ago
requirements.txt Removed version constraints for setuptools and wrapt. 7 years ago
setup.py PEP 8 6 years ago
testenv2.yml Created testing environments and updated utests.py to use NCL from conda 6 years ago
testenv3.yml Created testing environments and updated utests.py to use NCL from conda 6 years ago
win64.yml Added environment yaml files 6 years ago

README.md

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

Ladwig, W. (2017). wrf-python (Version x.x.x) [Software]. Boulder, Colorado: UCAR/NCAR. https://doi.org/10.5065/D6W094P1 

Note: The version number x.x.x should be set to the version of wrf-python that you are using.


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.