NetCDF  4.6.2
simple_xy_wr.c File Reference

An example program demonstrating a simple 2D write. More...

#include <stdlib.h>
#include <stdio.h>
#include <netcdf.h>
Include dependency graph for simple_xy_wr.c:

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 ()
 

Detailed Description

An example program demonstrating a simple 2D write.

Definition in file simple_xy_wr.c.


Return to the Main Unidata NetCDF page.
Generated on Thu Aug 13 2020 11:01:16 for NetCDF. NetCDF is a Unidata library.