![]() |
NetCDF 4.9.3
|
An example program demonstrating a simple 2D write. More...
Go to the source code of this file.
Macros | |
#define | ERR(e) |
#define | ERRCODE 2 |
#define | FILE_NAME "simple_xy.nc" |
#define | NDIMS 2 |
#define | NX 6 |
#define | NY 12 |
Functions | |
int | main () |
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.
#define ERR | ( | e | ) |
Definition at line 26 of file simple_xy_wr.c.
#define ERRCODE 2 |
Definition at line 25 of file simple_xy_wr.c.
#define FILE_NAME "simple_xy.nc" |
Definition at line 16 of file simple_xy_wr.c.
#define NDIMS 2 |
Definition at line 19 of file simple_xy_wr.c.
#define NX 6 |
Definition at line 20 of file simple_xy_wr.c.
#define NY 12 |
Definition at line 21 of file simple_xy_wr.c.
int main | ( | ) |
Definition at line 29 of file simple_xy_wr.c.