The liquid loading package contains scripts and workflows to detect liquid loading in gas wells. Furthermore, it features an advisor to help remediating liquid loading.
Usage
Run the workflows from this package to perform the calculations. The schedules may be adapted to use different entity set and scope overrides.
Use workspace value HierarchyWellPerforationRelationships to configure the hierarchy to use for aggregating values
Use the workspace values LiquidLoadingRateForecastWithWorkoverScenario and LiquidLoadingRateForecastWithoutWorkoverScenario to configure the scenarios to pull the respective forecast data from
Details
Liquid Loading Detection
The detection logic uses different methods to detect Liquid Loading. This section details those methods and how they are aggregated to give a single Liquid Loading 'flag' (tag entry).
Decline Curve Analysis
Liquid Loading is indicated if the entity's gas rate drops below a certain threshold. This threshold is calculated as the value of the fitted decline curve minus 10% of the average gas rate during the past 365 days. The decline curve is constructed using the DCA Module (AutoDCA package) considering the historical production of the entity.
Pressure Observation
This method checks the progression of the tubing- and casing-head pressure. Liquid Loading is indicated if the casing head pressure is increasing while the tubing head pressure is decreasing. To make this detection method more robust against fluctuations, only entities meeting the aforementioned condition for five consecutive days are flagged.
Pressure Oscillation
This method analyses the pressure behavior over time. Pressure oscillations become more frequent, when liquids begin to accumulate in the wellbore. Liquid Loading is indicated if pressure oscillations are detected for 5 or more days in a row.
Kmean Clustering
This method uses a machine learning Kmean cluster algorithm to sort the wellbore behavior into 3 categories.
The algorithm is trained with three input parameters:
- gas production rate
- well head pressure
- casing head pressure
After training one category indicates liquid loading.
The category numbers can change after each training, so it must be checked and adjusted after every new machine learning training.
Liquid loading is indicated if the behavior of a wellbore is sorted into the liquid loading category.
Liquid Level In Tubing Analysis
Liquid Loading is indicated by this method if the liquid level is above the perforation top. If the liquid level is not available, it is calculated as:
liquid level = pump setting depth - liquid above pump
Pressure Surveillance
This method analysis the pressure changes with depth in a wellbore.
The Pressure profile in a wellbore is a direct function of the density of the medium in the well, and for a single static fluid, the pressure with depth should be nearly linear. Since the density of the gas is significantly lower than that of water or condensate, the pressure profile will exhibit a sharp change of slope when the tool encounters standing liquid in the tubing.
If there is a sudden trend change in the pressure profile, it indicates liquid in the tubing. Liquid loading is indicated if the liquid level is above the perforation top.
Critical Gas Rate Analysis
This method compares the current gas rate with the calculated critical gas rate. Liquid Loading is indicated if the current gas rate is lower than the critical gas rate. Please refer to the documentation of the Critical Gas Velocity package for more details about the calculation of the critical gas rate.
Combination of Methods (1)
To automate the combination of the first 7 different liquid loading detection methods and to decide how much impact each method has on the final liquid loading status of a well two trustworthiness scores are used.
- Data Trustworthiness Score:
It is checked if all necessary data which are required for each detection method are available and if the data is trustworthy. - Manual Trustworthiness Score:
This part gives the user the chance to prioritize the different methods. For that reason, the user is asked to enter a score between 0 and 100% how much each method should influence the liquid loading detection (some methods also can be an indication for other problems) based on their experience with the specific filed.
At the end a combination of both trustworthiness scores for each method is used to finally check if there is an indication for liquid loading or not.
Liquid loading is detected if one method has 100% trustworthiness score in total, or when a combination of methods at least has a score of 60% or more.
Supervised Machine Learning
This method uses a machine learning binary classification algorithm to sort the wellbore behavior into liquid loading category or not.
This ML model is a supervised one. That means that there is a training data set which uses input parameters and a to predict parameter for training.
The algorithm is trained with three input parameters:
- gas production rate
- well head pressure
- casing head pressure
To predict parameter:
- liquid loading tag (Based on the output of all other methods.)
By using the binary classification algorithm liquid loading is indicated if the behavior of a wellbore is sorted into the liquid loading category.
Combination of Methods (2)
Now, to automate the combination of all 8 different liquid loading detection methods the same script is used as before except that now the last detection method “liquid loading supervised ML” is considered too.
The calculations of the detection methods, as well as the final aggregation of the individual results, are embedded in the workflows Liquid Loading Detection A and Liquid Loading Detection B which are run on a daily basis. The individual methods are weighted to make sure that Liquid Loading is detected if either the critical gas rate is higher than the actual rate, or two of the other methods indicate liquid loading.
Liquid Loading Advisor
Technical Decision Tree
To solve liquid loading different deliquification methods can be applied.
- Foamers
- Velocity string
- Plunger lift
- Wellhead compression
- PCP
- ESP
- Rod Pump
- Hydraulic piston
- Hydraulic jet
- Gas Lift
To automatically decide which methods can be used for each different well a technical decision tree is used.
If a method is technical possible it is indicated with a 1, if not the output is null.
Deliquification Economics And Final Recommendation
The gain is calculated by forecasting the gas production rate with the current decline of the gas rate and by forecasting the gas rate with an expected decline after performing a workover. The difference of those two forecasts in a year is the expected gain. To calculate the revenue of each delequification method, the user is asked to enter the current gas prize and the expected costs for each method.
The final recommendation is a combination of the economics and the technical possibility of a delequification method. A method is finally recommended if it is technical possible and if the revenue is over zero.
Data Requirements
The following data is required:
production volumes, rates, pressures and temperatures
well configuration (tubing diameters, pump setting depth)
liquid level
api gravity oil