|
YAC 3.12.0
Yet Another Coupler
|
#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"
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) |
Definition in file test_read_woa_data.c.
| #define DEPTH (4) |
Definition at line 24 of file test_read_woa_data.c.
| #define LAT (8) |
Definition at line 23 of file test_read_woa_data.c.
| #define LON (16) |
Definition at line 22 of file test_read_woa_data.c.
| #define NV (2) |
Definition at line 26 of file test_read_woa_data.c.
| #define TIME (2) |
Definition at line 25 of file test_read_woa_data.c.
|
static |