Scenarios - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: Scenarios

A scenario organizes different topologies or connections of Instances in a Master Network and different metadata or data values for the attributes that describe those Instances. A Scenario concept helps users represent different modeling alternatives that simulate socio-economic changes in water resources networks and their data

Columns

PKNameData TypeNULLAutoDefaultCommentFK

ScenarioIDInteger

Primary key identifier
ScenarioNameVarChar(255) a text for the name of the scenario e.g., Base Case, or Future Changes
ScenarioStartDateVarChar(255)

Start date or time (of any format) of the scenario time extent (e.g., 1966)
ScenarioEndDateDateTime

End date or time (of any format) of the scenario time extent (e.g., 2000)
TimeStepValueInteger

Time step of the scenario (e.g, 1)
TimeStepUnitCVVarChar(255)

CV term refers to the unit of the time step value of the scenario

MasterNetworkIDInteger Foreign key identifier for a MasterNetwork

DescriptionText

A text that describes the scenario

Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_Scenarios_CV_UnitsCVs.CV_UnitsNetScen.ScenariosNameTimeStepUnitCV
fk_Scenarios_MasterNetworksNetScen.MasterNetworksNetScen.ScenariosMasterNetworkIDMasterNetworkID

Triggers

(none)


Used in Diagrams

Diagram Name
01_WaMDaM
02_WaMDaM_WCVs