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.
 
 
 
 
 
 
Bill Ladwig 48f406c263 Fixed issue with coordinate cache key name conflict. 7 years ago
build_scripts Added OpenMP runtime library wrappers and build scripts 7 years ago
conda_recipe Updated recipe 8 years ago
doc Fixed issue with coordinate cache key name conflict. 7 years ago
fortran Added a fortran routine to determine if OpenMP has been enabled. Added a python wrapper, and updated the default omp.f90 and wrffortran.pyf. 7 years ago
hpc_install Updated hpc install scripts to match what is actually on yellowstone 8 years ago
src/wrf Fixed issue with coordinate cache key name conflict. 7 years ago
test Changed default cfrac to use height_agl as the type. Since NCL never advertised this function, and it never really worked correctly before, breaking backwards compatibility is less of an issue. 7 years ago
.gitignore Updated ignore file to ignore the pyf and default omp.f90 files, along with other junk 7 years ago
LICENSE Documentation updates. Added more packaging boilerplate. Updated version to 1.0b. 8 years ago
MANIFEST.in Saving recipes that are mostly working with conda-forge. Fixed warnings with MANIFEST.in 8 years ago
README.md Updated README.md 7 years ago
requirements.txt Added fix for issues from xarray 0.9, which was caused by xarray no longer including default dimensions in to coordinate mappings. Updated documentation and notebooks. Modified documentation URL in setup. Dropping requirement for numpy 1.9 8 years ago
setup.py Added OpenMP runtime library wrappers and build scripts 7 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.