Control Curve Index Parameter
Example
{
"type": "controlcurveindexparameter",
"storage_node": "Reservoir name",
"control_curves": [
{
"type": "monthlyprofileparameter",
"values": [
0.45,
0.45,
0.45,
0.45,
0.45,
0.45,
0.45,
0.45,
0.45,
0.45,
0.6,
0.6
]
},
{
"type": "constant",
"value": 0.4
},
{
"type": "constant",
"value": 0.1
}
]
}

Last updated
Was this helpful?