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 91 wrf-python issues
Sort by recently updated
recently updated
newest added

Running with NumPy 2.2.2 produces the following error: AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead. This removes the unsupported type.

I recently converted mixing ratio (qv) to relative humidity (RH) by using wf-python and metpy. I compared the results from wrf.rh and metpy.calc.relative_humidity_from_mixing_ratio, and found that the RH from wrf-python...

I encountered an issue when using the `vertcross` function from the `wrf-python` package to perform vertical interpolation on data stored in a `.npy` file. Specifically, when I load the `.npy`...

Hello! I'm wanting to set-up and run WRF on my M4 (if possible) and reading through the documentation it sounds like the easiest way to do this is via 'conda...

Hello all, I'm trying to vertically interpolate few variables on a 3D grid. I have created 10 vertical levels between the 5m to mixing height. The height_levels are defined separately...

Hello. An Ubuntu 24 box is using pip 24.0 where the latest available version wrf-python is 1.3.4.1, which crashes because it cannot find 'numpy.distutils.' Before proceeding any further, I was...

Remove Python upper version pin and drop Python 3.9 from CI as it's now reached EOL. Relates to #298

We should go ahead and add testing for Python 3.14 and drop the Python version pin unless there's a clear reason to keep it. See here: https://github.com/conda-forge/wrf-python-feedstock/pull/86

Issue Description:​ In **wrf_relhl.f90,** the storm motion vector is estimated as 75% of the mean wind speed and 30° to the right of the mean wind direction (lines 103-113). This...

Here are the errors I met while I tried too pip install [wrf_python] python Version 3.13.2 numpy Version 2.3.2