LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
build_scripts/chey_intel_mkl_omp.sh
build_scripts/gnu_no_omp.sh
build_scripts/gnu_omp.sh
build_scripts/win_mingw_no_omp.bat
build_scripts/win_mingw_omp.bat
build_scripts/win_msvc_mingw_no_omp.bat
build_scripts/win_msvc_mingw_omp.bat
doc/Makefile
doc/make.bat
doc/source/api.rst
doc/source/basic_usage.rst
doc/source/citation.rst
doc/source/conf.py
doc/source/contrib.rst
doc/source/diagnostics.rst
doc/source/faq.rst
doc/source/index.rst
doc/source/installation.rst
doc/source/license.rst
doc/source/new.rst
doc/source/plot.rst
doc/source/support.rst
doc/source/tutorial.rst
doc/source/_static/images/basemap_500.png
doc/source/_static/images/basemap_front.png
doc/source/_static/images/basemap_slp.png
doc/source/_static/images/cartopy_500.png
doc/source/_static/images/cartopy_cross.png
doc/source/_static/images/cartopy_slp.png
doc/source/_static/images/cross_mtns.png
doc/source/_static/images/matthew.png
doc/source/_static/images/matthew_cross.png
doc/source/_static/images/nsf.png
doc/source/_templates/product_table.txt
doc/source/_templates/subproducts.txt
doc/source/_templates/wrf_class.rst
doc/source/internal_api/index.rst
doc/source/internal_api/generated/README
doc/source/tutorials/boise_2018.rst
doc/source/tutorials/tutorial_03_2018.rst
doc/source/tutorials/wrf_workshop_2017.rst
doc/source/tutorials/wrf_workshop_2018.rst
doc/source/user_api/index.rst
doc/source/user_api/generated/README
fortran/calc_uh.f90
fortran/eqthecalc.f90
fortran/omp.f90
fortran/ompgen.F90.template
fortran/rip_cape.f90
fortran/wrf_cloud_fracf.f90
fortran/wrf_constants.f90
fortran/wrf_fctt.f90
fortran/wrf_pvo.f90
fortran/wrf_pw.f90
fortran/wrf_relhl.f90
fortran/wrf_rip_phys_routines.f90
fortran/wrf_testfunc.f90
fortran/wrf_user.f90
fortran/wrf_user_dbz.f90
fortran/wrf_user_latlon_routines.f90
fortran/wrf_vinterp.f90
fortran/wrf_wind.f90
fortran/build_help/omp_sizes.f90
fortran/build_help/sub_sizes.py
src/wrf/__init__.py
src/wrf/api.py
src/wrf/cache.py
src/wrf/computation.py
src/wrf/config.py
src/wrf/constants.py
src/wrf/coordpair.py
src/wrf/decorators.py
src/wrf/destag.py
src/wrf/extension.py
src/wrf/g_cape.py
src/wrf/g_cloudfrac.py
src/wrf/g_ctt.py
src/wrf/g_dbz.py
src/wrf/g_dewpoint.py
src/wrf/g_geoht.py
src/wrf/g_helicity.py
src/wrf/g_latlon.py
src/wrf/g_omega.py
src/wrf/g_precip.py
src/wrf/g_pressure.py
src/wrf/g_pw.py
src/wrf/g_rh.py
src/wrf/g_slp.py
src/wrf/g_temp.py
src/wrf/g_terrain.py
src/wrf/g_times.py
src/wrf/g_uvmet.py
src/wrf/g_vorticity.py
src/wrf/g_wind.py
src/wrf/geobnds.py
src/wrf/interp.py
src/wrf/interputils.py
src/wrf/latlonutils.py
src/wrf/metadecorators.py
src/wrf/projection.py
src/wrf/projutils.py
src/wrf/py3compat.py
src/wrf/routines.py
src/wrf/specialdec.py
src/wrf/units.py
src/wrf/util.py
src/wrf/version.py
src/wrf/data/psadilookup.dat
src/wrf_python.egg-info/PKG-INFO
src/wrf_python.egg-info/SOURCES.txt
src/wrf_python.egg-info/dependency_links.txt
src/wrf_python.egg-info/requires.txt
src/wrf_python.egg-info/top_level.txt
test/test_filevars.py
test/test_inputs.py
test/test_multi_cache.py
test/test_omp.py
test/test_proj_params.py
test/test_units.py