ensemble.dispVariables
Prints the variables in an ensemble object to the console
Syntax
Description
obj.dispVariables
Prints the variables being used by the ensemble object to the console. Prints the state vector length of each variable in addition to its name.
obj.dispVariables(showFile)
Indicate whether to print the variables used by the ensemble object (false - default), or the variables saved in the .ens file.
Input Arguments
showFile
scalar logical
Whether to display the variables saved in the .ens file (true), or the variables used by the ensemble object (false - Default).
Prints
Prints a list of variables and their lengths to the console.