21 Commits (3f8dc6f0a2aac033dff7784751b6dd2d131b0b02)

Author SHA1 Message Date
Bill Ladwig f3068c2b69 PEP8 6 years ago
Bill Ladwig 40b7a19115 PEP8 6 years ago
Bill Ladwig c8ba485efe More successful tests, which coincide with the NCL-WRF changes. 7 years ago
Bill Ladwig a3880b1e10 Added autolevels parameter for vertcross 7 years ago
Bill Ladwig 60989dd47a Removed unicode literals. 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 af8bc5d5d0 Forgot to modify the dx and dy after adding the additional point. Fixes #30 7 years ago
Bill Ladwig 4135d06edb Fix issue with incorrect number of gridpoints being computed via the xy routine. Fixes #30 . 7 years ago
Bill Ladwig ee7ca7c3ad Fix issue with vinterp and heavily cropped datasets in the vertical. Added continuous integration tests for conda-forge. Changed some documentation wording. 8 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 9be5a86a1b Now uses CoordPair for vertical cross sections so that lat/lon points can be used directly. 9 years ago
Bill Ladwig bfd28da171 Updated API documentation. Added levels to the vertcross routine so users can specify their own vertical levels 9 years ago
Bill Ladwig 49092f6ac1 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
Bill Ladwig e69767e1e6 Fixed issue with moving domains contained in a single file. Added support for multi-product arrays being used in the interpolation routines. 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 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 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 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 c7f5f0917f removed the var package. wrf is no longer a namespace package. 9 years ago
Bill Ladwig db0c4d37f2 Added ability to turn off metadata to getvar. Modified function argument ordering 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