ensemble.update

Updates an ensemble object to include any new ensemble members added to the .ens file


Syntax



Description

obj = obj.update

Updates an ensemble object. If ensemble members are added to a .ens file (using the “addMembers” command) after the creation of an ensemble object, the ensemble object will not include the new ensemble members. Use this method to include the new ensemble members in the ensemble object. This method will not alter the members currently being used by the object - use the “static”, “evolving”, or “useMembers” commands after calling the “update” command to include the new members in the members used by the ensemble object.


Output Arguments

obj

scalar ensemble object
The ensemble object with updated information about the members saved in the .ens file.