BoutDataset Accessor MethodsΒΆ
xBOUT defines a set of accessor methods on the loaded Datasets and
DataArrays, which are called by ds.bout.method
.
This is where BOUT-specific data manipulation, analysis and plotting functionality is stored, for example:
ds['n'].bout.animate2D(animate_over='t', x='x', y='z')

or:
ds.bout.create_restarts(savepath='.', nxpe=4, nype=4)