YAC 3.12.0
Yet Another Coupler
Loading...
Searching...
No Matches
test_read_icon_common.h File Reference
This graph shows which files directly or indirectly include this file:

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}
 

Enumeration Type Documentation

◆ coord_units

Enumerator
DEG 
RAD 

Definition at line 36 of file test_read_icon_common.h.

Function Documentation

◆ write_test_grid_file()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ clat

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

Definition at line 33 of file test_read_icon_common.h.

◆ clon

double clon[16] = {1,1,0,0,-1,-1,-2,-1,0,0,1,1,1,1,1,0}
static

Definition at line 32 of file test_read_icon_common.h.

◆ mask

int mask[16] = {0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0}
static

Definition at line 34 of file test_read_icon_common.h.

◆ vlat

double vlat[15]
static
Initial value:
= {1.5,1.5,1.5,1.5,1.5, 0.5,0.5,0.5,0.5, -0.5,-0.5,-0.5,
-1.5,-1.5, -2.5}

Definition at line 30 of file test_read_icon_common.h.

◆ vlon

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

Definition at line 29 of file test_read_icon_common.h.