# 控制曲线索引参数

## 示例

```
{
	“类型”：“控制曲线索引参数”，
	“存储节点”：“水库名称”，
	“控制曲线”: [
		{
			“类型”：“月度配置文件参数”，
			“价值观”：[
				0.45，
				0.45，
			  	0.45，
				0.45，
				0.45，
				0.45，
				0.45，
				0.45，
				0.45，
				0.45，
				0.6，
				0.6
				]
		}，
		{
			“类型”：“常量”，
			“值”：0.4
		}，		
		{
			“类型”：“常量”，
			“值”：0.1
		}		
	]
}

```

上面的代码定义了水库的3条储层控制曲线，称为 “水库名称”。它返回一个索引，具体取决于水库的装满程度：

<figure><img src="/files/GXLvnPCNpwgDDo1jFOIP" alt=""><figcaption></figcaption></figure>

要查看如何将此索引与[ 索引数组参数 ](https://water-strategy.gitbook.io/water-strategy/modelling-fundamentals/parameters/indexed-array-parameter)点击 [这里](https://water-strategy.gitbook.io/water-strategy/modelling-fundamentals/parameters/indexed-array-parameter/#Example)。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://water-strategy.gitbook.io/waterstrategy/zhong-guo-ren/jian-mo-ji-chu-zhi-shi/parameters/control-curve-parameters/control-curve-index-parameter.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
