Interpolated Volume
General Description
Attributes
Name
Description
Required
Example
Volume (Mm3)
Area (Km2)
Volume (Mm3)
Area (Km2)

Last updated
Was this helpful?

Last updated
Was this helpful?
Was this helpful?
{
"type": "InterpolatedVolumeParameter",
"node": "Reservoir or Storage node name",
"volumes": [
0,
7,
10,
15,
25
],
"values": [
1,
2,
4,
6,
14
],
"interp_kwargs": {
"kind": "linear"
},
"comment": "volumes: Mm3, values: Km2"
}