YAC 3.12.0
Yet Another Coupler
Loading...
Searching...
No Matches
test_read_woa_data.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <math.h>
#include <netcdf.h>
#include "tests.h"
#include "test_common.h"
#include "read_woa_data.h"
#include "io_utils.h"
Include dependency graph for test_read_woa_data.c:

Go to the source code of this file.

Macros

#define LON   (16)
 
#define LAT   (8)
 
#define DEPTH   (4)
 
#define TIME   (2)
 
#define NV   (2)
 

Functions

static void write_test_data_file (char const *file_name)
 

Detailed Description

Test
This contains examples for read_woa_data.

Definition in file test_read_woa_data.c.

Macro Definition Documentation

◆ DEPTH

#define DEPTH   (4)

Definition at line 24 of file test_read_woa_data.c.

◆ LAT

#define LAT   (8)

Definition at line 23 of file test_read_woa_data.c.

◆ LON

#define LON   (16)

Definition at line 22 of file test_read_woa_data.c.

◆ NV

#define NV   (2)

Definition at line 26 of file test_read_woa_data.c.

◆ TIME

#define TIME   (2)

Definition at line 25 of file test_read_woa_data.c.

Function Documentation

◆ write_test_data_file()

static void write_test_data_file ( char const * file_name)
static

Definition at line 79 of file test_read_woa_data.c.

Here is the call graph for this function: