netCDF 4.2.1.1
|
A simple example of writing a netCDF file. More...
Go to the source code of this file.
A simple example of writing a netCDF file.
This example writes some surface pressure and temperatures. It is intended to illustrate the use of the netCDF C API. The companion program sfc_pres_temp_rd.c shows how to read the netCDF data file created by this program.
Copyright 2006 University Corporation for Atmospheric Research/Unidata. See COPYRIGHT file for conditions of use.
Definition in file sfc_pres_temp_wr.c.