Bill Ladwig
|
b8bc1fbb38
|
Fixes vertcross and interpline when using lat/lon coordinates with a projection object.
The fix requires the user to supply the lower left lat/lon corner points for the domain. Added unit tests. Updated docs. Fixes #44.
|
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 |