1. Introduction
In 2023, the natural gas production of Oil and Gas Field A reached a new milestone of 5.85 billion cubic meters, with production from existing wells accounting for 78.5% of the total. The stable production from these existing wells has become the “ballast stone” for the rapid increase in natural gas output. The production blocks are primarily divided into the Songliao old area and the Sichuan-Chongqing exploration area. The Songliao old area, being the earliest developed gas field, experiences extreme winter cold with temperatures dropping to -40°C. The sudden temperature drop during extreme cold weather leads to hydrate freeze-offs in surface pipelines and wellheads, making it difficult to predict the timing of hydrate formation and implement timely deblocking measures. As a result, 83 wells (accounting for 45% of the low-efficiency wells in Songliao) are affected by freeze-offs, impacting gas production by 155.51 million cubic meters annually. The Sichuan-Chongqing area, a newly developed exploration region in recent years, covers a total area of 16,200 square kilometers with only 209 production wells. Most of these wells have entered the late stage of development, characterized by high water production from the reservoir and salinity levels as high as 35 × 104mg/L. The number of liquid-loaded wells has reached 92 (accounting for 44% of the low-efficiency wells in Sichuan-Chongqing). The vast area and sparse well distribution have led to an annual increase in intervention workload. Relying solely on manual management, the maintenance workload is heavy and costly, making it difficult to ensure the timing and frequency of interventions, thereby affecting gas production by 37.58 million cubic meters annually. The distinct characteristics of low-efficiency wells in these two regions necessitate the integration of current digital management methods. By utilizing algorithmic models to predict the timing and location of freeze-offs in advance and remotely adjusting parameters for precise antifreeze injection, the technological gap in “freeze-off management during extreme cold weather” can be addressed. Additionally, by optimizing foam drainage parameters based on digital methods and tailoring the concentration and frequency of foam drainage agent injection to the high salinity conditions, continuous and efficient remote injection of foam drainage agents can be achieved, filling the technological gap in “management of liquid-loaded wells with high salinity.”
2. Research on digital control and management technology for inefficient wells
Currently, Gas Field A is in the initial stage of digitalization. To enhance the level of gas production process analysis, decision-making, and management, an integrated analysis and remote monitoring and control platform has been established [1], which combines “condition diagnosis, measure adjustment, and remote monitoring.” The platform utilizes front-end temperature and pressure sensors to capture wellhead production data, employs the oilfield VPDN private network transmission channel for data return, and determines the “cause of issues” through condition diagnosis algorithm models. It dynamically adjusts parameters and optimizes measures using decision-making models to clarify “treatment methods,” thereby enabling remote control of automated chemical injection devices at the wellhead. By analyzing real-time wellhead production data throughout the entire process and optimizing the adjustment of measures, a new model of digital closed-loop control for measures has been established, transforming “manual maintenance” into “digital control.” (Fig 1). This model focuses on the supervision of measures such as freeze blockage and liquid accumulation in wells [2,3].
[Figure omitted. See PDF.]
2.1. Research on big data-based operating condition diagnosis and early warning algorithm
Following the principles of data “collection, storage, management, and application,” clarify the flow and application scope of various data types. Process 340,000 real-time data points daily by establishing data collaboration techniques to enable data cleaning, filtering, and extraction of valid data. Utilize the GBDT (Gradient Boosting Decision Tree) algorithm to label and classify gas well operating conditions.
Using the GBDT algorithm model, establish correlations between real-time wellhead temperature, tubing pressure, casing pressure, daily gas production, daily water production, and gas well conditions such as liquid loading and hydrate freezing (Fig 2). Through parameter iteration, split the dataset of 120 wells into training, testing, and validation sets, labeling each well’s operating conditions individually.
[Figure omitted. See PDF.]
Step 1: To obtain valid production data (e.g., temperature, pressure, gas volume) and improve algorithm efficiency, perform data cleaning in advance. Apply iterative judgment methods to efficiently filter abnormal and redundant data. Combine preprocessing techniques such as normalization and standardization (see Formula 2-1) to eliminate dimensional differences and extract valid data for model input [4,5].
(2-1)
where X is raw data, Xmin is the minimum value in the sequence and Xmax is the maximum value in the sequence.
Step 2: Develop an identification method for low-efficiency wells and attribute parameter calculation models for wellbore and wellhead conditions.
Wellbore Issues (Liquid Loading): Key parameter: critical liquid-carrying flow rate. Based on the high salinity of formation water in the Sichuan-Chongqing exploration area, establish a liquid-loading identification model: If the unloading flow rate exceeds the actual daily gas production, liquid accumulation is confirmed. Unloading Flow Rate Calculation Model:
The unloading flow calculation model is [6]:
(2-2)(2-3)
where, is the discharge flow ; is the unloading velocity ; is the cross-sectional area of the oil pipe ; is the pressure at a certain point in the tubing MPa; is the temperature of the same position of the tubing ; is the gas deviation coefficient; is the gas phase density ; is Liquid phase density .
Clarify Wellhead Issues: Hydrate Blockage, Key Parameters: Temperature and Pressure. Based on the characteristics of extremely cold weather in the Songliao old oilfield area, a hydrate blockage condition discrimination model has been established. The formation of hydrate blockage at the wellhead (typically at the surface pipeline location of gas wells) is closely related to low temperatures and high-pressure conditions. The critical pressure calculation formula is as follows:
(2-4)(2-5)
where, Ta is the test point oil pipe temperature ; is the critical pressure of hydrate formation corresponding to the temperature Ta at the test point ; And is the parameter, is determined by the value of the relative density of natural gas.
When T > 273 K, the temperature is relatively high, and the likelihood of hydrate formation is lower. When T ≤ 273 K, the temperature is relatively low, and the likelihood of hydrate formation is higher. In the formula, log p represents the logarithm of pressure, indicating a linear relationship between pressure p, temperature T, and parameters B or B1. Under low-temperature conditions (T ≤ 273 K), changes in pressure may directly affect hydrate formation. Higher pressure promotes hydrate formation, while lower pressure may inhibit it. Using the formula, the critical points for hydrate formation under different temperature and pressure conditions can be calculated, enabling the implementation of preventive measures to avoid blockage.
By calculating critical parameters (e.g., liquid-carrying flow rate, temperature, pressure) in the wellbore and wellhead, an innovative coupled wellbore-pipe flow and wellhead-throttling analysis model is developed. This model accurately describes pressure, temperature, and velocity fields across the entire flow domain, providing a theoretical foundation for root-cause analysis of inefficiencies.
Wellbore-Pipe Flow Model: Determines pressure gradient, temperature drop, and flow velocity.
(2-6)
where:
: Pressure drop due to friction and throttling.
: Pressure drop due to liquid acceleration and gravity.
: Pressure drop from gas-liquid two-phase flow and resistance.
Wellhead-Throttling Model: Calculates pressure and temperature drops across the choke.
(2-7)
where:
p1: Upstream pressure (MPa).
p2: Downstream pressure (MPa).
d: Choke diameter (m).
rg: Fluid density (kg/m3).
T: Fluid temperature (°C).
Z: Compressibility factor
K: Flow coefficient
Finally, coupling the wellbore and wellhead models generates a 3D pressure-temperature-velocity field, as illustrated in the Figs 3 and 4 below.
[Figure omitted. See PDF.]
[Figure omitted. See PDF.]
Step 3: Establishment of the GBDT (Gradient Boosting Decision Tree) Model. By integrating the liquid loading and hydrate freezing/blockage condition identification models, labels are assigned to the target values of “to-be-diagnosed” data in the operational diagnosis algorithm [7,8]. Empirical methods are then employed to identify patterns in operational condition variations across extensive training datasets. The training set completes model library construction, while the test set is used for model calibration and the validation set for model evaluation. The GBDT model development process is as follows:
1. (1) Build the initial model function:
(2-8)
1. (2) Calculated negative gradient:
(2-9)
1. (3) As a new target, a new model is constructed on the training:
2. (4) Solving step size :
(2-10)
1. (5) Update function f to:
(2-11)
1. (6) Repeat step (2)–(5);
2. (7) Get the final model as follows:
(2-12)
Step 4: GBDT Model Application for Low-Efficiency Zone Identification. The GBDT model processes extensive test datasets, integrating computational results with benchmark characterization metrics. This enables precise identification of low-efficiency zones and localization of operational root causes (“where issues exist”) (Table 1). By correlating model outputs with field performance indicators, the system diagnoses inefficiency origins, providing actionable insights for targeted interventions.
[Figure omitted. See PDF.]
A validation study was conducted on 120 wells using the operational condition diagnosis and early-warning algorithms, achieving an accuracy rate of 92%. For instance, the big-data-driven diagnosis algorithm identified liquid loading in Well A1 located in the Songliao Basin (Fig 5). Subsequent validation through multiphase flow simulation experiments, field liquid level monitoring, and pressure gradient testing confirmed a 100% diagnostic accuracy, fully aligning with actual production conditions. This demonstrates the algorithm’s robust capability to precisely reflect real-world operational scenarios.
[Figure omitted. See PDF.]
2.2. Research on optimization technology for adjusting parameters of gas wells under multiple operating conditions
Real-time production data are comprehensively acquired through front-end digital devices to accurately evaluate gas well production status and conduct multidimensional diagnosis of downhole-surface operational conditions [9–12]. Combined with a condition early-warning mechanism, this supports process selection and parameter optimization for auxiliary measures, ultimately providing decision-making support for low-efficiency well management. A real-time parameter adjustment optimization methodology for de-freezing/unblocking and foam drainage measures is established, enabling closed-loop control of automated chemical injection systems through remote monitoring and control technologies (Fig 6).
[Figure omitted. See PDF.]
2.2.1. Establishment of a parameter optimization model for foam drainage gas recovery in liquid-loaded wells.
Liquid Loading Well Optimization: Foam Drainage Parameter Injection Model. For liquid-loaded wells, a foam drainage parameter injection optimization model is developed to effectively guide downhole drainage operations. This includes:
1. (1) Foaming Agent Concentration Calculation Model
Establishes correlations among chemical dosage concentration, surface tension, and minimum liquid-carrying velocity to determine cost-effective dosage (Q). This model minimizes operational impacts on surface facilities while reducing chemical costs [13–17].
(2-13)
where:
Q——Concentration of vesicle extractor, ‰;
ρL——Density of effervescent agent, kg/m3;
ρg——Density of water, kg/m3;
σ——Surface tension after dosing, N/m.
High-Salinity Well Solutions: A novel nano-foaming agent system (Table 2) is developed for high-salinity, low-efficiency liquid-loaded wells in Sichuan-Chongqing regions, addressing diverse formation environments.
[Figure omitted. See PDF.]
1. (2) Calculation model of total water yield
The calculation model of total water production is built to determine the total water production a in the wellbore. The total water production consists of two parts, one is the amount of fluid accumulated in the wellbore and the other is the amount of water produced before the measure, and the sum of the two is the total water production of the well.
(2-14)
where:
a——Gross water yield, m3;
V1——The amount of fluid accumulated in the wellbore, m3;
V2——Pre-measure water yield, m3.
1. (3) The optimization model of bubble row parameter filling was constructed
The filling optimization model of bubble discharge parameters is as follows: total daily injection amount = daily water volume×concentration of bubble discharge agent used×filling frequency [18–21]. The total daily injection amount can be obtained by using concentration of bubble discharge agent Q, daily water volume a and filling frequency b (manually entered remotely).
(2-15)
2.2.2. Establishment of optimization model of plugging removal measures for freezing blocked wells.
Aiming at hydrate-frozen plugging, the optimization model of plugging removal parameters is established to effectively guide the implementation of plugging removal technology at wellhead and wellbore. The transient calculation model of wellbore pipe flow was established to accurately describe the working conditions of hydrate formation, and the formation and decomposition model of natural gas hydrate was introduced to realize the quantitative prediction of hydrate formation risk [22–25].
1. (1) Wellbore gas-liquid mixing momentum model (ρdensity(kg/m3), v phase velocity (m/s), E potential energy (J), Ddiameter (m)):
(2-16)
1. (2) Theoretical model of wellbore pressure field (P pressure (MPa)):
(2-17)
1. (3) Theoretical model of wellbore temperature field (T temperature (°C), c Specific heat capacity at constant pressure (J/(kg·K)), q Heat exchange capacity (J/s)):
(2-18)
1. (4) Model of formation and decomposition of natural gas hydrate:
(2-19)(2-20)
1. (5) Hydrate formation/decomposition reaction area:
(2-21)
Considering gas well working conditions and natural gas components, based on the hydrate thermodynamic and dynamic generation model and the transient calculation method of wellbore multiphase flow and temperature field, the time term was introduced to establish a dynamic prediction model of hydrate generation to predict the location, timing and quantity of hydrate generation, so as to determine the methanol injection amount (Figs 7 and 8). By determining the injection frequency, the optimal injection working system was established [26–28].
[Figure omitted. See PDF.]
[Figure omitted. See PDF.]
Hydrate Freezing Prevention and Methanol Injection Optimization. Hydrate prediction models prevent issues like “freezing blockage” and “post-blockage remediation.” Laboratory simulations of methanol injection establish critical concentration charts (Fig 9). Real-time monitoring and freezing risk analysis determine optimal methanol injection timing and volume [29,30], enabling precise automated dosing to avoid well shutdowns during extreme cold (operational workflow in Fig 10).
[Figure omitted. See PDF.]
[Figure omitted. See PDF.]
Integrated Analysis and Remote Monitoring Platform. A five-layer platform architecture (user, application, data, network transmission, and control layers) with seven functional modules enables data upload and command execution (Fig 11). For widely dispersed wells in Field A with harsh environments and high reliability demands, a 4G+VPDN network ensures real-time communication (packet loss <5%, RSRQ = -11dB) [31–33].
[Figure omitted. See PDF.]
3. Field test and application effect
Well X1: Post-waterflooding restart, digital monitoring enabled real-time pressure analysis and foam drainage optimization (Figs 12–14). Automated dosing adjusted production parameters, increasing daily gas output from 17,000–22,000m3, sustaining 400 days with 9 million m3 incremental production.
[Figure omitted. See PDF.]
[Figure omitted. See PDF.]
[Figure omitted. See PDF.]
Well X2: Digitization replaced manual methanol injection for hydrate management, optimizing dosage and injection schedules (Fig 15). Well uptime improved from 23.4% to 100% with reduced chemical consumption [34,35].
[Figure omitted. See PDF.]
In 2023, Field A achieved 100% success in digital management trials across 24 low-efficiency wells, yielding 22 million m3 incremental gas and 21 million economic benefits. Planstar get 100 wellsover five years, establishing digital demonstration zones inSongliao and Sichuan for > 21 million economic benefits. Planstarget 100 wellsover fivey ears, establishing digital demonstration zones in Song liao and Sichuan for > 80 million returns.
4. Discussion
In this study, we addressed the issues of hydrate blockage caused by low temperatures in extremely cold weather and poor foam drainage performance due to high formation water salinity by proposing digital-based control technologies. The application effects were systematically analyzed and summarized as follows:
To tackle the problem of hydrate blockage caused by low temperatures in extremely cold weather, we established a digital-based “blockage prediction + precise chemical injection” control technology. This technology can accurately locate the formation and quantity of hydrates. Combined with a wellhead continuous injection device, it optimizes the injection volume and frequency of hydrate inhibitors, transforming the hydrate removal measures from a traditional “passive treatment” mode to a “sustained and effective” proactive management mode. This significantly improves the efficiency and effectiveness of hydrate prevention and control.
To address the issue of poor foam drainage performance caused by high formation water salinity, we developed a digital-based “foam drainage injection parameter optimization” control technology. This technology defines key parameters such as the injection concentration, ratio, dosage, and frequency of high-salinity-resistant foam drainage agents. Combined with a wellhead integrated “injection + defoaming” device, it enables continuous and precise injection of foam drainage and defoaming agents. This technology shifts foam drainage measures from “passive response” to “active optimization,” significantly enhancing the adaptability and efficiency of foam drainage processes.
Despite the significant achievements of the above technologies, current research still has certain limitations. At present, digital control technologies have only been successfully applied to foam drainage and hydrate removal processes, while other process measures have not yet been deeply integrated with digital technologies. Additionally, the low quality of real-time production data remains a major bottleneck affecting the accuracy of working condition diagnosis and parameter adjustment, necessitating further optimization of data collection and processing technologies.
Based on the three-step strategic deployment of “digital gas field, intelligent gas field, and smart gas field,” future research needs to further deepen the study of digital control technologies for low-efficiency gas wells, expand the application areas of these technologies, and fill technical gaps to meet the measures required throughout the entire lifecycle of gas fields. Through continuous technological innovation and optimization, labor costs can be reduced, work efficiency improved, and gas field management steadily advanced toward smartization.
In summary, this study provides effective digital solutions for gas well management under extremely cold weather and high-salinity formation conditions, while also pointing out future research directions and priorities, laying a technical foundation for the construction of smart gas fields.
References
1. 1. Wang Y, Wang Y, Zhang L, et al. Research and scale application of low-cost drainage gas production technology in Sulige gas field. Inner Mongolia Petrochemical Industry. 2023;49(10):86–91.
* View Article
* Google Scholar
2. 2. Zhu L, He J, Huang W. Expansion planning of power traffic coupling network considering hybrid traffic equilibrium. J Hubei Univ Technol. 2023;38(05):58–66.
* View Article
* Google Scholar
3. 3. Pathak M, Cosby T, Perrons RK. Guest Editorial: Artificial Intelligence in the E&P Industry: What Have We Learned So Far and Where to Next? Journal of Petroleum Technology. 2021;73(01):12–3.
* View Article
* Google Scholar
4. 4. Gong B, Thakur G, Qin G, et al. Application of multi-level and high-resolution fracture modeling in field-scale reservoir simulation study. SPE Reservoir Characterisation and Simulation Conference and Exhibition. SPE, 2017: D031S016R003.
* View Article
* Google Scholar
5. 5. Liu H, Lang B. Machine Learning and Deep Learning Methods for Intrusion Detection Systems: A Survey. Applied Sciences. 2019;9(20):4396.
* View Article
* Google Scholar
6. 6. Hu Y, Wei J, Li T, Zhu W, Gong W, Hui D, et al. Numerical Simulation of Fluid Flow in Carbonate Rocks Based on Digital Rock Technology. Energies. 2022;15(10):3748.
* View Article
* Google Scholar
7. 7. Noshi CI, Assem AI, Schubert JJ. The role of big data analytics in exploration and production: A review of benefits and applications. SPE International Heavy Oil Conference and Exhibition. SPE, 2018: D012S021R001.
* View Article
* Google Scholar
8. 8. Mohaghegh SD. Shale descriptive analytics; which parameters are controlling production in shale. SPE Annual Technical Conference and Exhibition? SPE, 2019: D021S025R003.
* View Article
* Google Scholar
9. 9. Leiva LA, Vidal E. Warped K-Means: An algorithm to cluster sequentially-distributed data. Information Sciences. 2013;237:196–210.
* View Article
* Google Scholar
10. 10. MeorHashim MM, Yusoff MH, Arriffin MF. Utilizing artificial neural network for real-time prediction of differential sticking symptoms. In: International Petroleum Technology Conference. IPTC. D071S027R002.
11. 11. Xu R, Zhou M. Elman Neural Network-Based Identification of Krasnosel’skii–Pokrovskii Model for Magnetic Shape Memory Alloys Actuator. IEEE Trans Magn. 2017;53(11):1–4.
* View Article
* Google Scholar
12. 12. Guo X, Hu D, Shu Z, Li Y, Zheng A, Wei X, et al. Exploration, development, and construction in the Fuling national shale gas demonstration area in Chongqing: Progress and prospects. Natural Gas Industry B. 2023;10(1):62–72.
* View Article
* Google Scholar
13. 13. Jiawen L, Ying X, Zeyin J. Comparative analysis and application of shale gas foam drainage gas production technological specification. In: Oil Forum. 84.
14. 14. Wang Z. Research and application of intelligent bubble discharge control system in gas wells. Oil Prod Eng. 2021(04):65–9.
* View Article
* Google Scholar
15. 15. Feng X, Mi L, Wu Q. Study on bubble drainage gas production process measures in high water cut gas wells. China Pet Chem Ind Stand Qual. 2021;41(21):163–4.
* View Article
* Google Scholar
16. 16. Wei N, Pei J, Li H, Zhou S, Zhao J, Kvamme B, et al. Classification of natural gas hydrate resources: Review, application and prospect. Gas Science and Engineering. 2024;124:205269.
* View Article
* Google Scholar
17. 17. Razvarz S, Jafari R, Gegov A. Flow modelling and control in pipeline systems. Stud Syst Decis Control. 2021;321(1):25–57.
* View Article
* Google Scholar
18. 18. Liu J, Jiang Z, Zhang X. Study on adaptability of foam drainage gas production technology in shale gas wells. Nat Gas Technol Econ. 2023;17(05):9–14.
* View Article
* Google Scholar
19. 19. Wang X, He Y, Li F, Wang Z, Dou X, Xu H, et al. A Working Condition Diagnosis Model of Sucker Rod Pumping Wells Based on Deep Learning. SPE Production & Operations. 2021;36(02):317–26.
* View Article
* Google Scholar
20. 20. Karami C, Dargahi A, Vosoughi M. Sars-cov-2 in municipal wastewater treatment plant, collection network, and hospital wastewater. Environ Sci Pollut Res. 2021;:1–9.
* View Article
* Google Scholar
21. 21. Eghbaljoo-Gharehgheshlaghi H, Shariatifar N, Arab A, Alizadeh-Sani M, sani IK, Asdagh A, et al. The concentration and probabilistic health risk assessment of trace metals in three type of sesame seeds using ICP- OES in Iran. International Journal of Environmental Analytical Chemistry. 2020;102(17):5936–50.
* View Article
* Google Scholar
22. 22. Yener İ. Trace element analysis in some plants species by inductively coupled plasma optical emission spectrometry (ICP-OES). J Inst Sci Technol. 2019;9(3):1492–502.
* View Article
* Google Scholar
23. 23. Carvajal G, Maucec M, Cullick S. Intelligent digital oil and gas fields: concepts, collaboration, and right-time decisions. Gulf Professional Publishing. 2017.
24. 24. Silver D, Schrittwieser J, Simonyan K, Antonoglou I, Huang A, Guez A, et al. Mastering the game of Go without human knowledge. Nature. 2017;550(7676):354–9. pmid:29052630
* View Article
* PubMed/NCBI
* Google Scholar
25. 25. Tunyasuvunakool K, Adler J, Wu Z, Green T, Zielinski M, Žídek A, et al. Highly accurate protein structure prediction for the human proteome. Nature. 2021;596(7873):590–6. pmid:34293799
* View Article
* PubMed/NCBI
* Google Scholar
26. 26. Alqahtani NJ, Chung T, Wang YD, Armstrong RT, Swietojanski P, Mostaghimi P. Flow-Based Characterization of Digital Rock Images Using Deep Learning. SPE Journal. 2021;26(04):1800–11.
* View Article
* Google Scholar
27. 27. Klie H, Florez H. Data-Driven Prediction of Unconventional Shale-Reservoir Dynamics. SPE Journal. 2020;25(05):2564–81.
* View Article
* Google Scholar
28. 28. Carpenter C. Geology-Driven Estimated-Ultimate-Recovery Prediction With Deep Learning. Journal of Petroleum Technology. 2016;68(05):74–5.
* View Article
* Google Scholar
29. 29. Carpenter C. Machine-Learning Approach Optimizes Well Spacing. Journal of Petroleum Technology. 2021;73(09):44–5.
* View Article
* Google Scholar
30. 30. Reddicharla N, Rachapudi SR, Utama I. A novel well test data analyzer and process optimizer using artificial intelligence and machine learning techniques. In: SPE Annual Technical Conference and Exhibition. SPE. D021S022R001.
31. 31. Dong F, Sun Z, Gao Z. Optimization of low production and low efficiency gas wells based on multi-method fusion. Geol Explor. 2023;59(3):657–63.
* View Article
* Google Scholar
32. 32. Chi M, Ma W, Guo L, et al. Effective classification method of low pressure and low gas production wells in XJ oilfield. J Kunming Univ Sci Technol: Nat Sci Ed. 2023;48(2):55–63.
* View Article
* Google Scholar
33. 33. Pan F. Productivity characteristics and main controlling factors of Permian Hehe 2 gas well in Linxing gas field. Petrol Geol Eng. 2023;37(1):56–60.
* View Article
* Google Scholar
34. 34. Zhang J. Technology and practice of stable production at low pressure and low period in Weiyuan shale gas well. Drilling Prod Technol. 2023;46(1):71–7.
* View Article
* Google Scholar
35. 35. Zhu Q, Lin B, Yang G. Intelligent production optimization method of low pressure and low production shale gas wells. Petrol Explor Dev. 2022;4(4):770–7.
* View Article
* Google Scholar
Citation: Li H-y, Ma W-h, Li J-l, Jiang C-g, Ma P-g, Yao D-s, et al. (2025) Research and application of digital measure management and control technology for characteristic low-efficiency gas wells in Gas Field A. PLoS One 20(5): e0323644. https://doi.org/10.1371/journal.pone.0323644
About the Authors:
Hao-yang Li
Roles: Writing – original draft, Writing – review & editing, Writing – original draft, Writing – review & editing
E-mail: [email protected]
Affiliations: Daqing Oilfield Production Technology Institute, Daqing, Heilongjiang, China, Heilongjiang Provincial Key Laboratory of Oil and Gas Reservoir Stimulation, Daqing, Heilongjiang, China, State Key Laboratory of Continental Shale Oil, Daqing, Heilongjiang, China
ORICD: https://orcid.org/0009-0005-0078-0734
Wen-hai Ma
Roles: Writing – review & editing
Affiliations: Daqing Oilfield Production Technology Institute, Daqing, Heilongjiang, China, Heilongjiang Provincial Key Laboratory of Oil and Gas Reservoir Stimulation, Daqing, Heilongjiang, China, State Key Laboratory of Continental Shale Oil, Daqing, Heilongjiang, China
Jun-liang Li
Roles: Data curation
Affiliations: Daqing Oilfield Production Technology Institute, Daqing, Heilongjiang, China, Heilongjiang Provincial Key Laboratory of Oil and Gas Reservoir Stimulation, Daqing, Heilongjiang, China, State Key Laboratory of Continental Shale Oil, Daqing, Heilongjiang, China
Cheng-gang Jiang
Roles: Supervision
Affiliations: Daqing Oilfield Production Technology Institute, Daqing, Heilongjiang, China, Heilongjiang Provincial Key Laboratory of Oil and Gas Reservoir Stimulation, Daqing, Heilongjiang, China, State Key Laboratory of Continental Shale Oil, Daqing, Heilongjiang, China
Pin-gang Ma
Roles: Conceptualization
Affiliations: Daqing Oilfield Production Technology Institute, Daqing, Heilongjiang, China, Heilongjiang Provincial Key Laboratory of Oil and Gas Reservoir Stimulation, Daqing, Heilongjiang, China, State Key Laboratory of Continental Shale Oil, Daqing, Heilongjiang, China
De-song Yao
Roles: Software
Affiliations: Daqing Oilfield Production Technology Institute, Daqing, Heilongjiang, China, Heilongjiang Provincial Key Laboratory of Oil and Gas Reservoir Stimulation, Daqing, Heilongjiang, China, State Key Laboratory of Continental Shale Oil, Daqing, Heilongjiang, China
Ming-xi Feng
Roles: Resources
Affiliations: Daqing Oilfield Production Technology Institute, Daqing, Heilongjiang, China, Heilongjiang Provincial Key Laboratory of Oil and Gas Reservoir Stimulation, Daqing, Heilongjiang, China, State Key Laboratory of Continental Shale Oil, Daqing, Heilongjiang, China
Shao-xing Gu
Roles: Supervision
Affiliations: Daqing Oilfield Production Technology Institute, Daqing, Heilongjiang, China, Heilongjiang Provincial Key Laboratory of Oil and Gas Reservoir Stimulation, Daqing, Heilongjiang, China, State Key Laboratory of Continental Shale Oil, Daqing, Heilongjiang, China
[/RAW_REF_TEXT]
[/RAW_REF_TEXT]
[/RAW_REF_TEXT]
[/RAW_REF_TEXT]
1. Wang Y, Wang Y, Zhang L, et al. Research and scale application of low-cost drainage gas production technology in Sulige gas field. Inner Mongolia Petrochemical Industry. 2023;49(10):86–91.
2. Zhu L, He J, Huang W. Expansion planning of power traffic coupling network considering hybrid traffic equilibrium. J Hubei Univ Technol. 2023;38(05):58–66.
3. Pathak M, Cosby T, Perrons RK. Guest Editorial: Artificial Intelligence in the E&P Industry: What Have We Learned So Far and Where to Next? Journal of Petroleum Technology. 2021;73(01):12–3.
4. Gong B, Thakur G, Qin G, et al. Application of multi-level and high-resolution fracture modeling in field-scale reservoir simulation study. SPE Reservoir Characterisation and Simulation Conference and Exhibition. SPE, 2017: D031S016R003.
5. Liu H, Lang B. Machine Learning and Deep Learning Methods for Intrusion Detection Systems: A Survey. Applied Sciences. 2019;9(20):4396.
6. Hu Y, Wei J, Li T, Zhu W, Gong W, Hui D, et al. Numerical Simulation of Fluid Flow in Carbonate Rocks Based on Digital Rock Technology. Energies. 2022;15(10):3748.
7. Noshi CI, Assem AI, Schubert JJ. The role of big data analytics in exploration and production: A review of benefits and applications. SPE International Heavy Oil Conference and Exhibition. SPE, 2018: D012S021R001.
8. Mohaghegh SD. Shale descriptive analytics; which parameters are controlling production in shale. SPE Annual Technical Conference and Exhibition? SPE, 2019: D021S025R003.
9. Leiva LA, Vidal E. Warped K-Means: An algorithm to cluster sequentially-distributed data. Information Sciences. 2013;237:196–210.
10. MeorHashim MM, Yusoff MH, Arriffin MF. Utilizing artificial neural network for real-time prediction of differential sticking symptoms. In: International Petroleum Technology Conference. IPTC. D071S027R002.
11. Xu R, Zhou M. Elman Neural Network-Based Identification of Krasnosel’skii–Pokrovskii Model for Magnetic Shape Memory Alloys Actuator. IEEE Trans Magn. 2017;53(11):1–4.
12. Guo X, Hu D, Shu Z, Li Y, Zheng A, Wei X, et al. Exploration, development, and construction in the Fuling national shale gas demonstration area in Chongqing: Progress and prospects. Natural Gas Industry B. 2023;10(1):62–72.
13. Jiawen L, Ying X, Zeyin J. Comparative analysis and application of shale gas foam drainage gas production technological specification. In: Oil Forum. 84.
14. Wang Z. Research and application of intelligent bubble discharge control system in gas wells. Oil Prod Eng. 2021(04):65–9.
15. Feng X, Mi L, Wu Q. Study on bubble drainage gas production process measures in high water cut gas wells. China Pet Chem Ind Stand Qual. 2021;41(21):163–4.
16. Wei N, Pei J, Li H, Zhou S, Zhao J, Kvamme B, et al. Classification of natural gas hydrate resources: Review, application and prospect. Gas Science and Engineering. 2024;124:205269.
17. Razvarz S, Jafari R, Gegov A. Flow modelling and control in pipeline systems. Stud Syst Decis Control. 2021;321(1):25–57.
18. Liu J, Jiang Z, Zhang X. Study on adaptability of foam drainage gas production technology in shale gas wells. Nat Gas Technol Econ. 2023;17(05):9–14.
19. Wang X, He Y, Li F, Wang Z, Dou X, Xu H, et al. A Working Condition Diagnosis Model of Sucker Rod Pumping Wells Based on Deep Learning. SPE Production & Operations. 2021;36(02):317–26.
20. Karami C, Dargahi A, Vosoughi M. Sars-cov-2 in municipal wastewater treatment plant, collection network, and hospital wastewater. Environ Sci Pollut Res. 2021;:1–9.
21. Eghbaljoo-Gharehgheshlaghi H, Shariatifar N, Arab A, Alizadeh-Sani M, sani IK, Asdagh A, et al. The concentration and probabilistic health risk assessment of trace metals in three type of sesame seeds using ICP- OES in Iran. International Journal of Environmental Analytical Chemistry. 2020;102(17):5936–50.
22. Yener İ. Trace element analysis in some plants species by inductively coupled plasma optical emission spectrometry (ICP-OES). J Inst Sci Technol. 2019;9(3):1492–502.
23. Carvajal G, Maucec M, Cullick S. Intelligent digital oil and gas fields: concepts, collaboration, and right-time decisions. Gulf Professional Publishing. 2017.
24. Silver D, Schrittwieser J, Simonyan K, Antonoglou I, Huang A, Guez A, et al. Mastering the game of Go without human knowledge. Nature. 2017;550(7676):354–9. pmid:29052630
25. Tunyasuvunakool K, Adler J, Wu Z, Green T, Zielinski M, Žídek A, et al. Highly accurate protein structure prediction for the human proteome. Nature. 2021;596(7873):590–6. pmid:34293799
26. Alqahtani NJ, Chung T, Wang YD, Armstrong RT, Swietojanski P, Mostaghimi P. Flow-Based Characterization of Digital Rock Images Using Deep Learning. SPE Journal. 2021;26(04):1800–11.
27. Klie H, Florez H. Data-Driven Prediction of Unconventional Shale-Reservoir Dynamics. SPE Journal. 2020;25(05):2564–81.
28. Carpenter C. Geology-Driven Estimated-Ultimate-Recovery Prediction With Deep Learning. Journal of Petroleum Technology. 2016;68(05):74–5.
29. Carpenter C. Machine-Learning Approach Optimizes Well Spacing. Journal of Petroleum Technology. 2021;73(09):44–5.
30. Reddicharla N, Rachapudi SR, Utama I. A novel well test data analyzer and process optimizer using artificial intelligence and machine learning techniques. In: SPE Annual Technical Conference and Exhibition. SPE. D021S022R001.
31. Dong F, Sun Z, Gao Z. Optimization of low production and low efficiency gas wells based on multi-method fusion. Geol Explor. 2023;59(3):657–63.
32. Chi M, Ma W, Guo L, et al. Effective classification method of low pressure and low gas production wells in XJ oilfield. J Kunming Univ Sci Technol: Nat Sci Ed. 2023;48(2):55–63.
33. Pan F. Productivity characteristics and main controlling factors of Permian Hehe 2 gas well in Linxing gas field. Petrol Geol Eng. 2023;37(1):56–60.
34. Zhang J. Technology and practice of stable production at low pressure and low period in Weiyuan shale gas well. Drilling Prod Technol. 2023;46(1):71–7.
35. Zhu Q, Lin B, Yang G. Intelligent production optimization method of low pressure and low production shale gas wells. Petrol Explor Dev. 2022;4(4):770–7.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2025 Li et al. This is an open access article distributed under the terms of the Creative Commons Attribution License: http://creativecommons.org/licenses/by/4.0/ (the “License”), which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
Gas Field A has entered the middle and late stages of development, with the number of low-efficiency wells increasing year by year. In the Songliao old area, extreme cold weather (-40°C) has led to 45% of gas wells experiencing freeze-offs. In the Sichuan-Chongqing exploration area, high formation water volume and salinity (35 × 104 mg/L) have resulted in 44% of wells suffering from liquid loading. The annual demand for thawing and foam drainage measures reaches 3,000 well interventions. The large workload and high costs of maintenance make it difficult to ensure the timing and frequency of interventions, affecting the gas recovery efficiency. By establishing an integrated analysis and remote monitoring platform that combines “condition diagnosis, measure adjustment, and remote monitoring,” the use of “freeze-off prediction + precise chemical injection” has improved the opening rate of freeze-off wells. The application of “optimized foam drainage injection parameters” ensures the stable production of liquid-loaded wells. The implementation of this technology is expected to generate over 20 million yuan in benefits and enhance the analysis, decision-making, and control capabilities of gas production processes under extreme weather and production conditions.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer