Previous SAXO Documentation Assistant: Overview Next

ToBeReviewed/LECTURE/

ncdf_lec.pro

Give informations on a file net cdf and allows to recuperate variables which are write in.

ncdf_lec Reading

result = ncdf_lec(nom, ATT=ATT, DIM=DIM, VAR=VAR, IODIR=IODIR, _extra=_extra)

Return value

-1 (except if var='nom de variable', then the function send back the variable).

Parameters

nom        in required

Name of a file net cdf situated in the directory stipulated by iodir.

Keywords

ATT       

'global' or at the name of a variable. Allows to see all attributes joined at a variable

DIM       

Give the list of dimensions.

VAR       

1) /var: Gove the list of dimensions. 2) var='nom de variable': in this case the function send back the variable.

IODIR       

String containing the directory containing the file to be read

_extra       

Allows to pass keywords defined by IDL to functions NETCDF ( particularly OFFSET and COUNT in ncdf_varget)

Version history

Version

$Id: ncdf_lec.pro 157 2006-08-21 09:01:50Z navarro $

History

Sebastien Masson (smasson@lodyc.jussieu.fr) 4/1/98

Known issues

Restrictions

Variables's names of the program are similar to these used by the IDL manual 'scientific data formats'

 


  Produced by IDLdoc 2.0 on Tue Aug 29 14:50:04 2006.