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

Interface initialise


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call initialise(this[,file...
...end,verbosity,verbosity_cascade,master_only])\end{verbatim}
\end{boxedminipage}

Open a file for reading or writing. The action optional parameter can be one of INPUT (default), OUTPUT or INOUT. For unformatted output, for use with the read_binary and write_binary interfaces, the isformatted optional parameter must be set to false.

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

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

action -- integer, intent(in), optional

isformatted -- logical, intent(in), optional

append -- logical, intent(in), optional

verbosity, verbosity_cascade -- integer, intent(in), optional

master_only -- logical, intent(in), optional

finalise interface

gabor 2009-06-30