ensemble.members
Return the ensemble members for an ensemble
Syntax
Description
members = obj.members
Returns the ensemble members being used by the ensemble object. The elements of the output array list the indices of ensembles members saved in the .ens file. If the ensemble object implements a static ensemble, returns the indices of all used ensemble members as a column vector. If the ensemble object implements an evolving ensemble, the output array will be a matrix. Each column will hold the indices for a particular ensemble in the evolving set, and the order of columns will match the order of ensembles in the evolving set.
Returns the ensemble members for the specified ensembles in an evolving ensemble. Each column of the output array holds the ensemble members for a specified matrix, and the order of columns matches the order of specified ensembles. If the index is -1, returns the ensemble members for all ensembles in the evolving set.
members = obj.members(0)
Returns the indices of all ensemble members saved in the .ens file.
Input Arguments
e
labels
Output Arguments
members
.ens file. The columns of “members” list the ensemble members for different ensembles.