|
YAC 3.21.0
Yet Another Coupler
|
| test_interface.collection_selection |
Definition at line 220 of file test_interface.py.
| test_interface.comp1 = yac_instance.predef_comp("comp1") |
Definition at line 78 of file test_interface.py.
| test_interface.comp2 = yac_instance.def_comp("comp2") |
Definition at line 79 of file test_interface.py.
| test_interface.comp3 |
Definition at line 81 of file test_interface.py.
| test_interface.data |
Definition at line 316 of file test_interface.py.
| test_interface.end_dt |
Definition at line 55 of file test_interface.py.
| test_interface.field1 = yac.Field.create("field1", comp1, points1, 3, "1", yac.TimeUnit.MINUTE) |
Definition at line 179 of file test_interface.py.
| test_interface.field1_id = yac_instance.get_field_id("comp1", "grid1", "field1") |
Definition at line 291 of file test_interface.py.
| test_interface.field2 |
Definition at line 231 of file test_interface.py.
| test_interface.field3 |
Definition at line 184 of file test_interface.py.
| test_interface.field4 |
Definition at line 187 of file test_interface.py.
| test_interface.grid1 = yac.Reg2dGrid("grid1", x, x) |
Definition at line 102 of file test_interface.py.
| test_interface.grid2 |
Definition at line 122 of file test_interface.py.
| test_interface.grid3 |
Definition at line 136 of file test_interface.py.
| test_interface.grid4 |
Definition at line 145 of file test_interface.py.
| test_interface.grid5 |
Definition at line 153 of file test_interface.py.
| test_interface.grid6 |
Definition at line 164 of file test_interface.py.
| test_interface.grid7 = yac.Reg2dGrid("grid7", x, x, north_pole = [3.6, 0.7]) |
Definition at line 174 of file test_interface.py.
| test_interface.interp = yac.InterpolationStack() |
Definition at line 192 of file test_interface.py.
| test_interface.interp_json |
Definition at line 246 of file test_interface.py.
| test_interface.interp_yaml |
Definition at line 241 of file test_interface.py.
| test_interface.mask1 = grid2.def_mask(yac.Location.CELL, [True], name="mask1") |
Definition at line 131 of file test_interface.py.
| test_interface.points1 |
Definition at line 111 of file test_interface.py.
| test_interface.points2 |
Definition at line 133 of file test_interface.py.
| test_interface.points4 |
Definition at line 149 of file test_interface.py.
| test_interface.points5 |
Definition at line 161 of file test_interface.py.
| test_interface.points7 |
Definition at line 175 of file test_interface.py.
| test_interface.prelim_grid1 = yac_instance.get_grid("grid1") |
Definition at line 101 of file test_interface.py.
| test_interface.prelim_mask1_id = grid2.get_mask(yac.Location.CELL, "mask1").mask_id |
Definition at line 130 of file test_interface.py.
| test_interface.rank = MPI.COMM_WORLD.rank |
Definition at line 18 of file test_interface.py.
| test_interface.recv_info |
Definition at line 316 of file test_interface.py.
| test_interface.send_info |
Definition at line 316 of file test_interface.py.
| test_interface.size = MPI.COMM_WORLD.size |
Definition at line 19 of file test_interface.py.
| test_interface.src_lag |
Definition at line 218 of file test_interface.py.
| test_interface.start_dt |
Definition at line 52 of file test_interface.py.
| test_interface.write |
Definition at line 100 of file test_interface.py.
| test_interface.x = np.array([-1., 0., 1.]) |
Definition at line 99 of file test_interface.py.
| test_interface.yac_comm = yac.YAC(comm=MPI.COMM_WORLD) |
Definition at line 44 of file test_interface.py.
| test_interface.yac_def_instance = yac.YAC(default_instance=True) |
Definition at line 27 of file test_interface.py.
| test_interface.yac_def_instance2 = yac.YAC.default_instance |
Definition at line 28 of file test_interface.py.
| test_interface.yac_from_id = yac.YAC.from_id(yac_def_instance2.instance_id) |
Definition at line 29 of file test_interface.py.
| test_interface.yac_instance = yac.YAC() |
Definition at line 48 of file test_interface.py.
| test_interface.yaxt_exchanger_name |
Definition at line 219 of file test_interface.py.