20 Commits (3f8dc6f0a2aac033dff7784751b6dd2d131b0b02)

Author SHA1 Message Date
Bill Ladwig a36c0cef88 PEP 8 6 years ago
Bill Ladwig 9d35d87ae6 PEP 8 6 years ago
Bill Ladwig 812c546d95 Changed vertcross and interpline to use a CoordPair for the lower left corner point. 7 years ago
Bill Ladwig 48f406c263 Fixed issue with coordinate cache key name conflict. 7 years ago
Bill Ladwig 6a54d31c2e Added a fortran routine to determine if OpenMP has been enabled. Added a python wrapper, and updated the default omp.f90 and wrffortran.pyf. 7 years ago
Bill Ladwig 8b21b10860 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
Bill Ladwig 6239fc16fd 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
Bill Ladwig 1c8ca7e287 Added OpenMP runtime library wrappers and build scripts 7 years ago
Bill Ladwig 2bc9d929c3 Fixed typo in api.py and changed missingval to missing in raw computation routines. Modified a test notebook to work with API changes. 8 years ago
Bill Ladwig cea1b98ddd Renamed the geobounds function since it was confusing the autosummary tool with Sphinx. Updated documentation. 8 years ago
Bill Ladwig 1d877a6b6c Changed the mapping API. Users no longer have to use xarray coordinates directly. Added a new class for GeoBounds. Slices of variables should now be easier to plot. Added better metadata for smooth2d. 8 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 eec730c8ab Fix documentation typos. Updated API outlines. Fixed an issue with a computation routine name conflict. 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 bf0d26b7b0 Moved the CoordPair to a new module. Added operators for CoordPair. Fixed some missing from __future__ imports. Fixed some metadata issues due to arg name changes. 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 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 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