|
YAC 3.12.0
Yet Another Coupler
|
#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.
Functions | |
| static void | def_coord_unit_att (int ncid, int var_id, enum coord_units coord_unit) |
| static void | write_coord (int ncid, int var_id, double *var, size_t var_size, enum coord_units coord_unit) |
| void | write_test_grid_file (char const *file_name, enum coord_units coord_unit) |
| void | write_dummy_grid_file (char *grid_name, char *grid_filename, char *mask_filename, int with_corners, size_t num_lon, size_t num_lat, double lon_range[2], double lat_range[2]) |
| void | write_test_grid_file_f2c (char const *file_name, int coord_unit) |
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] |
|
static |
|
static |
| void write_dummy_grid_file | ( | char * | grid_name, |
| char * | grid_filename, | ||
| char * | mask_filename, | ||
| int | with_corners, | ||
| size_t | num_lon, | ||
| size_t | num_lat, | ||
| double | lon_range[2], | ||
| double | lat_range[2] ) |
| void write_test_grid_file | ( | char const * | file_name, |
| enum coord_units | coord_unit ) |
Definition at line 59 of file test_read_icon_common.c.
| void write_test_grid_file_f2c | ( | char const * | file_name, |
| int | coord_unit ) |
| int cells_of_vertex[6][15] |
Definition at line 25 of file test_read_icon_common.c.
| int edge_of_cell[3][16] |
Definition at line 22 of file test_read_icon_common.c.
| int vertex_of_cell[3][16] |
Definition at line 19 of file test_read_icon_common.c.
| int vertex_of_edge[2][30] |
Definition at line 31 of file test_read_icon_common.c.