ListSubbasin

This function evaluates to a list of the objects in a given subbasin.

Description

The objects in the given subbasin.

Type

LIST {OBJECT}

Arguments

Type

Meaning

1

STRING

the name of the subbasin

Evaluation

The list of subbasins in the model is searched for a match to the given string. Then, a list is generated from the member objects of that subbasin.

Comments

Both predefined and user defined subbasins may be listed. Member objects are listed in the order in which they appear in the Edit Subbasins dialog. If there is no subbasin with the given name in the model, this function aborts the run with an error.

 
ListSubbasin("LevelPowerReservoir")
ListSubbasin("Colorado above GJ")
 
{%"Mead", %"Powell", %"Havasu"}