|
YAC 3.12.0
Yet Another Coupler
|
Go to the source code of this file.
Enumerations | |
| enum | coord_units { DEG = 0 , RAD = 1 } |
Functions | |
| void | write_test_grid_file (char const *file_name, enum coord_units coord_unit) |
Variables | |
| static double | vlon [15] = {-2,-1,0,1,2, -1.5,-0.5,0.5,1.5, -1,0,1, -0.5,0.5, 0} |
| static double | vlat [15] |
| static double | clon [16] = {1,1,0,0,-1,-1,-2,-1,0,0,1,1,1,1,1,0} |
| static double | clat [16] = {-1.5,-1,-1,-0.5,-0.5,0,0,0.5,0.5,0,0,-0.5,0.5,1,1,1.5} |
| static int | mask [16] = {0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0} |
| enum coord_units |
| Enumerator | |
|---|---|
| DEG | |
| RAD | |
Definition at line 36 of file test_read_icon_common.h.
| 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.
|
static |
Definition at line 33 of file test_read_icon_common.h.
|
static |
Definition at line 32 of file test_read_icon_common.h.
|
static |
Definition at line 34 of file test_read_icon_common.h.
|
static |
Definition at line 30 of file test_read_icon_common.h.
|
static |
Definition at line 29 of file test_read_icon_common.h.