Read_netCDF_Object
Synopsis
read a dataset from a netCDF file
V name
NETCDF.Read_Object
Input Port
parent
|
user interface parent object
|
Parameters
Output Port
field
|
group
|
obj
|
output renderable object
|
Description
Network Common Data Form, also known as NetCDF, is an interface and library which provides an implementation of an interface for array oriented data access. A machine-independent format for representing scientific data is defined by the netCDF library.
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
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 Port
field
obj
Renderable object corresponding to field.
Example
Not available
File
v/netcdf.v
See also related modules