![]() |
ICON Community Interface 0.4.0
|
Go to the source code of this file.
Namespaces | |
| namespace | yac_example |
Functions | |
| yac_example.sec_ctr () | |
| yac_example.define_fields () | |
| yac_example.process () | |
Variables | |
| yac_example.glob = comin.descrdata_get_global() | |
| yac_example.yac = YAC.from_id(glob.yac_instance_id) | |
| yac_example.source_comp = yac.predef_comp("comin_example_source") | |
| yac_example.domain = comin.descrdata_get_domain(1) | |
| tuple | yac_example.connectivity |
| yac_example.icon_grid | |
| yac_example.icon_cell_centers | |
| yac_example.rank = comin.parallel_get_host_mpi_rank() | |
| yac_example.target_comp = yac.predef_comp("comin_example_target") | |
| yac_example.vlon = np.linspace(-np.pi, np.pi, 360) | |
| yac_example.vlat = np.linspace(np.pi / 2, -np.pi / 2, 180) | |
| yac_example.grid = Reg2dGrid("comin_example_grid", vlon, vlat, cyclic=(True, False)) | |
| yac_example.cell_centers | |