IXFgetmondata runfile

From LIBISIS
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)