![]() |
NetCDF
4.4.1.1
|
An example program demonstrating a simple 2D write. More...
Go to the source code of this file.
Macros | |
#define | ERR(e) {printf("Error: %s\n", nc_strerror(e)); exit(ERRCODE);} |
#define | ERRCODE 2 |
#define | FILE_NAME "simple_xy.nc" |
#define | NDIMS 2 |
#define | NX 6 |
#define | NY 12 |
Functions | |
int | main () |
An example program demonstrating a simple 2D write.
Definition in file simple_xy_wr.c.