[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20000623: comments in netCDF files.
- Subject: 20000623: comments in netCDF files.
- Date: Fri, 23 Jun 2000 13:33:34 -0600
Bennett,
> To: "'address@hidden'" <address@hidden>
> From: "Bennett, David A" <address@hidden>
> Subject: f90 netcdf
> Organization: UCAR/Unidata
> Keywords: 200006221445.e5MEjST21063
In the above message, you wrote:
> I was wondering if someone could give me a hint on the syntax for creating
> comments in a NetCDF file that would be visible when ncdump is invoked?
> If I have overlooked this information in the documentation, please let me
> know.
>
> Thanks...
>
> Dave
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> David A. Bennett mailto:address@hidden
>
> Meteorologist
> Center for Remote Environmental Sensing Technology
> Lockheed Martin Space Systems
> Remote Sensing and Space Science Operations
> Sunnyvale, CA
>
> voice: 408-756-2335 fax: 408-743-1795
The obvious way to do this would be to put the commentary into a global
attribute -- in CDL format, something like the following:
netcdf {
...
variables:
:commentary =
"This is a two-line comment on the contents of this netCDF dataset,
which is contained in a global variable.";
...
}
Regards,
Steve Emmerson <http://www.unidata.ucar.edu>