10 Commits (f789faf4362b80c41deb18cf0b5de057fc195df0)

Author SHA1 Message Date
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 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 1f5d6663bb updated setup.py 9 years ago
Bill Ladwig f6743f64d6 updated setup.py 9 years ago
Bill Ladwig 0688765ef8 Added version information. Added more distribution boiler plate. Removed unused squeeze for the algorithm metadata 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 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 5887669d5b changed package path 9 years ago
Bill Ladwig 985cd38bcc removed the wrf_open directory 9 years ago
Bill Ladwig c7f5f0917f removed the var package. wrf is no longer a namespace package. 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 85fe02b556 Initial commit 10 years ago