TOC PREV NEXT INDEX

Write_netCDF_Field

Synopsis

write a structured field to a netCDF file

V name

NETCDF.Write_Field

Input Port

parent

user interface parent object

Parameters

Output Port

field

Mesh_Struct + Node_Data

obj

output renderable object

Description

Write_netCDF_Field writes a AVS/Express structured field to a netCDF file, using standard netCDF conventions. The resulting netCDF file is more suitable for export to other applications than are files written by Write_netCDF_Object. The inclusion of Write_netCDF_Field in AVS/Express permits you to write a field data structure to a file for storage or for use by another application that supports netCDF input. The following restrictions should be observed when using Write_netCDF_Field:All node data components of the field must have veclen equal to 1. Not all subojects of a field are written out. For example, the node data ID subobject is not written.

Input

in

Mesh_Struct+Node_Data. A structured AVS/Express field.

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 write.

Output Port

none


Example

Not available

File

v/netcdf.v

See also related modules

Read_netCDF_Field

TOC PREV NEXT INDEX