iconarray.backend.grid#
The grid module contains functions relating to the grid information for ICON data, such as merging ICON data with the grid data to provide one merged dataset.
Functions
|
Add clon, clat, clon_bnds, and clat_bnds coordinates from the grid file to the dataset. |
|
Add elon, elat, elon_bnds, and elat_bnds and other edge related coordinates from the grid file to the dataset. |
|
Check consistency of the cell->cell connectivity. |
|
Check consistency of the cell->vertex connectivity. |
|
Check if grid information is available in file. |
|
Check consistency of the vertex->cell connectivity. |
|
Combine grid information. |
|
Filter dataset to single variable dataset. |
|
Get name of dimension in ICON data xarray dataset which identifies the cell dimension. |
|
Get name of dimension in ICON data xarray dataset which identifies the edge dimension. |
Get name of time coordinate in xarray dataset which has attribute standard_name = 'time' and datatype of datetime. |
|
|
Perform consistency check of the grid. |
|
Open either NETCDF or GRIB file. |
|
Show available shortNames of data within a GRIB file, which can be used to filter a dataset when opening a GRIB file. |
Exceptions
|
Indicate wrong grid provided to be merged with ICON data. |