netCDF  4.2.1.1
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
Macros | Functions
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 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 ()
 

Detailed Description

An example program demonstrating a simple 2D write.

Definition in file simple_xy_wr.c.


Generated on Wed Aug 22 2012 14:39:40 for netCDF. NetCDF is a Unidata library.