Read_netCDF_Field


Synopsis

read a field from a netCDF file

V name

NETCDF.Read_Field

 

Input Port

parent

user interface parent object

 

Output Ports

field

Mesh + Node_Data

obj

output renderable object

 

Description

Read_netCDF_Field reads a dataset from a standard netCDF file into an AVS/Express field.

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.

variables

The variables in the field

timestep

int

fldtype

the Fldtype of the field.

Output Ports

field

Mesh+Node_Data. The output field.

obj

Renderable object corresponding to field.

Example

Libraries.Examples.Visualization.NetCDF_SeaSurface

v/dv_examp/nc_sst.v

File

v/netcdf.v

See also

Related modules