Bill Ladwig
76a2565764
Fixed issues found during unit testing
7 years ago
Bill Ladwig
812c546d95
Changed vertcross and interpline to use a CoordPair for the lower left corner point.
...
Also added some helper functions to extract the lower left points from 2D lat/lon arrays and extract lat/lons from sequences of CoordPair objects.
Updated documentation and unit tests.
7 years ago
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
0d6f9230da
Fixed metadata bugs related to interpolation.
...
Unit tests were also updated to test for this situation.
7 years ago
Bill Ladwig
9a5a05dd59
Updated CI tests to reflect changes to diagnostics
7 years ago
Bill Ladwig
497aeb508e
Updated documentation
...
Added sections for performance, what's new, FAQ, the citation. Fixed some typos.
7 years ago
Bill Ladwig
abee4fc27c
Updated documentation.
...
Added OpenMP, performance tips, how to use the variable cache.
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
e4a192fb47
Added a no-meta test for join
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
69b990f1aa
Added omp unit tests. Added some omp documentation.
7 years ago
Bill Ladwig
a7b3714e4f
Fixed type with the iterable test.
7 years ago
Bill Ladwig
819cdfe078
Cleaned up cape fortran routine. Fixed issue with generators not being copied correctly due to changes in python (the python works as expected now). Fixed a uniqueness problem with coordinate caching which was causing problems in jupyter notebook when files were changed. Fixed an issue with the cache test script failing due to unitialized thread local data in child threads. Fixes #34 . Fixes #14 .
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
955fc8d282
Reduced the size of the CI unit test files
8 years ago
Bill Ladwig
7f518e6015
Modified CI unit tests to remove the warnings. Added __eq__ operator for projection, Fixes #26 .
8 years ago
Bill Ladwig
ab8ed71816
Added additional tests for the wspd_wdir products
8 years ago
Bill Ladwig
d1c508074d
Notebook updates
8 years ago
Bill Ladwig
cbb0a10220
Added support for using a single column of data for the cape_3d routine. This was an NCL feature that should have been included. Fixes #9 .
8 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
b4b4677c15
Added fix for issues from xarray 0.9, which was caused by xarray no longer including default dimensions in to coordinate mappings. Updated documentation and notebooks. Modified documentation URL in setup. Dropping requirement for numpy 1.9
8 years ago
Bill Ladwig
5b01084a87
Documentation updates. Added more packaging boilerplate. Updated version to 1.0b.
8 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
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
62216c5d04
Updated notebooks. Conda recipe changed to use latest libgcc since continuum broke the 4.8.5 build by excluding libgfortran in build 2
9 years ago
Bill Ladwig
c2fa5405fb
Added new unit aliases to better match udunits, if we ever go down that route. Changed temperature to use Kelvin as base unit, so speed should improve. Added unit test for units to make sure they all run
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
59e3c8eb8e
Fixed problem with pyngl plotting and unicode strings for resources
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
179db835ba
Updated ipython notebooks
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