pyart.io.grid._read_grid_wrf

pyart.io.grid._read_grid_wrf(filename)[source]

Read a WRF netCDF file containing a grid.

Parameters:

filename : str

Filename of the WRF netCDF file.

Returns:

grid : Grid

Grid object containing data.

Notes

This function does only the most basic variable checking. The resulting Grid object is most likely not writable.