next up previous contents index
Next: Interface finalise Up: Module CInOutput_module Previous: Interface   Contents   Index

Interface initialise


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call initialise(this[,filename,action,append, &
query])\end{verbatim}
\end{boxedminipage}

Open a file for reading or writing. File type (Extended XYZ or NetCDF) is guessed from filename extension. Filename stdout with action OUTPUT to write XYZ to stdout.

this -- type(CInOutput), intent(inout)

filename -- character(*), intent(in), optional

action -- integer, intent(in), optional

append, query -- logical, intent(in), optional

finalise interface

gabor 2009-06-30