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 76a2565764 Fixed issues found during unit testing 7 years ago
..
data Completed the backporting of fortran 90 code to NCL. All routines should now pass numpy views directly to fortran to be filled rather than copying. Multi-product output now moves the product type to the left index. Raw computational routines have a public API (not tested yet however). Lots of clean-up done, and lots remaining. 9 years ago
__init__.py Updated build scripts, manifest, requirements, install docs 7 years ago
api.py Changed vertcross and interpline to use a CoordPair for the lower left corner point. 7 years ago
cache.py Added ability to adjust coordinate cache sizes as well as set it to 0 to disable it. Closes #5 8 years ago
computation.py Updated documentation for cfrac 7 years ago
config.py Fixed issue with coordinate cache key name conflict. 7 years ago
constants.py Fixed issue with coordinate cache key name conflict. 7 years ago
coordpair.py Changed vertcross and interpline to use a CoordPair for the lower left corner point. 7 years ago
decorators.py Fixed numerous issues with reading scalars and non-grid variables from the NetCDF file using getvar. Adds unit tests for reading file variables. Fixes #37 7 years ago
destag.py Updated API documentation. Added levels to the vertcross routine so users can specify their own vertical levels 9 years ago
extension.py Fixed issues found during unit testing 7 years ago
g_cape.py Renamed the internal 'get_' modules to have their names start with 'g_' to avoid naming issues with the raw computational routines. Closes #33. Closes #32. 7 years ago
g_cloudfrac.py Updated documentation 7 years ago
g_ctt.py Renamed the internal 'get_' modules to have their names start with 'g_' to avoid naming issues with the raw computational routines. Closes #33. Closes #32. 7 years ago
g_dbz.py Renamed the internal 'get_' modules to have their names start with 'g_' to avoid naming issues with the raw computational routines. Closes #33. Closes #32. 7 years ago
g_dewpoint.py Renamed the internal 'get_' modules to have their names start with 'g_' to avoid naming issues with the raw computational routines. Closes #33. Closes #32. 7 years ago
g_geoht.py Added a product for the vertical staggered grid. Fixes #20. 7 years ago
g_helicity.py Renamed the internal 'get_' modules to have their names start with 'g_' to avoid naming issues with the raw computational routines. Closes #33. Closes #32. 7 years ago
g_latlon.py Renamed the internal 'get_' modules to have their names start with 'g_' to avoid naming issues with the raw computational routines. Closes #33. Closes #32. 7 years ago
g_omega.py Renamed the internal 'get_' modules to have their names start with 'g_' to avoid naming issues with the raw computational routines. Closes #33. Closes #32. 7 years ago
g_precip.py Renamed the internal 'get_' modules to have their names start with 'g_' to avoid naming issues with the raw computational routines. Closes #33. Closes #32. 7 years ago
g_pressure.py Renamed the internal 'get_' modules to have their names start with 'g_' to avoid naming issues with the raw computational routines. Closes #33. Closes #32. 7 years ago
g_pw.py Renamed the internal 'get_' modules to have their names start with 'g_' to avoid naming issues with the raw computational routines. Closes #33. Closes #32. 7 years ago
g_rh.py Renamed the internal 'get_' modules to have their names start with 'g_' to avoid naming issues with the raw computational routines. Closes #33. Closes #32. 7 years ago
g_slp.py Renamed the internal 'get_' modules to have their names start with 'g_' to avoid naming issues with the raw computational routines. Closes #33. Closes #32. 7 years ago
g_temp.py Renamed the internal 'get_' modules to have their names start with 'g_' to avoid naming issues with the raw computational routines. Closes #33. Closes #32. 7 years ago
g_terrain.py Renamed the internal 'get_' modules to have their names start with 'g_' to avoid naming issues with the raw computational routines. Closes #33. Closes #32. 7 years ago
g_times.py Renamed the internal 'get_' modules to have their names start with 'g_' to avoid naming issues with the raw computational routines. Closes #33. Closes #32. 7 years ago
g_uvmet.py Renamed the internal 'get_' modules to have their names start with 'g_' to avoid naming issues with the raw computational routines. Closes #33. Closes #32. 7 years ago
g_vorticity.py Renamed the internal 'get_' modules to have their names start with 'g_' to avoid naming issues with the raw computational routines. Closes #33. Closes #32. 7 years ago
g_wind.py Renamed the internal 'get_' modules to have their names start with 'g_' to avoid naming issues with the raw computational routines. Closes #33. Closes #32. 7 years ago
geobnds.py Renamed the geobounds function since it was confusing the autosummary tool with Sphinx. Updated documentation. 8 years ago
interp.py Changed vertcross and interpline to use a CoordPair for the lower left corner point. 7 years ago
interputils.py Changed vertcross and interpline to use a CoordPair for the lower left corner point. 7 years ago
latlonutils.py Changed vertcross and interpline to use a CoordPair for the lower left corner point. 7 years ago
metadecorators.py Changed vertcross and interpline to use a CoordPair for the lower left corner point. 7 years ago
projection.py Fix typo with missing geobounds argument for PolarStereographic. 7 years ago
projutils.py Now uses CoordPair for vertical cross sections so that lat/lon points can be used directly. 9 years ago
py3compat.py Now uses CoordPair for vertical cross sections so that lat/lon points can be used directly. 9 years ago
routines.py Added a product for the vertical staggered grid. Fixes #20. 7 years ago
specialdec.py Fixed numerous issues with reading scalars and non-grid variables from the NetCDF file using getvar. Adds unit tests for reading file variables. Fixes #37 7 years ago
units.py Added docstrings to all functions. Modified some argument names for better consistency. Added unit support to raw computational algorithms. Modified setup.py to work with readthedocs. Modifyied conf.py to use mocks for readthedocs. Modified gitignore to ignore the generated documentation folder. 9 years ago
util.py Changed vertcross and interpline to use a CoordPair for the lower left corner point. 7 years ago
version.py Updated documentation. 7 years ago