netCDF 4.2.1.1
Defines | Functions
/usr/src/RPM/BUILD/libnetcdf7-seq-4.2.1.1/examples/C/simple_nc4_wr.c File Reference

Write a file demonstrating some of the features of netCDF-4. More...

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

Go to the source code of this file.

Defines

#define FILE_NAME   "simple_nc4.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

Write a file demonstrating some of the features of netCDF-4.

We create two shared dimensions, "x" and "y", in a parent group, and some netCDF variables in different subgroups. The variables will include a compound and an enum type, as well as some of the new atomic types, like the unsigned 64-bit integer.

This is part of the netCDF package. Copyright 2006-2011 University Corporation for Atmospheric Research/Unidata. See COPYRIGHT file for conditions of use. Full documentation of the netCDF can be found at http://www.unidata.ucar.edu/software/netcdf/docs.

Definition in file simple_nc4_wr.c.

 All Data Structures Files Functions Variables Typedefs Defines

Generated on Tue Aug 6 2013 11:40:57 for netCDF. NetCDF is a Unidata library.