Bill Ladwig
d544fbafa4
Updated documentation.
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
a859cd20df
Added nadgrids=@null to the WRF globe.
6 years ago
Bill Ladwig
c39786e0e3
Added kwarg checking for standard WRF variables.
...
Fixes #63 .
6 years ago
Bill Ladwig
64bbc024b7
Update docs
6 years ago
Bill Ladwig
d15d4a3e2d
ll_to_xy_proj and xy_to_ll_proj now check for required args and set defaults.
...
Fixes #61 .
6 years ago
Bill Ladwig
14549a7d5d
Fix issue with Mercator when stand_lon is not set in GEOGRID.
...
Fix a doc typo.
Fixes #70 .
7 years ago
Bill Ladwig
06280e5cae
Fix issues found during testing of static and moving nests.
7 years ago
Bill Ladwig
4eeeadc9ce
Fix issues with moving nests and line interpolation.
...
Updated unit tests.
7 years ago
Bill Ladwig
c8ba485efe
More successful tests, which coincide with the NCL-WRF changes.
7 years ago
Bill Ladwig
7cd61c756f
Improved documentation for the vintrp routine.
...
Closes #79 .
7 years ago
Marc Honnorat
347d5cb9c5
Fix #77
7 years ago
Bill Ladwig
685f8cf95b
Changed name of levels to level
7 years ago
Bill Ladwig
d9585354c0
Improved horizontal interpolation
...
- Can now specify single level, multiple levels, or interpolate
to a 2D surface like PBLH.
- Should perform better when interpolating multiproduct fields
like wspd_wdir.
Fixes #65 .
7 years ago
Bill Ladwig
a3880b1e10
Added autolevels parameter for vertcross
...
Users can now specify how many autogenerated levels they want
Updated unit tests with NCL for the new routines.
7 years ago
Bill Ladwig
968aad48dd
Modified srhel signature to be backwards compatible.
7 years ago
Bill Ladwig
4ebce59240
Fix storm relative helicity in southern hemisphere.
...
Latitude is now a required input when using data that has any values in the
southern hemisphere.
7 years ago
Bill Ladwig
d67586c09b
Fixed the smoothing algorithm.
...
It now works like a typical smoothing kernel using convolution.
Users can now specify the center weight.
The vintrp algorithm needed to be modified to use the new function signature.
Updated the documentation to give a better description of how it works.
Fixes #67 .
7 years ago
Bill Ladwig
cf188383ed
Moved some variable extraction to where it is needed.
...
Fixed a unit issue with extrapolating pressure below ground.
Added support for height fields in km and pressure fields in hPa.
Updated documentation.
Fixes #71 . Fixes #74 .
7 years ago
Bill Ladwig
881800e921
Add check around xarray import.
...
Fixes #59 .
7 years ago
Bill Ladwig
e1a272adb4
Properly extracts the staggered geopotential height, and removes the 1000 scaling in the Fortran routine. Fixes #75
7 years ago
Marc Honnorat
5fe8b8aef1
Fix FutureWarning with numpy 1.15 in destag.py
...
Related to #66
7 years ago
Hans Chen
dff4538a9d
Remove as_int docstring from xy_to_ll_proj function
7 years ago
Hans Chen
2aa1080dff
Clarify 'as_int' parameter docstring in ll_to_xy and ll_to_xy_proj
...
'as_int' is True by default, so indicate that it can be set to False to
return floating point values (rather than vice versa).
7 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
4c4b7432c5
Doc update 2. Units for pressure argument to td should be hPa
7 years ago
Bill Ladwig
4a687473ed
Documentation fixes
7 years ago
Bill Ladwig
5799ccf6d0
Fixed bugs related to input failures with dictionaries.
...
Modified routines that use qvapor to make copies so that scipy.io.netcdf works in the newer release. Added input tests.
7 years ago
Bill Ladwig
8523dea59a
Added support added for calculating cape_2d with a single vertical column.
...
Fixes #46 .
7 years ago
Bill Ladwig
78de49faea
Updated CI test file for new CTT changes. Updated docs for raw ctt routine.
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
e6b4f7382b
Added checks for _key=None in extract_vars. Fix typo with updraft helicity cache key. Fixes #51 .
7 years ago
Bill Ladwig
71fe678e91
Moved work arrays out of fortran. Fixes #47
7 years ago
Bill Ladwig
cbe0805f79
Fix OpenMP directive issue with cloud top temperature.
7 years ago
Bill Ladwig
411cfd17cf
Fix mdbz on cheyenne.
...
Xarray doesn't work with np.amax on cheyenne for some reason.
7 years ago
Bill Ladwig
bb41e19d36
Updated version to 1.1.1
...
Updated docs. Updated numpy compile flags. Updated build script flags.
7 years ago
Bill Ladwig
a5e8f8f0b6
Fix more accidental unicode characters
7 years ago
Bill Ladwig
87355fc531
Fix acidental unicode character
7 years ago
Bill Ladwig
219041246d
Fix doc printing of fill values. Update recipe based on Travis CI failures with sizes executable.
7 years ago
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
cff1c0e956
Updated build scripts, manifest, requirements, install docs
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
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
48f406c263
Fixed issue with coordinate cache key name conflict.
...
Also added documentation for OpenMP and performance tips. The tutorial section has been moved to better support announcements in the future.
Renamed the OpenMP scheduler constants so that they are placed in to the wrf namespace rather than wrf.Constants.
7 years ago