|
YAC 3.20.0
Yet Another Coupler
|

Public Member Functions | |
| __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) | |
| check_coordinates (self, bool is_fatal=True) | |
| 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) | |
Static Public Attributes | |
| basic_grid | |
Static Protected Attributes | |
| _ptr | |
| src.core.BasicGrid.__del__ | ( | self | ) |
| src.core.BasicGrid.add_coordinates | ( | self, | |
| yac_location | location, | ||
| lon = None, | |||
| lat = None ) |
| src.core.BasicGrid.add_mask | ( | self, | |
| yac_location | location, | ||
| mask, | |||
| str | None | mask_name = None ) |
| src.core.BasicGrid.check_coordinates | ( | self, | |
| bool | is_fatal = True ) |
| src.core.BasicGrid.empty | ( | cls, | |
| str | name ) |
| src.core.BasicGrid.from_uxgrid | ( | cls, | |
| str | name, | ||
| uxgrid, | |||
| bool | def_edges = False, | ||
| bool | lonlat_edges = False ) |
| src.core.BasicGrid.get_data_size | ( | self, | |
| yac_location | location ) |
| src.core.BasicGrid.name | ( | self | ) |
| src.core.BasicGrid.read_icon | ( | cls, | |
| str | filename, | ||
| str | gridname, | ||
| comm = None, | |||
| mask_valid_values = None ) |
| src.core.BasicGrid.read_scrip | ( | cls, | |
| grid_filename, | |||
| mask_filename, | |||
| grid_name, | |||
| name, | |||
| valid_mask_value = 1, | |||
| use_ll_edges = False ) |
| src.core.BasicGrid.reg_2d_new | ( | cls, | |
| name, | |||
| lon_vertices, | |||
| lat_vertices, | |||
| cyclic = [False, False] ) |
| src.core.BasicGrid.set_core_mask | ( | self, | |
| yac_location | location, | ||
| mask ) |
| src.core.BasicGrid.set_global_index | ( | self, | |
| yac_location | location, | ||
| indices ) |
| src.core.BasicGrid.to_file | ( | self, | |
| filename, | |||
| comm = None ) |
| 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 ) |
| src.core.BasicGrid.unstruct_new | ( | cls, | |
| str | name, | ||
| num_vertices_per_cell, | |||
| x_vertices, | |||
| y_vertices, | |||
| cell_to_vertex, | |||
| lonlat_edges = False ) |