Read_netCDF_Object


Synopsis

read a dataset from a netCDF file

V name

NETCDF.Read_Object

 

Input Port

parent

user interface parent object

 

Output Ports

field

group

obj

output renderable object

 

Description

Read_netCDF_Object reads a dataset from a netCDF file into an AVS/Express object. Often the object is a field, but it does not have to be. If the netCDF file was written with the AVS/Express Write_netCDF_Object module, then Read_netCDF_Object outputs the same object that was written (a field or other AVS/Express object). If the file contains only a standard netCDF object, without AVS/Express header information, Read_netCDF_Object produces an object containing the data elements of the netCDF file.

Input Port

parent

A port to connect to a user interface object that contains the macro's widgets. By default, it is connected to the default user interface object in the application in which the macro is instanced. (This default connection is not drawn.)

Parameters

netCDF Filename

UIfileSB. The name of the netCDF file to read.

Output Ports

field

The output group object.

obj

Renderable object corresponding to field.

Example

Not available.

File

v/netcdf.v

See also

Related modules