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

Interface write


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call write(this,at[,proper...
...this,filename[,append,properties, &
status])\end{verbatim}
\end{boxedminipage}

Write an Atoms object to this CInOutput stream.

Write Atoms object to XYZ or NetCDF file. Use filename "stdout" to write to terminal.

this -- intent(inout), intent(in), type(CInOutput) or type(Atoms)

at -- type(Atoms), target, intent(in)

properties -- character(*), intent(in), optional, dimension(:)

int_format, real_format -- character(*), intent(in), optional

frame -- integer, intent(in), optional

shuffle, deflate -- logical, intent(in), optional

deflate_level -- integer, intent(in), optional

status -- integer, optional, intent(out)

filename -- character(len=*), intent(in)

append -- logical, optional, intent(in)

query interface

gabor 2009-06-30