pyart.io.grid.Grid.write

Grid.write(filename, format='NETCDF4')[source]

Write the the Grid object to a netcdf file.

Parameters :

filename : str

Filename to save to.

format : str, optional

NetCDF format, one of ‘NETCDF4’, ‘NETCDF4_CLASSIC’, ‘NETCDF3_CLASSIC’ or ‘NETCDF3_64BIT’. See netCDF4 documentation fordetails.

Previous topic

pyart.io.grid.Grid

Next topic

pyart.io.grid.Grid.__init__

This Page