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

Dear all, I'm now working on an issue that needs the net heat flux at surface. To calculate it, I need the variables including GSW, GLW, TSK, EMISS, GRDFLX, HFX,...

Error when i use pip to install wrf-python: ```shell Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple/ Collecting wrf-python Using cached https://pypi.tuna.tsinghua.edu.cn/packages/19/b9/ac6886e7995a9c83f393f758fd4803ab13bda0e57f8d3540f6d3a9f070db/wrf-python-1.3.4.1.tar.gz (1.1 MB) Installing build dependencies ... done Getting requirements to build wheel...

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

#213 suggests wrf-python is python 3.9+ - make the metadata and docs reflect that.

Hello, I am trying to calculate the vertical temperature gradient between the surface and 1 km AGL. I did the following: temp2m= wrf.getvar(wrfnc,'T2') #wrfnc is the WRF output file for...

Hi, I am getting following error when I try to install wrf-python 1.3.2.4 using Intel compiler and Python 2.7.16 on Cheyenne, ``` pip install . DEPRECATION: Python 2.7 will reach...

bug
support

Recently, I used uvmet from WRF-Python to extract the U and V components of wind velocity. However, when I extracted the composite wind speed from uvmet_wspd_wdir, I found that the...

bug

I understand that wrf.getvar will give both the speed (dim 0) and the direction (dim 1) where the direction is from where the wind comes: V1 = wrf.getvar(ncdin, "uvmet10_wspd_wdir", units="m...

Hi everyone, I'm encountering issues while installing WRF Python. Specifically, I'm unable to import the 'getvar' library from WRF. Could anyone please assist me? Machine -> Apple M2 which gcc->...

I'm having trouble using WRF Python on IOS with M1. There's a solution?

bug
enhancement
high priority
developer feature