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