fbinwrite

This function is used write a binary file containing a single record. The file can be read usings access = sequential from FORTRAN.


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 fbinwrite function is used to create a binary data file from an NCL numeric variable. The variable is written to a file as a single sequential access unformatted record.

Reference Manual Control Panel

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


$Revision: 1.12 $ $Date: 1998/11/11 23:32:17 $