fbinwrite

This function is used write create a binary file in raw C block I/O format from and NCL numeric data type.


Synopsis

	procedure fbinwrite( 
		filepath[1]:string,
		value:numeric
	)

Arguments

filepath
Path needed to locate binary file.
value
A numeric value of any dimensionality.

Description

The fbinread function is used to create a binary data file from an NCL numeric variable. The variable is written to a file as a single unformatted record.

Reference Manual Control Panel

NG4 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?


$Revision: 1.8 $ $Date: 1995/07/26 23:33:07 $