YetAnotherCoupler 3.5.2
|
Data Structures | |
class | DualGrid |
class | FesomGrid |
class | GaussianGrid |
Generate Gaussian grid with an given resolution and extent (currently only on an closed interval in lon) More... | |
class | GridBase |
Base class for Grids. More... | |
class | HealPixGrid |
HealPix Grid. More... | |
class | ICONGrid |
Read grid from netCDF file like it is stored in ICON with fields clon, clat, vlon, vlat, vertex_of_cell etc. More... | |
class | ScripGrid |
class | YacDebugGrid |
Read grid from netCDF file like it is stored by the YAC debug_grid feature. More... | |
Functions | |
to_numpy_deg (var) | |
lonlat2xyz (lon, lat) | |
xyz2lonlat (xyz) | |
spherical_mean (lon, lat) | |
get_grid (grid) | |
Variables | |
parser = argparse.ArgumentParser(prog="grid_utils.py") | |
subparsers = parser.add_subparsers(dest='command', help='sub-command help') | |
parser_save_grid = subparsers.add_parser('save_grid', help='save a grid to netCDF file') | |
type | |
str | |
help | |
Path | |
args = parser.parse_args() | |
grid_utils.get_grid | ( | grid | ) |
grid_utils.lonlat2xyz | ( | lon, | |
lat ) |
grid_utils.spherical_mean | ( | lon, | |
lat ) |
grid_utils.to_numpy_deg | ( | var | ) |
Definition at line 15 of file grid_utils.py.
grid_utils.xyz2lonlat | ( | xyz | ) |
grid_utils.args = parser.parse_args() |
Definition at line 505 of file grid_utils.py.
grid_utils.help |
Definition at line 503 of file grid_utils.py.
grid_utils.parser = argparse.ArgumentParser(prog="grid_utils.py") |
Definition at line 500 of file grid_utils.py.
grid_utils.parser_save_grid = subparsers.add_parser('save_grid', help='save a grid to netCDF file') |
Definition at line 502 of file grid_utils.py.
grid_utils.Path |
Definition at line 504 of file grid_utils.py.
grid_utils.str |
Definition at line 503 of file grid_utils.py.
Definition at line 501 of file grid_utils.py.
grid_utils.type |
Definition at line 503 of file grid_utils.py.