IXFgetmondata runfile
Revision as of 08:00, 4 April 2008 by Dean Whittaker (talk | contribs)
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)