TOC PREV NEXT INDEX

NCread_object

Synopsis

reads a data set from a netCDF file

module NCread_object<locked=0> {
string+Iparam filename;
olink out;
omethod+notify_val+notify_inst read_update<status=1> =
"NCread_object_update";
};

Description

NCread_object reads a data set from a netCDF file into an AVS/Express object.

Input

filename

string. Name of netCDF file to read

Output

out

any. Object containing the elements of the specified netCDF file.a120

Example

Not available.

File

v/netcdf.v

See also

NCwrite_object

TOC PREV NEXT INDEX