Home > freetb4matlab > octcdf > ncdump.m

ncdump

PURPOSE ^

% This function writes the content of the NetCDF file @var{filename} except the actual values of the variables

SYNOPSIS ^

function ncdump(fname,output);

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Loadable Function} ncdump(@var{filename})
% @deftypefnx {Loadable Function} ncdump(@var{filename},@var{output_filename})
% This function writes the content of the NetCDF file @var{filename} except the actual values of the variables
% to the screen or to the file @var{output_filename} is this argument is provided. 
% The output used the same syntax that the octcdf toolbox. Therefore ncdump can be used to
% create a program that produces a NetCDF file with the same metadata than the NetCDF file
% @var{filename}.
% @end deftypefn
%
% @seealso{ncdim,ncvar,ncatt}

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003