Write_netCDF_Field
Synopsis
read a field from a netCDF file
V name
Input Port
Parameters
Output Port
Description
Write_netCDF_Field writes a AVS/Express 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 components of the field must have veclen equal to 1. Not all components of a field are written out. For example the ID component is not written.
Input
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
Output Port
Example
File
See also related modules