IXFgetmondata runfile

From LIBISIS
Revision as of 08:00, 4 April 2008 by Dean Whittaker (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

IXFgetmondata_runfile will extract the monitor datasets from the runfile%mon_data IXTdata object if it has been appropriately filled, and give a warning otherwise. It will return an allocatable array of IXTdataset_2d objects of appropriate length.


F90 syntax

use IXMrunfile
use IXMdataset_2d

type(IXTrunfile)::runfile
type(IXTdataset_2d),allocatable::arrayd2d(:)

call IXFgetmondata_runfile(runfile,arrayd2d,status)