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

Here is a value: > > > array([[[146.38087, 146.36438, ..., 150.47563, 150.22495], > [146.31306, 146.33267, ..., 150.4368 , 150.4107 ], > ..., > [144.736 , 144.68318, ..., 147.91237, 147.94415], >...

bug
enhancement
support

For some reason with this wrf.g_slp.get_slp is having problems reading in the data for all timeidx's. The top one for 1 time index takes 00:00:01 seconds to run. For any...

bug
support

I have a wrfout data with 24h data dimensions(sizes): Time(24), DateStrLen(19), west_east(87), south_north(74), bottom_top(23), bottom_top_stag(24), soil_layers_stag(4), west_east_stag(88), south_north_stag(75) ncfile = Dataset("wrfout_d01_2019-03-22_00:00:00") Extract the pressure, geopotential height, and wind variables p...

bug
support

I found that if I use the Ferrier Microphysics Scheme,DBZ cannot be correctly outputed in higher level(e.g. >8km or

bug
support

Installed wrf-pyhton through conda-forge on windows 7 64 bit. Post installation, checked if the package is installed correctly using following command:- ``` python -c "import wrf" ``` and it worked...

bug
support

Hi there, Posting my issue here as well, because I didn't get any help from the Google Group. I've got a bit of an oddball WRF dataset that isn't organized...

bug
support

Using the SRH calculation in wrf-python and also NCL (I think they are equivalent), I have found that the SRH values that I am getting are too large when compared...

bug
support

I'm trying to export 2d slices of wrf data to geotiffs, and have been stymied by the fact that: -the projection information is not present in the .crs of the...

Some routines will work faster if the Fortran routine was converted to a 1D routine (e.g. WSPD and WDIR). This should be done before moving the Fortran code to the...

enhancement

While working on #38, realized that there is no easy way to do lat/lon to x/y (and vice versa) with sliced DataArray variables. Currently, the WRF data file is used...

enhancement