21 Commits (786975b3106dcf9c6ed1c737b119f8bbb154ba27)

Author SHA1 Message Date
Bill Ladwig 5799ccf6d0 Fixed bugs related to input failures with dictionaries. 7 years ago
Bill Ladwig a8cb3ae861 Fix unit test issue. 7 years ago
Bill Ladwig 812c546d95 Changed vertcross and interpline to use a CoordPair for the lower left corner point. 7 years ago
Bill Ladwig b8bc1fbb38 Fixes vertcross and interpline when using lat/lon coordinates with a projection object. 7 years ago
Bill Ladwig 0d6f9230da Fixed metadata bugs related to interpolation. 7 years ago
Bill Ladwig 497aeb508e Updated documentation 7 years ago
Bill Ladwig 1cc072b2a9 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
Bill Ladwig 2d0a7e17ce Added OpenMP directives. Unit tests updated for interpline and vertcross to handle the additional grid point that NCL does not yet have. 7 years ago
Bill Ladwig 0c270c7e02 Added more OpenMP Directives. Fixed serious bug with cloud fraction and implemented new behavior allowing users to select the vertical coordinate type and select their own cloud thresholds. Fixes #25 . 7 years ago
Bill Ladwig 9629bf121a Renamed npvalues to to_np. Fixed issue with generator expressions crashing. 9 years ago
Bill Ladwig 1c7baf0a4e Updated documentation. Fixed bugs found while creating examples, mostly related to xarray and compiled extensions. 9 years ago
Bill Ladwig 00f7170e58 Added tests for the ll_to_xy and xy_to_ll routines. Fixed bugs found during testing. Fixed numerous typos and removed obsolete code. 9 years ago
Bill Ladwig 7e503a145b Added thread local coordinate and is_moving caching so that this is only done once. Modified the latlon/xy routines to put the product on the left like NCL. Updated unit testing to add the latlon routines. Updated ipynb scripts. 9 years ago
Bill Ladwig 1f731e8b25 Added the jinja patch for 1.21 conda-build so it works with numpy distutils. Added code for the threadlocal caching. Added a cached test. Modified cloudfrac to match what has been committed to NCL. Modified the NCL test script to add cloud fraction. 9 years ago
Bill Ladwig a07297636a Added computational unit tests. Most, if not all, computational unit tests passed. Removed obsolute routines. More code cleanup for fortran. Changed constants module to wrf_constants.f90. Fixed bugs. 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 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 985cd38bcc removed the wrf_open directory 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 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 a887fa1a44 Added projection support. Added configuration to allow cartopy, basemap, xarray, etc to be optional. Began adding metadata support. 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 20d8a743f2 Added smoothing fortran code. Tested and fixed interpolation routines. Fixed bug with SLP constant. 9 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 85fe02b556 Initial commit 10 years ago