Bill Ladwig
f3068c2b69
PEP8
6 years ago
Bill Ladwig
40b7a19115
PEP8
6 years ago
Bill Ladwig
c7e3944832
Fixed typos.
...
Adjusted metadata for individual products to reflect single product.
6 years ago
Bill Ladwig
d417eb74ab
Fix typos
6 years ago
Bill Ladwig
37718ec366
Products with multiple outputs have been split in to individual products.
6 years ago
Bill Ladwig
c39786e0e3
Added kwarg checking for standard WRF variables.
...
Fixes #63 .
6 years ago
Bill Ladwig
60989dd47a
Removed unicode literals.
...
Python 2.x strings are no longer promoted to unicode. Strings are now the native type for the interpreter used.
Fixes #57 .
7 years ago
Bill Ladwig
cc86d68a35
Fix issues related to cloud top temperature.
...
Fixed indexing bug.
Fixed incorrect computation of optical depth when cloud ice is not available.
Users can use fill values for cloud free areas.
Users can now specify the optical depth threshold that triggers the calculation.
Fixes #45 .
7 years ago
Bill Ladwig
196e287600
Added th alias for theta. Fixes #52 .
7 years ago
Bill Ladwig
3441467ecb
Added a product for the vertical staggered grid. Fixes #20 .
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
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
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
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
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
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
99d1e60863
Fixed accidental removal of future declarations
9 years ago
Bill Ladwig
ff6a3fae37
Fixed issue with utf-8 character in docstring
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
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
101895d3f4
generators and iterables no longer get expanded in lists.
9 years ago
Bill Ladwig
db0c4d37f2
Added ability to turn off metadata to getvar. Modified function argument ordering
9 years ago
Bill Ladwig
27f7201841
Bug fixes for demo
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
f862a793e2
Added metadata decorators (untested and buggy)
9 years ago
Bill Ladwig
a887fa1a44
Added projection support. Added configuration to allow cartopy, basemap, xarray, etc to be optional. Began adding metadata support.
9 years ago
Bill Ladwig
5a8b146d38
All unit tests now pass. Added unit tests for vinterp. Fixed minor bugs and formatting issues.
9 years ago
Bill Ladwig
5b89a89c2e
Now squeezes single element multidim arrays. Timeidx made a positional argument and removed from kargs check
10 years ago
Bill Ladwig
8b2843263a
changed destagger package to destag
10 years ago
Bill Ladwig
731da9d488
Added PyNIO tests. Added support to combine any WRF variable via lists and multiple times
10 years ago
Bill Ladwig
230a532061
now uses extract methods to pull variables and attributes out of netcdf files
10 years ago
Bill Ladwig
85fe02b556
Initial commit
10 years ago