NetCDF  4.4.1
 All Data Structures Files Functions Variables Typedefs Macros Modules Pages
simple_xy_wr.c File Reference

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

#include <stdlib.h>
#include <stdio.h>
#include <netcdf.h>

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 4 2016 17:52:18 for NetCDF. NetCDF is a Unidata library.