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
Kevin Hallock
99313ec2a7
Removed circleci fallback dependency caching
...
Fixed check for whether or not conda is already installed in circleci config.yml
Removed unnecessary f2py command from circleci config.yml
7 years ago
Kevin Hallock
c9d5ed9941
Moved conda build env spec to separate .yml file
7 years ago
Kevin Hallock
e53b656510
Added dependency caching to circleci config.yml
7 years ago
Kevin Hallock
fa01d01a28
Added basic circleci config.yml
7 years ago
Bill Ladwig
d06a7b8ea7
Updated tests to use a set of files with the moving domain
7 years ago
Bill Ladwig
683167f5ba
Merge pull request #78 from EXWEXs/fix-77-mercatorwithlatts
...
Fix #77
7 years ago
Marc Honnorat
347d5cb9c5
Fix #77
7 years ago
Bill Ladwig
68052929fb
Updated tests for new horizontal interpolation
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
3806bcdd01
Merge branch 'bugfix/new_ncl' into develop
7 years ago
Bill Ladwig
725e7187a0
Updated tests
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
70371d191b
Updated NCL script used for computation testing
7 years ago
Bill Ladwig
99c2af4a98
Make the algerr and errlen parameters
7 years ago
Bill Ladwig
968aad48dd
Modified srhel signature to be backwards compatible.
7 years ago
Bill Ladwig
774cd5432a
Merge branch 'feature/clean_build' into develop
7 years ago
Bill Ladwig
99ff5867ba
Removed pyf file from repository.
7 years ago
Bill Ladwig
6469338ff3
Removed the pyf file from setup and build scripts.
...
This file is generated by numpy distutils when it isn't provided.
7 years ago
Bill Ladwig
fbc0af3bb0
Updated tutorials
7 years ago
Bill Ladwig
aade035463
Licensed under Apache 2 license.
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
e8922d2dc1
Removed version constraints for setuptools and wrapt.
...
Fixes #58 .
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
Bill Ladwig
e708a588db
Merge pull request #72 from EXWEXs/fix-66-runtime-warnings
...
Fix FutureWarning with numpy 1.15 in destag.py
7 years ago
Marc Honnorat
5fe8b8aef1
Fix FutureWarning with numpy 1.15 in destag.py
...
Related to #66
7 years ago
Bill Ladwig
7841a71ae4
Merge tag '1.2.0.2' into develop
...
Updated docs for upcoming Boise tutorial.
7 years ago
Bill Ladwig
0b99c383d5
Merge branch 'hotfix/1.2.0.2'
7 years ago
Bill Ladwig
b1de059f10
latest updates
7 years ago
Bill Ladwig
1f1ba244f7
Updated for Boise tutorial
7 years ago
Bill Ladwig
22c4efa8a9
Added a new iterable class demo to reduce files
7 years ago
Bill Ladwig
ff2f561c51
Merge pull request #62 from hanschen/develop
...
Minor clarifications for 'as_int' docstrings
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
1d500d30dc
Merge tag '1.2.0.1' into develop
...
Documentation update 1.
Updated WRF Users' Workshop tutorial documentation.
8 years ago
Bill Ladwig
c15091e4ef
Merge branch 'hotfix/1.2.0.1'
8 years ago
Bill Ladwig
18d50f7044
Updated 2018 WRF tutorial documentation
8 years ago
Bill Ladwig
4418fd548b
Merge tag '1.2.0' into develop
...
- Release 1.2.0
- Previous versions of wrf-python promoted the strings used in xarray (e.g.
name, attributes) to Unicode strings. This caused problems when porting
examples for PyNGL to use wrf-python in Python 3.x. All strings are now the
native string for the Python version being used. While this should be
transparent to most users, any users that worked with the xarray name or
attribute values on Python 2.7 may run in to string related errors, so we've
decided to bump the major version number.
8 years ago
Bill Ladwig
17b1bd1d53
Merge branch 'release/1.2.0'
8 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 .
8 years ago
Bill Ladwig
d0d0c3d44e
Merge tag '1.1.3.2' into develop
...
Documentation update 2.
Fix units for pressure argument to td function.
8 years ago
Bill Ladwig
070cf1687f
Merge branch 'hotfix/1.1.3.2'
8 years ago
Bill Ladwig
4c4b7432c5
Doc update 2. Units for pressure argument to td should be hPa
8 years ago