Bill Ladwig
Bill Ladwig
This is something that will be revisited once the front end of wrf-python is rewritten to better support xarray and datasets instead of files. Right now, it would be a...
I also plan on adding support for iterables as a time index as well, but it's going to be quite a bit of rework. This will most likely happen when...
Not currently, but in the future the front end will be rewritten to support xarray input (and an xarray extension) and this will be a lot easier to deal with....
Below is an example that may or may not be useful for you. This FileReduce iterable object crops out a domain of interest and stores the files in a temporary...
@lesserwhirls - This is still planned, but it won't be in the soon-to-be-released 1.1. I do have a really primitive reader for WPS format (I don't know anyone that uses...
I sent an email with the WPS Python reader and also the Fortran code that NCL uses. Hopefully it will save you some time. Feel free to contribute back what...
The documentation for the intermediate file format is below. I think NCL only supports WPS format. I'm not sure if anyone still uses MM5 or WRFSI format. http://www2.mmm.ucar.edu/wrf/OnLineTutorial/Basics/IM_files/ The fortran...
This hasn't been implemented. However, you should be able to get the cartopy CRS by using the getproj function (see https://wrf-python.readthedocs.io/en/latest/user_api/generated/wrf.getproj.html#wrf.getproj) to get the WrfProj subclass, and call .cartopy() on...
This would probably be useful in wrf-python and NCL, but I'm not sure when I'll be able to get to it.
The netcdf4-python MFDataset isn't currently supported. If all of your times are in one file, then just use the regular Dataset object. If you want your values computed across all...