wrf-python icon indicating copy to clipboard operation
wrf-python copied to clipboard

A collection of diagnostic and interpolation routines for use with output from the Weather Research and Forecasting (WRF-ARW) Model.

Results 73 wrf-python issues
Sort by recently updated
recently updated
newest added

Many of the routines (storm relative helicity, updraft helicity, cape_2d) do not work on idealized test case simulations (tested with em_quarter_ss simulation).

Hi! I was unsure whether to share this on the Cartopy Github page, but because the issue occurs due to a change related to WPS, it seemed appropriate to bring...

The reading of the lookup tables might be causing some race conditions when working with dask. Now that WRF-Python's functionality has been ported back to NCL, and NCL is in...

bug
support

From wrfpython-talk: > I'm suspecting that there is a bug in the angle conversion of the wrf.vertcross routine. When used with pivot point and angle instead of start- and end-...

bug
support

Currently you only provide binary packages via conda. To support `pip install wrf-python` more generally I created a repository which builds those wheels using Travis CI/Appveyor: https://github.com/letmaik/wrf-python-wheels. It uses https://github.com/matthew-brett/multibuild...

enhancement
support

For the rotated pole, the uvmet product does not perform any wind rotation. This behavior is correct for the standard lat/lon projection, but not when the pole is rotated. This...

bug
support

https://github.com/NCAR/wrf-python/blob/bd1107c605f7f51c712d3a1d22cf359bfcbad874/src/wrf/util.py#L1609 https://twitter.com/JaredALee/status/1263311504469889031 A friend using this package to extract data across many wrf files was encountering huge slowdowns and found huge speedups switching to xarray. I dug a bit and...

support

I'm trying to use wrf-python with output from WRF-DART, and have been running into a few problems. One was that the WRF output files from various stages of DART (using...

enhancement

This might close #237 by specifying NumPy as a build dependency before starting the setup script. I moved as much configuration to `pyproject.toml` as I could as an initial step...

[numpy.distutils will never be on Python 3.12](https://numpy.org/doc/stable/reference/distutils_status_migration.html), but the build script makes heavy use of it. This PR adds this requirement to the metadata.