889 lines
29 KiB
JSON
889 lines
29 KiB
JSON
{
|
||
"$id": "https://schema.ideas.cnpc/json/business-data/tp_ach_test.1.0.0.json",
|
||
"type": "Object",
|
||
"title": "试油成果数据",
|
||
"schema": "http://json-schema.org/draft-07/schema#",
|
||
"required": [
|
||
"bsflag",
|
||
"dataRegion",
|
||
"dsid",
|
||
"layerNo",
|
||
"wellboreId"
|
||
],
|
||
"identityId": [
|
||
"dsid"
|
||
],
|
||
"naturalKey": [
|
||
"layerNo",
|
||
"wellboreId"
|
||
],
|
||
"properties": {
|
||
"c1": {
|
||
"type": "number",
|
||
"title": "甲烷",
|
||
"description": "甲烷"
|
||
},
|
||
"c2": {
|
||
"type": "number",
|
||
"title": "乙烷",
|
||
"description": "乙烷"
|
||
},
|
||
"c3": {
|
||
"type": "number",
|
||
"title": "丙烷",
|
||
"description": "丙烷"
|
||
},
|
||
"ca": {
|
||
"type": "number",
|
||
"title": "钙",
|
||
"description": "钙"
|
||
},
|
||
"mg": {
|
||
"type": "number",
|
||
"title": "镁",
|
||
"description": "镁"
|
||
},
|
||
"n2": {
|
||
"type": "number",
|
||
"title": "氮",
|
||
"description": "氮"
|
||
},
|
||
"o2": {
|
||
"type": "number",
|
||
"title": "氧",
|
||
"description": "氧"
|
||
},
|
||
"ph": {
|
||
"type": "number",
|
||
"title": "PH值",
|
||
"description": "PH值"
|
||
},
|
||
"co2": {
|
||
"type": "number",
|
||
"title": "二氧化碳",
|
||
"description": "二氧化碳"
|
||
},
|
||
"co3": {
|
||
"type": "number",
|
||
"title": "碳酸根",
|
||
"description": "碳酸根"
|
||
},
|
||
"h2s": {
|
||
"type": "number",
|
||
"title": "硫化氢",
|
||
"description": "硫化氢"
|
||
},
|
||
"ic4": {
|
||
"type": "number",
|
||
"title": "异丁烷",
|
||
"description": "异丁烷"
|
||
},
|
||
"ic5": {
|
||
"type": "number",
|
||
"title": "异戊烷",
|
||
"description": "异戊烷"
|
||
},
|
||
"kNa": {
|
||
"type": "number",
|
||
"title": "钾加钠",
|
||
"description": "钾加钠"
|
||
},
|
||
"nc4": {
|
||
"type": "number",
|
||
"title": "正丁烷",
|
||
"description": "正丁烷"
|
||
},
|
||
"nc5": {
|
||
"type": "number",
|
||
"title": "正戊烷",
|
||
"description": "正戊烷"
|
||
},
|
||
"so4": {
|
||
"type": "number",
|
||
"title": "硫酸根",
|
||
"description": "硫酸根"
|
||
},
|
||
"dsid": {
|
||
"type": "string",
|
||
"title": "DSID",
|
||
"description": "主键ID"
|
||
},
|
||
"hco3": {
|
||
"type": "number",
|
||
"title": "重碳酸根",
|
||
"description": "重碳酸根"
|
||
},
|
||
"bhTvd": {
|
||
"type": "number",
|
||
"title": "井底垂深",
|
||
"description": "井底真垂直深度"
|
||
},
|
||
"btmMd": {
|
||
"type": "number",
|
||
"title": "井段底深",
|
||
"description": "填写试油射孔井段底深,多层合试时填写最下层底界深度,裸眼和筛管填写其顶界深度。"
|
||
},
|
||
"clPct": {
|
||
"type": "number",
|
||
"title": "氯根",
|
||
"description": "氯根"
|
||
},
|
||
"mdMax": {
|
||
"type": "number",
|
||
"title": "最大井斜深度",
|
||
"description": "最大井斜深度"
|
||
},
|
||
"topMd": {
|
||
"type": "number",
|
||
"title": "井段顶深",
|
||
"description": "填写试油射孔井段顶深,多层合试时填写最上层顶界深度,裸眼和筛管填写其顶界深度。"
|
||
},
|
||
"bsflag": {
|
||
"type": "number",
|
||
"title": "删除标识",
|
||
"description": "逻辑删除标识,表示该条记录在用或者已经失效,1表示正常数据、-5表示废弃数据"
|
||
},
|
||
"result": {
|
||
"type": "string",
|
||
"title": "试油结论",
|
||
"description": "试油结论"
|
||
},
|
||
"testId": {
|
||
"type": "string",
|
||
"title": "试油试采ID",
|
||
"description": "引用\"TP_BAS_TEST\"表的主键"
|
||
},
|
||
"wellId": {
|
||
"type": "string",
|
||
"title": "井ID",
|
||
"description": "引用\"CD_WELL\"表的主键",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_well.1.0.0/wellId",
|
||
"relationType": "PK"
|
||
}
|
||
]
|
||
},
|
||
"co2Data": {
|
||
"type": "number",
|
||
"title": "二氧化碳g/m^3",
|
||
"description": "二氧化碳g/m^3"
|
||
},
|
||
"endTime": {
|
||
"type": "date",
|
||
"title": "结束时间",
|
||
"description": "填写本层试油作业的结束时间,指封层结束或完成生产管柱日期"
|
||
},
|
||
"eventId": {
|
||
"type": "string",
|
||
"title": "作业阶段ID",
|
||
"description": "作业阶段唯一标识符"
|
||
},
|
||
"h2sData": {
|
||
"type": "number",
|
||
"title": "硫化氢g/m^3",
|
||
"description": "硫化氢g/m^3"
|
||
},
|
||
"layerNo": {
|
||
"type": "string",
|
||
"title": "层序号",
|
||
"description": "填写层序号,按试油顺序填写地质层的顺序号,每一层填写一条记录,完井试油填写S1、S2等;中途测试填写C1、C2等;若同一井段多次试油则填写:S1-1、S1-2或C1-1、C2-2等"
|
||
},
|
||
"oilDist": {
|
||
"type": "string",
|
||
"title": "馏量",
|
||
"description": "馏量"
|
||
},
|
||
"outcome": {
|
||
"type": "string",
|
||
"title": "结果",
|
||
"description": "填写试油试采结果,请注意不是试油试采结论"
|
||
},
|
||
"remarks": {
|
||
"type": "string",
|
||
"title": "备注",
|
||
"description": "需要补充说明的内容"
|
||
},
|
||
"cycleNum": {
|
||
"type": "number",
|
||
"title": "周期个数",
|
||
"description": "填写周期个数"
|
||
},
|
||
"flowPres": {
|
||
"type": "number",
|
||
"title": "流压",
|
||
"description": "填写本层正常生产时测得的流动压力"
|
||
},
|
||
"flowTemp": {
|
||
"type": "number",
|
||
"title": "流温",
|
||
"description": "填写本层正常生产时测得的流动温度"
|
||
},
|
||
"formTemp": {
|
||
"type": "number",
|
||
"title": "地层温度",
|
||
"description": "填写地层温度"
|
||
},
|
||
"nextPlan": {
|
||
"type": "string",
|
||
"title": "下步安排",
|
||
"description": "填写下步工作安排,如上返、补孔、堵漏、卡水、暂停、交井等"
|
||
},
|
||
"openMeth": {
|
||
"type": "string",
|
||
"title": "打开方法",
|
||
"description": "打开方法"
|
||
},
|
||
"relCoeff": {
|
||
"type": "number",
|
||
"title": "相关系数",
|
||
"description": "填写计算无阻流量产能公式的相关系数"
|
||
},
|
||
"resultId": {
|
||
"type": "string",
|
||
"title": "成果ID",
|
||
"description": "主键ID"
|
||
},
|
||
"testMeth": {
|
||
"type": "string",
|
||
"title": "试油方法",
|
||
"description": "属性规范值字段,引用属性代码TEST_EXPLORATION_METHOD下的属性值"
|
||
},
|
||
"totSalin": {
|
||
"type": "number",
|
||
"title": "总矿化度",
|
||
"description": "总矿化度"
|
||
},
|
||
"wellType": {
|
||
"type": "string",
|
||
"title": "井型",
|
||
"description": "属性规范值字段,引用属性代码WELL_TYPE下的属性值"
|
||
},
|
||
"checkDate": {
|
||
"type": "date",
|
||
"title": "审核日期",
|
||
"description": "记录数据在本系统的审核时间,需精确到时分秒"
|
||
},
|
||
"choke_1Md": {
|
||
"type": "number",
|
||
"title": "阻流环深",
|
||
"description": "阻流环深"
|
||
},
|
||
"dataGroup": {
|
||
"type": "string",
|
||
"title": "数据分组",
|
||
"description": "数据分组"
|
||
},
|
||
"pgCurveId": {
|
||
"type": "string",
|
||
"title": "压力梯度曲线",
|
||
"description": "引用\"DH_BAS_CURVE\"表的主键,生成图"
|
||
},
|
||
"recoyMeth": {
|
||
"type": "string",
|
||
"title": "求产方法",
|
||
"description": "求产方法"
|
||
},
|
||
"startTime": {
|
||
"type": "date",
|
||
"title": "开始时间",
|
||
"description": "填写首层及老井复试填写从试油队搬安开始时间,连试时第二层开始时间为上一层结束时间"
|
||
},
|
||
"tempegrad": {
|
||
"type": "number",
|
||
"title": "温度梯度",
|
||
"description": "温度梯度"
|
||
},
|
||
"tgCurveId": {
|
||
"type": "string",
|
||
"title": "温度梯度曲线",
|
||
"description": "引用\"DH_BAS_CURVE\"表的主键,生成图"
|
||
},
|
||
"waterType": {
|
||
"type": "string",
|
||
"title": "水型",
|
||
"description": "水型"
|
||
},
|
||
"addProdGas": {
|
||
"type": "number",
|
||
"title": "累产气",
|
||
"description": "填写累产气量"
|
||
},
|
||
"addProdOil": {
|
||
"type": "number",
|
||
"title": "累产油",
|
||
"description": "填写累产油量"
|
||
},
|
||
"borderDesc": {
|
||
"type": "string",
|
||
"title": "试井解释边界名称和距离",
|
||
"description": "填写边界名称和对应的距离"
|
||
},
|
||
"createDate": {
|
||
"type": "date",
|
||
"title": "创建日期",
|
||
"description": "记录数据在本系统的创建时间,需精确到时分秒"
|
||
},
|
||
"cycleTimes": {
|
||
"type": "date",
|
||
"title": "周期时间",
|
||
"description": "填写周期时间"
|
||
},
|
||
"dataRegion": {
|
||
"type": "string",
|
||
"title": "油田标识",
|
||
"description": "油田标识"
|
||
},
|
||
"eoSourceId": {
|
||
"type": "string",
|
||
"title": "交换源端ID",
|
||
"description": "交换源端ID"
|
||
},
|
||
"gasRelDens": {
|
||
"type": "number",
|
||
"title": "天然气相对密度",
|
||
"description": "天然气相对密度"
|
||
},
|
||
"gumPercent": {
|
||
"type": "number",
|
||
"title": "胶质",
|
||
"description": "胶质"
|
||
},
|
||
"oilDensity": {
|
||
"type": "number",
|
||
"title": "油密度",
|
||
"description": "油密度"
|
||
},
|
||
"powerVisco": {
|
||
"type": "number",
|
||
"title": "粘度",
|
||
"description": "粘度"
|
||
},
|
||
"qfSmplTime": {
|
||
"type": "date",
|
||
"title": "取气样日期",
|
||
"description": "取气样日期"
|
||
},
|
||
"resultType": {
|
||
"type": "string",
|
||
"title": "成果类型",
|
||
"description": "属性规范值字段,引用属性代码RESULT_TYPE下的属性值"
|
||
},
|
||
"returnRate": {
|
||
"type": "number",
|
||
"title": "返排率",
|
||
"description": "返排率"
|
||
},
|
||
"sfSmplTime": {
|
||
"type": "date",
|
||
"title": "取水样日期",
|
||
"description": "取水样日期"
|
||
},
|
||
"testMethId": {
|
||
"type": "string",
|
||
"title": "试油方法ID",
|
||
"description": "属性规范值字段,引用属性代码TEST_EXPLORATION_METHOD下的属性值"
|
||
},
|
||
"totFracVol": {
|
||
"type": "number",
|
||
"title": "总馏量",
|
||
"description": "总馏量"
|
||
},
|
||
"tubingPres": {
|
||
"type": "string",
|
||
"title": "油压",
|
||
"description": "填写求产稳定时油管压力"
|
||
},
|
||
"upFlowPres": {
|
||
"type": "number",
|
||
"title": "上流压力",
|
||
"description": "填写临界测气时填写,只有自喷求产时填写"
|
||
},
|
||
"upFlowTemp": {
|
||
"type": "number",
|
||
"title": "上流温度",
|
||
"description": "填写临界测气时填写,只有自喷求产时填写"
|
||
},
|
||
"updateDate": {
|
||
"type": "date",
|
||
"title": "更新日期",
|
||
"description": "记录数据在本系统最新的更新时间,需精确到时分秒,默认=创建时间"
|
||
},
|
||
"waterDepth": {
|
||
"type": "number",
|
||
"title": "水深",
|
||
"description": "水深"
|
||
},
|
||
"waxPercent": {
|
||
"type": "number",
|
||
"title": "含蜡",
|
||
"description": "含蜡"
|
||
},
|
||
"wellTypeId": {
|
||
"type": "string",
|
||
"title": "井型ID",
|
||
"description": "属性规范值字段,引用属性代码WELL_TYPE下的属性值"
|
||
},
|
||
"wellboreId": {
|
||
"type": "string",
|
||
"title": "井筒ID",
|
||
"description": "引用\"CD_WELLBORE\"表的主键",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_wellbore.1.0.0/wellboreId",
|
||
"relationType": "PK"
|
||
}
|
||
]
|
||
},
|
||
"yfSmplTime": {
|
||
"type": "date",
|
||
"title": "取油样日期",
|
||
"description": "取油样日期"
|
||
},
|
||
"checkUserId": {
|
||
"type": "string",
|
||
"title": "审核用户",
|
||
"description": "记录数据在本系统的审核用户"
|
||
},
|
||
"createAppId": {
|
||
"type": "string",
|
||
"title": "创建应用",
|
||
"description": "填写数据来源的系统名"
|
||
},
|
||
"flameHeight": {
|
||
"type": "string",
|
||
"title": "火焰高",
|
||
"description": "填写火焰高度值,为范围值,例如火焰高度5-8m"
|
||
},
|
||
"formPresFct": {
|
||
"type": "number",
|
||
"title": "地层压力系数",
|
||
"description": "填写压力系数=(地层压力/深度)×101.97"
|
||
},
|
||
"gasOilRatio": {
|
||
"type": "number",
|
||
"title": "气油比",
|
||
"description": "填写气油比"
|
||
},
|
||
"packerDepth": {
|
||
"type": "number",
|
||
"title": "封隔器位置",
|
||
"description": "填写封隔器位置"
|
||
},
|
||
"pgUpCurveId": {
|
||
"type": "string",
|
||
"title": "监测压力计曲线(上)",
|
||
"description": "引用\"DH_BAS_CURVE\"表的主键,生成图,指试油层井底监测压力计(上)曲线"
|
||
},
|
||
"prodCurveId": {
|
||
"type": "string",
|
||
"title": "求产曲线",
|
||
"description": "引用\"DH_BAS_CURVE\"表的主键,生成图,指地面求产的产量、油嘴、油压曲线"
|
||
},
|
||
"qfSmplPlace": {
|
||
"type": "string",
|
||
"title": "取气样地点",
|
||
"description": "取气样地点"
|
||
},
|
||
"sandPercent": {
|
||
"type": "number",
|
||
"title": "含砂",
|
||
"description": "含砂"
|
||
},
|
||
"sfSmplPlace": {
|
||
"type": "string",
|
||
"title": "取水样地点",
|
||
"description": "取水样地点"
|
||
},
|
||
"tubingDepth": {
|
||
"type": "number",
|
||
"title": "油管下深",
|
||
"description": "填写油管下深"
|
||
},
|
||
"wateCurveId": {
|
||
"type": "string",
|
||
"title": "水性曲线",
|
||
"description": "引用\"DH_BAS_CURVE\"表的主键,生成图,指PH值、密度、氯根等指标变化曲线"
|
||
},
|
||
"wellPurpose": {
|
||
"type": "string",
|
||
"title": "井别",
|
||
"description": "属性规范值字段,引用属性代码WELL_PURPOSE下的属性值"
|
||
},
|
||
"yfSmplPlace": {
|
||
"type": "string",
|
||
"title": "取油样地点",
|
||
"description": "取油样地点"
|
||
},
|
||
"addProdWater": {
|
||
"type": "number",
|
||
"title": "累产水",
|
||
"description": "填写累产水量"
|
||
},
|
||
"completionMd": {
|
||
"type": "number",
|
||
"title": "完钻井深",
|
||
"description": "完钻井深"
|
||
},
|
||
"createUserId": {
|
||
"type": "string",
|
||
"title": "创建用户",
|
||
"description": "记录数据在本系统的创建用户"
|
||
},
|
||
"cycleProdOil": {
|
||
"type": "number",
|
||
"title": "周期产油",
|
||
"description": "填写一个求产周期内的产油量"
|
||
},
|
||
"dailyProdGas": {
|
||
"type": "number",
|
||
"title": "日产气",
|
||
"description": "填写日产气量"
|
||
},
|
||
"dailyProdOil": {
|
||
"type": "number",
|
||
"title": "日产油",
|
||
"description": "填写日产油量"
|
||
},
|
||
"dsgnLayerNum": {
|
||
"type": "number",
|
||
"title": "打开层数",
|
||
"description": "填写该井全井设计试油层数"
|
||
},
|
||
"flowTempDpth": {
|
||
"type": "number",
|
||
"title": "流温测深",
|
||
"description": "填写流压流温时的仪器下深"
|
||
},
|
||
"recoveryTime": {
|
||
"type": "date",
|
||
"title": "恢复时间",
|
||
"description": "填写实际恢复时间"
|
||
},
|
||
"testProdTime": {
|
||
"type": "date",
|
||
"title": "求产时间",
|
||
"description": "填写抽汲、提捞、气举等不同求产方法、工作制度的一个周期的求产时间(单位:分钟),如气举求产时间为7:10--8:35,可填写为85,只有非自喷求产时填写"
|
||
},
|
||
"updateUserId": {
|
||
"type": "string",
|
||
"title": "更新用户",
|
||
"description": "记录数据在本系统最新的更新用户,默认=创建用户"
|
||
},
|
||
"waterDensity": {
|
||
"type": "number",
|
||
"title": "水密度",
|
||
"description": "水密度"
|
||
},
|
||
"waterPercent": {
|
||
"type": "number",
|
||
"title": "含水",
|
||
"description": "含水"
|
||
},
|
||
"addProdLiquid": {
|
||
"type": "number",
|
||
"title": "累产液",
|
||
"description": "填写累产液量"
|
||
},
|
||
"backPlatePres": {
|
||
"type": "number",
|
||
"title": "下流压力",
|
||
"description": "填写临界测气时填写,只有自喷求产时填写"
|
||
},
|
||
"backPlateTemp": {
|
||
"type": "number",
|
||
"title": "下流温度",
|
||
"description": "填写临界测气时填写,只有自喷求产时填写"
|
||
},
|
||
"cementQuality": {
|
||
"type": "string",
|
||
"title": "固井质量",
|
||
"description": "固井质量"
|
||
},
|
||
"constrSummary": {
|
||
"type": "string",
|
||
"title": "施工简况",
|
||
"description": "填写施工过程"
|
||
},
|
||
"formationName": {
|
||
"type": "string",
|
||
"title": "层位",
|
||
"description": "填写试油试采井段对应的地质层位"
|
||
},
|
||
"freezingPoint": {
|
||
"type": "number",
|
||
"title": "凝固点",
|
||
"description": "凝固点"
|
||
},
|
||
"geoOffsetEast": {
|
||
"type": "number",
|
||
"title": "横坐标Y",
|
||
"description": "横坐标Y"
|
||
},
|
||
"isSubmitLayer": {
|
||
"type": "string",
|
||
"title": "是否交层",
|
||
"description": "本层试油工作全部结束填‘Y'否则填'N'。"
|
||
},
|
||
"measPointDpth": {
|
||
"type": "number",
|
||
"title": "静压测深",
|
||
"description": "填写测静压静温时的仪器下深"
|
||
},
|
||
"pgDownCurveId": {
|
||
"type": "string",
|
||
"title": "监测压力计曲线(下)",
|
||
"description": "引用\"DH_BAS_CURVE\"表的主键,生成图,指试油层井底监测压力计(下)曲线"
|
||
},
|
||
"ptPurpCurveId": {
|
||
"type": "string",
|
||
"title": "井下压力温度曲线(目的层)",
|
||
"description": "引用\"DH_BAS_CURVE\"表的主键,生成图"
|
||
},
|
||
"reformMeasure": {
|
||
"type": "string",
|
||
"title": "地层改造措施",
|
||
"description": "选填:酸化、压裂、酸压若仅对油层进行了挤油或挤酸改造,可将此措施及过程填写在备注中"
|
||
},
|
||
"wellPurposeId": {
|
||
"type": "string",
|
||
"title": "井别ID",
|
||
"description": "属性规范值字段,引用属性代码WELL_PURPOSE下的属性值"
|
||
},
|
||
"workingSystem": {
|
||
"type": "string",
|
||
"title": "工作制度",
|
||
"description": "填写与求产方法对应的工作制度如:自喷井填写油嘴直径(mm),孔板直径(mm),针阀开度(圈),畅喷填写套管直径(mm)或油管直径(mm),抽汲提捞的次数、深度、液面深,测液面填写测液面深度及其变化值(m)等"
|
||
},
|
||
"addBleedAmount": {
|
||
"type": "number",
|
||
"title": "本层排出的累计液量",
|
||
"description": "填写本层排出的累计液量"
|
||
},
|
||
"addEnterAmount": {
|
||
"type": "number",
|
||
"title": "本层入地的累计液量",
|
||
"description": "填写本层入地的累计液量,指压裂、酸化和漏失等试油期间的累计液量"
|
||
},
|
||
"bitumenPercent": {
|
||
"type": "number",
|
||
"title": "沥青质",
|
||
"description": "沥青质"
|
||
},
|
||
"completionDate": {
|
||
"type": "date",
|
||
"title": "完井日期",
|
||
"description": "填写该井完井日期,即最新一个井筒的完钻日期"
|
||
},
|
||
"cycleProdWater": {
|
||
"type": "number",
|
||
"title": "周期产水",
|
||
"description": "填写一个求产周期内的产水量"
|
||
},
|
||
"dailyProdWater": {
|
||
"type": "number",
|
||
"title": "日产水",
|
||
"description": "填写日产油量"
|
||
},
|
||
"geoDescription": {
|
||
"type": "string",
|
||
"title": "地理位置",
|
||
"description": "地理位置的描述"
|
||
},
|
||
"geoOffsetNorth": {
|
||
"type": "number",
|
||
"title": "纵坐标X",
|
||
"description": "纵坐标X"
|
||
},
|
||
"inclinationMax": {
|
||
"type": "number",
|
||
"title": "最大井斜角",
|
||
"description": "最大井斜角"
|
||
},
|
||
"sulphurPercent": {
|
||
"type": "number",
|
||
"title": "含硫",
|
||
"description": "含硫"
|
||
},
|
||
"wellCommonName": {
|
||
"type": "string",
|
||
"title": "井名",
|
||
"description": "井名",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_well.1.0.0/wellCommonName"
|
||
}
|
||
]
|
||
},
|
||
"acrualCementTop": {
|
||
"type": "number",
|
||
"title": "水泥返深",
|
||
"description": "水泥返深"
|
||
},
|
||
"casingPresRange": {
|
||
"type": "string",
|
||
"title": "套压",
|
||
"description": "填写求产稳定时套管压力"
|
||
},
|
||
"dailyProdLiquid": {
|
||
"type": "number",
|
||
"title": "日产液",
|
||
"description": "填写日产液量"
|
||
},
|
||
"layerStaticPres": {
|
||
"type": "number",
|
||
"title": "地层静压",
|
||
"description": "指产层中部的地层压力"
|
||
},
|
||
"trippingInDepth": {
|
||
"type": "number",
|
||
"title": "压力计下深",
|
||
"description": "压力计下深"
|
||
},
|
||
"beakerSamplerGas": {
|
||
"type": "number",
|
||
"title": "取样器取得气量",
|
||
"description": "填写取样器取样时所取得的气量"
|
||
},
|
||
"beakerSamplerOil": {
|
||
"type": "number",
|
||
"title": "取样器取得油量",
|
||
"description": "填写取样器取样时所取得的油量"
|
||
},
|
||
"sourceCreateDate": {
|
||
"type": "date",
|
||
"title": "源头数据采集时间",
|
||
"description": "记录源头系统采集数据的时间"
|
||
},
|
||
"workingCondition": {
|
||
"type": "string",
|
||
"title": "工作状态",
|
||
"description": "工作状态"
|
||
},
|
||
"closureAzimuthMax": {
|
||
"type": "number",
|
||
"title": "最大井斜方位角",
|
||
"description": "最大井斜方位角"
|
||
},
|
||
"compWaterContRate": {
|
||
"type": "number",
|
||
"title": "综合含水",
|
||
"description": "填写用稳定的日产量计算含水率综合含水=(日产水体积/日产液体积)×100"
|
||
},
|
||
"gravelInputAmount": {
|
||
"type": "number",
|
||
"title": "加砂",
|
||
"description": "加砂"
|
||
},
|
||
"beakerSamplerDepth": {
|
||
"type": "number",
|
||
"title": "取样器取样深度",
|
||
"description": "填写取样器取样时的深度"
|
||
},
|
||
"beakerSamplerPress": {
|
||
"type": "number",
|
||
"title": "取样器取样压力",
|
||
"description": "填写取样器取样时的压力"
|
||
},
|
||
"beakerSamplerWater": {
|
||
"type": "number",
|
||
"title": "取样器取得水量",
|
||
"description": "填写取样器取样时所取得的水量"
|
||
},
|
||
"effectiveThickness": {
|
||
"type": "number",
|
||
"title": "打开厚度",
|
||
"description": "射孔完井填写射开厚度;裸眼填写裸眼段长度;筛管完井填写筛管井段厚度"
|
||
},
|
||
"wellboreCommonName": {
|
||
"type": "string",
|
||
"title": "井筒名",
|
||
"description": "井筒名",
|
||
"x-osdu-relationship": [
|
||
{
|
||
"entityType": "cd_wellbore.1.0.0/wellboreCommonName"
|
||
}
|
||
]
|
||
},
|
||
"completionFormation": {
|
||
"type": "string",
|
||
"title": "完钻层位",
|
||
"description": "钻井完钻层位,多个层位时用\",\"分隔,具体取值参见GR_BAS_STRATUM的数据"
|
||
},
|
||
"gasOpenflowCapacity": {
|
||
"type": "number",
|
||
"title": "天然气无阻流量",
|
||
"description": "指井底流压为1个大气压时的产气量"
|
||
},
|
||
"initialBoilingPoint": {
|
||
"type": "number",
|
||
"title": "初馏点",
|
||
"description": "初馏点"
|
||
},
|
||
"testMethDescription": {
|
||
"type": "string",
|
||
"title": "试油方法描述",
|
||
"description": "填写详细的试油方法,如常规、射孔压裂联作、射孔酸化联作、射孔酸压联作、常规地层测试、射孔测试联作等"
|
||
},
|
||
"workloadTransferDate": {
|
||
"type": "date",
|
||
"title": "工作量转移日期",
|
||
"description": "当需要转移工作量时,填写此数据,正常上报则不需要填写此项"
|
||
},
|
||
"distanceTubingBushing": {
|
||
"type": "number",
|
||
"title": "油补距",
|
||
"description": "油补距"
|
||
},
|
||
"pressgradBProducttest": {
|
||
"type": "number",
|
||
"title": "试采前压力梯度",
|
||
"description": "填写如:压力梯度0.96MPa/100m"
|
||
},
|
||
"shutInWellHeadMaxPres": {
|
||
"type": "number",
|
||
"title": "关井井口最高压力",
|
||
"description": "填写求产结束后关井井口的最高压力"
|
||
},
|
||
"tempegradBProducttest": {
|
||
"type": "number",
|
||
"title": "试采前温度梯度",
|
||
"description": "填写如:4.2℃/100m。"
|
||
},
|
||
"totalLiquidProduction": {
|
||
"type": "number",
|
||
"title": "加液",
|
||
"description": "加液"
|
||
},
|
||
"fixProductionCriterion": {
|
||
"type": "string",
|
||
"title": "定产依据",
|
||
"description": "填写定产依据"
|
||
},
|
||
"artificialWellBottomType": {
|
||
"type": "string",
|
||
"title": "人工井底类型",
|
||
"description": "填写试油过程中最后一道工序的人工井底类型,如机桥、电桥、封隔器(插管式)、灰面、裸眼等。"
|
||
},
|
||
"oilLayerCasingIinnerDiam": {
|
||
"type": "number",
|
||
"title": "油层套管内径",
|
||
"description": "填写油层套管内径"
|
||
},
|
||
"artificialWellBottomDepth": {
|
||
"type": "number",
|
||
"title": "人工井底深度",
|
||
"description": "填试油过程中最后一道工序人工井底的位置(深度),如机桥、电桥、灰面及丢手封隔器的深度。"
|
||
},
|
||
"fixProductionStartEndTime": {
|
||
"type": "string",
|
||
"title": "定产起止时间",
|
||
"description": "填写具体的定产开始时间和结束时间"
|
||
},
|
||
"layerStaticPresGainMethod": {
|
||
"type": "string",
|
||
"title": "地层静压获取方式",
|
||
"description": "地层静压获取方式"
|
||
}
|
||
}
|
||
} |