mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
example documentation cleanup
This commit is contained in:
parent
930f6e3e87
commit
12635339c5
@ -1,20 +1,20 @@
|
||||
/*! \file
|
||||
Example program for reading a 4D netCDF file
|
||||
|
||||
\ingroup tutorial
|
||||
|
||||
This is an example which reads some 4D pressure and temperatures. The
|
||||
data file read by this program is produced by the companion program
|
||||
pres_temp_4D_wr.c. It is intended to illustrate the use of the netCDF
|
||||
C API.
|
||||
|
||||
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.
|
||||
|
||||
\author Ed Hartnett
|
||||
*/
|
||||
/* Copyright 2006-2011 University Corporation for Atmospheric
|
||||
Research/Unidata. See COPYRIGHT file for conditions of use. */
|
||||
/**
|
||||
* @file
|
||||
* @ingroup tutorial
|
||||
* Example program for reading a 4D netCDF file
|
||||
*
|
||||
* This is an example which reads some 4D pressure and
|
||||
* temperatures. The data file read by this program is produced by the
|
||||
* companion program pres_temp_4D_wr.c. It is intended to illustrate
|
||||
* the use of the netCDF C API.
|
||||
*
|
||||
* This is part of the netCDF package. Full documentation of the netCDF can be found at
|
||||
* http://www.unidata.ucar.edu/software/netcdf/docs.
|
||||
*
|
||||
* @author Ed Hartnett
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -1,14 +1,16 @@
|
||||
/* Copyright 2018 University Corporation for Atmospheric
|
||||
Research/Unidata. See COPYRIGHT file for conditions of use. */
|
||||
/*! \file
|
||||
A more complex example of writing a netCDF file.
|
||||
|
||||
This is an example program which writes some 4D pressure and
|
||||
temperatures. It is intended to illustrate the use of the netCDF C
|
||||
API. The companion program pres_temp_4D_rd.c shows how to read the
|
||||
netCDF data file created by this program.
|
||||
|
||||
\author Ed Hartnett
|
||||
/**
|
||||
* @file
|
||||
* @ingroup tutorial
|
||||
* A more complex example of writing a netCDF file.
|
||||
*
|
||||
* This is an example program which writes some 4D pressure and
|
||||
* temperatures. It is intended to illustrate the use of the netCDF C
|
||||
* API. The companion program pres_temp_4D_rd.c shows how to read the
|
||||
* netCDF data file created by this program.
|
||||
*
|
||||
* @author Ed Hartnett
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,18 +1,18 @@
|
||||
/* 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 \ref copyright file for more info. */
|
||||
/*! \file
|
||||
|
||||
This example program is part of Unidata's netCDF library for
|
||||
scientific data access.
|
||||
|
||||
This program (quickly, but not thoroughly) tests the large file
|
||||
features.
|
||||
|
||||
Ed Hartnett, 8/11/4
|
||||
Atmospheric Research/Unidata. See \ref copyright file for more
|
||||
info. */
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* This example program is part of Unidata's netCDF library for
|
||||
* scientific data access.
|
||||
*
|
||||
* This program (quickly, but not thoroughly) tests the large file
|
||||
* features.
|
||||
*
|
||||
* @author Ed Hartnett, 8/11/4
|
||||
*/
|
||||
|
||||
#include <netcdf.h>
|
||||
|
Loading…
Reference in New Issue
Block a user