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

Builds on pyproject.toml added in #241.

Only created to play with the develop branch's things and diagnose some.

See here: https://github.com/conda-forge/wrf-python-feedstock/pull/83 And: https://github.com/NCAR/wrf-python/pull/261

Waiting on https://github.com/conda-forge/basemap-feedstock/pull/143.

It looks like we'll need to revisit our PyPI packaging / upload. Related workflow failure: https://github.com/NCAR/wrf-python/actions/runs/15053573318/job/42314030541 PEP with some background on why this fails: https://peps.python.org/pep-0513 Some relevant guidance: https://learn.scientific-python.org/development/guides/gha-wheels/

The interpolation subroutine has been fixed to prevent NaN values when the desired interpolation level matches a data level.

On a system with a non-ascii compatible `LANG` environment variable, gfortran will produce non-ascii output. My working environment is Linux with `LANG=zh_CN.UTF-8`, in my environment, ```bash gfortran -E ompgen.F90 -o...

The CISL announcement says that wrf-python will not be included in the newest npl library because it is incompatible with python 3.12. Is this something that can be updated easily?

Dear all, I noticed that wrf-python provides functionality to visualize the WRF-ARW domain using the namelist.wps file, even before running the model. Similarly, is there any way to visualize or...