NetCDF  4.7.3
simple_xy_wr.c File Reference
#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. Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 University Corporation for Atmospheric Research/Unidata.

See netcdf-c/COPYRIGHT file for more info.

Definition in file simple_xy_wr.c.


Return to the Main Unidata NetCDF page.
Generated on Tue Oct 31 2023 08:57:53 for NetCDF. NetCDF is a Unidata library.