|
YAC 3.21.0
Yet Another Coupler
|
#include "yac_config.h"#include <stdio.h>#include <string.h>#include <netcdf.h>#include "tests.h"#include "test_common.h"#include "io_utils.h"#include "geometry.h"#include "test_read_icon_common.h"Go to the source code of this file.
Variables | |
| int | vertex_of_cell [3][16] |
| int | edge_of_cell [3][16] |
| int | cells_of_vertex [6][15] |
| int | vertex_of_edge [2][30] |
| int cells_of_vertex[6][15] |
Definition at line 27 of file test_read_icon_common.c.
| int edge_of_cell[3][16] |
Definition at line 24 of file test_read_icon_common.c.
| int vertex_of_cell[3][16] |
Definition at line 21 of file test_read_icon_common.c.
| int vertex_of_edge[2][30] |
Definition at line 33 of file test_read_icon_common.c.