wrf-python
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.
Hello, I have a large wrfout and I need to process only a small region. Is there any way to call the getvar function only for that region? Thanks
It would be useful if the `wrf.getvar()` argument `timeidx` could be a slice object. Currently, only `int` and `None` seem to be supported.
it would be great if the `get_cartopy` and `getvar` functions would accept a `xarray.Dataset` as `var` input. Obviously, this can only work properly if the `Dataset` was loaded with a...
Had a user request the ability to read/write the intermediate files. Although most users use WPS, should probably support the WRFSI and MM5 as well. See http://www2.mmm.ucar.edu/wrf/OnLineTutorial/Basics/IM_files/
Dear all, thanks for this very useful package! Is there any plan to add support for moisture flux diagnostics? (integrated water vapor flux, cloud water flux, etc.).
According to the getvar routine table (https://wrf-python.readthedocs.io/en/latest/user_api/generated/wrf.getvar.html#wrf.getvar) the returned unit for cloud fraction is percent. The routine actually returns a decimal [0,1]. WRF-Python version number is 1.2.0
x.y.z, no additional "hotfix" dimension please :) http://semver.org/
Hi, When i increase the lat long range for plotting in Cartopy with zoom level 10 or more than this cartopy plot is taking several hours to plot a single...
First and foremost, thanks for providing this fantastic tool. I'm using wrf.getvar() to open a time series for several variables (HFX, LH, some of the diagnostic variables) that are stored...
Hello, not sure if this is the best place for this question, but I'm wondering if there is any documentation on the basic approach used to interpret WRF model level...