144 Commits (8fd75f893a26d789412c28304de96d2163bc0e30)
 

Author SHA1 Message Date
Bill Ladwig 0cbd0407a5 prebeta recipe 9 years ago
Bill Ladwig 68b9f1a6eb 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
Bill Ladwig 179db835ba Updated ipython notebooks 9 years ago
Bill Ladwig 99d1e60863 Fixed accidental removal of future declarations 9 years ago
Bill Ladwig ff6a3fae37 Fixed issue with utf-8 character in docstring 9 years ago
Bill Ladwig 8b39ad4b3e updated conda recipe 9 years ago
Bill Ladwig e0560ba4f0 Added a conda recipe. Metadata cleanup for wind and interpolation. Wind algorithms now put the u_v dimension as left-most, like in NCL. 9 years ago
Bill Ladwig 0da48c93d2 Fix argument ordering issue with dfilter2d 9 years ago
Bill Ladwig 8e82d45d5c views can now be passed to fortran routines in order to prevent copying when using multiple times. Modified decorators to support this feature. 9 years ago
Bill Ladwig 675c920f0b Unit tests now all pass in python 3 9 years ago
Bill Ladwig 5887669d5b changed package path 9 years ago
Bill Ladwig da689aaa1c removed the python directory 9 years ago
Bill Ladwig 985cd38bcc removed the wrf_open directory 9 years ago
Bill Ladwig 89924267da Fixed compatability issues with Python 3 9 years ago
Bill Ladwig 465582a6e7 Added the ipython notebook demo. Modified the unit tests to remove the var package 9 years ago
Bill Ladwig c7f5f0917f removed the var package. wrf is no longer a namespace package. 9 years ago
Bill Ladwig ea7adb994f Fixed problems with the moving domain. Added performance tweaks to the cat operation and fixed the behavior of the cat operation to properly extract the correct time index. Fixed the join operation with multiple files/times. Now supports negative indexes and uses None to get all times. Added an ALL_TIMES constant for readability. 9 years ago
Bill Ladwig 101895d3f4 generators and iterables no longer get expanded in lists. 9 years ago
Bill Ladwig db0c4d37f2 Added ability to turn off metadata to getvar. Modified function argument ordering 9 years ago
Bill Ladwig 27f7201841 Bug fixes for demo 9 years ago
Bill Ladwig 07349af907 Numerous changes to make DataArray implementation pass all unit tests. Properly uses setuptools to make namespace. 9 years ago
Bill Ladwig f862a793e2 Added metadata decorators (untested and buggy) 9 years ago
Bill Ladwig a887fa1a44 Added projection support. Added configuration to allow cartopy, basemap, xarray, etc to be optional. Began adding metadata support. 9 years ago
Bill Ladwig 66881a1ad0 Code cleanup 9 years ago
Bill Ladwig 5a8b146d38 All unit tests now pass. Added unit tests for vinterp. Fixed minor bugs and formatting issues. 9 years ago
Bill Ladwig ad66cd6c07 Added vertical interpolation routine. Fixed isssues related to it 9 years ago
Bill Ladwig a44dd47892 Changed default missing value to the one from netcdf.h that NCL uses 9 years ago
Bill Ladwig 06a5f5b163 Added vert interpolation routines (untested) 9 years ago
Bill Ladwig 43b73b629b Added vert interpolation routines (untested) 9 years ago
Bill Ladwig 20d8a743f2 Added smoothing fortran code. Tested and fixed interpolation routines. Fixed bug with SLP constant. 9 years ago
Bill Ladwig f45ac9756e iteration decorator now uses first output to determine output dimensions. Added 2D interpolation to a line 10 years ago
Bill Ladwig 5b89a89c2e Now squeezes single element multidim arrays. Timeidx made a positional argument and removed from kargs check 10 years ago
Bill Ladwig 5135d89896 Added type casting decorator 10 years ago
Bill Ladwig 8b2843263a changed destagger package to destag 10 years ago
Bill Ladwig 6c178afc7f Changed destagger module to destag to remove warning 10 years ago
Bill Ladwig 42f8614560 Removed unwanted pyc file 10 years ago
Bill Ladwig 731da9d488 Added PyNIO tests. Added support to combine any WRF variable via lists and multiple times 10 years ago
Bill Ladwig f4db38774c Bug fixes for multi indexing after unit testing 10 years ago
Bill Ladwig 44a1fac8a4 Added left iteration decorator 10 years ago
Bill Ladwig ce7adebabb Changed vars variable name to avoid warnings with the builtin vars method 10 years ago
Bill Ladwig 224a761aee Added full variable extraction with lists and multiple times 10 years ago
Bill Ladwig 230a532061 now uses extract methods to pull variables and attributes out of netcdf files 10 years ago
Bill Ladwig d7d8329675 Fix decorator problem with algorithm unit type. 10 years ago
Bill Ladwig 85fe02b556 Initial commit 10 years ago