|
| | __init__ (self, yac_basic_grid_ptr) |
| |
| | __del__ (self) |
| |
| | to_file (self, filename, comm=None) |
| |
| | name (self) |
| |
| | __str__ (self) |
| |
| | get_data_size (self, yac_location location) |
| |
| | set_global_index (self, yac_location location, indices) |
| |
| | set_core_mask (self, yac_location location, mask) |
| |
| | add_coordinates (self, yac_location location, lon=None, lat=None) |
| |
| | add_mask (self, yac_location location, mask, str|None mask_name=None) |
| |
| | read_icon (cls, str filename, str gridname, comm=None, mask_valid_values=None) |
| |
| | read_scrip (cls, grid_filename, mask_filename, grid_name, name, valid_mask_value=1, use_ll_edges=False) |
| |
| | reg_2d_new (cls, name, lon_vertices, lat_vertices, cyclic=[False, False]) |
| |
| | unstruct_new (cls, str name, num_vertices_per_cell, x_vertices, y_vertices, cell_to_vertex, lonlat_edges=False) |
| |
| | unstruct_edge_new (cls, str name, num_edges_per_cell, x_vertices, y_vertices, cell_to_edge, edge_to_vertex, bool lonlat_edges=False) |
| |
| | empty (cls, str name) |
| |
| | from_uxgrid (cls, str name, uxgrid, bool def_edges=False, bool lonlat_edges=False) |
| |
Definition at line 376 of file core.pyx.
◆ __init__()
| src.core.BasicGrid.__init__ |
( |
| self, |
|
|
| yac_basic_grid_ptr ) |
◆ __del__()
| src.core.BasicGrid.__del__ |
( |
| self | ) |
|
◆ __str__()
| src.core.BasicGrid.__str__ |
( |
| self | ) |
|
◆ add_coordinates()
| src.core.BasicGrid.add_coordinates |
( |
| self, |
|
|
yac_location | location, |
|
|
| lon = None, |
|
|
| lat = None ) |
◆ add_mask()
| src.core.BasicGrid.add_mask |
( |
| self, |
|
|
yac_location | location, |
|
|
| mask, |
|
|
str | None | mask_name = None ) |
◆ empty()
| src.core.BasicGrid.empty |
( |
| cls, |
|
|
str | name ) |
◆ from_uxgrid()
| src.core.BasicGrid.from_uxgrid |
( |
| cls, |
|
|
str | name, |
|
|
| uxgrid, |
|
|
bool | def_edges = False, |
|
|
bool | lonlat_edges = False ) |
◆ get_data_size()
| src.core.BasicGrid.get_data_size |
( |
| self, |
|
|
yac_location | location ) |
◆ name()
| src.core.BasicGrid.name |
( |
| self | ) |
|
◆ read_icon()
| src.core.BasicGrid.read_icon |
( |
| cls, |
|
|
str | filename, |
|
|
str | gridname, |
|
|
| comm = None, |
|
|
| mask_valid_values = None ) |
◆ read_scrip()
| src.core.BasicGrid.read_scrip |
( |
| cls, |
|
|
| grid_filename, |
|
|
| mask_filename, |
|
|
| grid_name, |
|
|
| name, |
|
|
| valid_mask_value = 1, |
|
|
| use_ll_edges = False ) |
◆ reg_2d_new()
| src.core.BasicGrid.reg_2d_new |
( |
| cls, |
|
|
| name, |
|
|
| lon_vertices, |
|
|
| lat_vertices, |
|
|
| cyclic = [False, False] ) |
◆ set_core_mask()
| src.core.BasicGrid.set_core_mask |
( |
| self, |
|
|
yac_location | location, |
|
|
| mask ) |
◆ set_global_index()
| src.core.BasicGrid.set_global_index |
( |
| self, |
|
|
yac_location | location, |
|
|
| indices ) |
◆ to_file()
| src.core.BasicGrid.to_file |
( |
| self, |
|
|
| filename, |
|
|
| comm = None ) |
◆ unstruct_edge_new()
| src.core.BasicGrid.unstruct_edge_new |
( |
| cls, |
|
|
str | name, |
|
|
| num_edges_per_cell, |
|
|
| x_vertices, |
|
|
| y_vertices, |
|
|
| cell_to_edge, |
|
|
| edge_to_vertex, |
|
|
bool | lonlat_edges = False ) |
◆ unstruct_new()
| src.core.BasicGrid.unstruct_new |
( |
| cls, |
|
|
str | name, |
|
|
| num_vertices_per_cell, |
|
|
| x_vertices, |
|
|
| y_vertices, |
|
|
| cell_to_vertex, |
|
|
| lonlat_edges = False ) |
◆ _ptr
◆ basic_grid
| src.core.BasicGrid.basic_grid |
|
static |
The documentation for this class was generated from the following file: