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

Spotted whilst building wrf-python on python-3.12 for [conda-forge](https://github.com/conda-forge/wrf-python-feedstock/pull/70) ``` Traceback (most recent call last): File "/home/conda/feedstock_root/build_artifacts/wrf-python_1696083359215/work/setup.py", line 17, in import numpy.distutils.core ModuleNotFoundError: No module named 'numpy.distutils' ``` Upstream [numpy docs](https://numpy.org/doc/stable/reference/distutils_status_migration.html#distutils-status-migration)...

Hi, I used WRF=4.5.1 . I want to calculate rh,slp variables from wrf-python. Results seems wrong. What could be the problem? I used vertintp function, their results seem normaly. ![wrf_slp](https://github.com/NCAR/wrf-python/assets/38017607/e3f04644-3fcd-466f-8eac-52aac6bf81fd)

I extracted slp from wrf output using wrf-python. I can print the output but want to save it in a netcdf file. I wonder how to do it within wrf-python?

I have three wrfout files (sample) in the below link. These files are from NCAR wrf python tutorials. https://actvet-my.sharepoint.com/:f:/g/personal/rajkumar_sivaprahasam_adpoly_ac_ae/EofPOyhq8UhPlq3VBrvqLJABVR0G8xj_y0gmKRgLW1wagA?e=0DvsZc I got some code from wrf-py github as follows to read...

Hi everyone, I tried to install WRF-Python Library through Conda in a Apple Silicon M1 laptop and it is impossible. Is not yet a compatible version to ARM chips? Thank...

Would wrf-python be interested in implementing a feature that recreates grids/nested-grids which can be used to plot data on the same domain as the model without needing the model output....

enhancement

Hello, I encountered a problem when trying to use a "for loop" to get a sequence of different interpolation planes. So I have tried this line, which works fine: p_certain_level...

`pip install .` runs successfully, but when importing wrf in python I get the following error: ```python Traceback (most recent call last): File "C:\Users\User\anaconda3\envs\wrfenv_rcapetest\Lib\site-packages\wrf-python\src\wrf\__init__.py", line 6, in from . import...

The latest version of wrf-python on [PyPI](https://pypi.org/project/wrf-python/) is 1.3.1 though several [releases](https://github.com/NCAR/wrf-python/releases) exist since then. My installation in a clean virtualenv is failing due to lack of numpy in setup...

bug
support