|
YAC 3.13.0
Yet Another Coupler
|
Functions | |
| _main () | |
Variables | |
| comm = MPI.COMM_WORLD | |
| rank = comm.rank | |
| level | |
| WARNING | |
| format | |
| grid_dir = sys.argv[1] | |
| reg_grid | |
| coords = reg_grid.add_coordinates(yac_location.YAC_LOC_CORNER) | |
| src_field = InterpField(coords) | |
| icon_grid | |
| icon_cell_field | |
| interp_stack | |
| weights | |
| on_existing | |
| interpolate = weights.get_interpolation(collection_selection=[1, 4, 2]) | |
| src_size = src_field.basic_grid.get_data_size(yac_location.YAC_LOC_CORNER) | |
| src = np.stack([i*np.ones(src_size, dtype=np.float64) for i in range(5)], axis=0) | |
| tgt = interpolate(src) | |
| local_is_io | |
| io_ranks | |
|
protected |
Definition at line 84 of file test_core.py.


| test_core.comm = MPI.COMM_WORLD |
Definition at line 14 of file test_core.py.
| test_core.coords = reg_grid.add_coordinates(yac_location.YAC_LOC_CORNER) |
Definition at line 54 of file test_core.py.
| test_core.format |
Definition at line 34 of file test_core.py.
| test_core.grid_dir = sys.argv[1] |
Definition at line 37 of file test_core.py.
| test_core.icon_cell_field |
Definition at line 57 of file test_core.py.
| test_core.icon_grid |
Definition at line 57 of file test_core.py.
| test_core.interp_stack |
Definition at line 60 of file test_core.py.
| test_core.interpolate = weights.get_interpolation(collection_selection=[1, 4, 2]) |
Definition at line 69 of file test_core.py.
| test_core.io_ranks |
Definition at line 79 of file test_core.py.
| test_core.level |
Definition at line 34 of file test_core.py.
| test_core.local_is_io |
Definition at line 79 of file test_core.py.
| test_core.on_existing |
Definition at line 67 of file test_core.py.
| int test_core.rank = comm.rank |
Definition at line 15 of file test_core.py.
| test_core.reg_grid |
Definition at line 39 of file test_core.py.
| test_core.src = np.stack([i*np.ones(src_size, dtype=np.float64) for i in range(5)], axis=0) |
Definition at line 72 of file test_core.py.
| test_core.src_field = InterpField(coords) |
Definition at line 55 of file test_core.py.
| test_core.src_size = src_field.basic_grid.get_data_size(yac_location.YAC_LOC_CORNER) |
Definition at line 71 of file test_core.py.
| test_core.tgt = interpolate(src) |
Definition at line 74 of file test_core.py.
| test_core.WARNING |
Definition at line 34 of file test_core.py.
| test_core.weights |
Definition at line 63 of file test_core.py.