Well-Log Interpretation Using Clustering

Abstract
Computing systems, computer-readable media, and methods interpreting well logs, of which the method includes receiving data that comprises one or more well logs acquired using a tool disposed at a plurality of depths 423 in a bore in a subterranean environment, partitioning the data into segments, the individual segments containing data points, representing the segments as representative points in a parameter domain, determining reachability distances for the representative points in the parameter domain, initializing a cluster based on the reachability distances, identifying one or more segments as part of the cluster, and determining a physical feature represented in the one or more well logs based on the cluster.
Description
BACKGROUND

Exploration and production (E&P) of hydrocarbons in a field, such as an oil field, may be analyzed and modeled based on characteristics of a reservoir, such as porosity and permeability. A “facies” refers to a body of rock with specified characteristics reflecting how the rock was formed. For example, a facies may be determined based on the appearance and other characteristics of a sedimentary deposit that are distinguished from contiguous deposits. The description of appearance and other visible characteristics is referred to as the lithology of the rock, such as color, texture, grain size, or composition of the rock. Different lithologies in the field may correspond to variations of reservoir characteristics.


Well logs such as gamma ray, sonic, or bulk density logs may be analyzed to determine intervals of similar log measurements referred to as electrofacies that are related to the facies and lithologies surrounding the wells. Generally, the electrofacies are determined by referring to individual logs depicting individual parameters by a human interpreter looking for parameter changes that indicate changes in rock properties. This can lead to inconsistent well-log interpretation when multiple logs are available. Further, such a manual process can be time-consuming and subjective.


Clustering has been used in various applications; however, in well-log interpretation, the data set may be quite large, on the order of tens of thousands of points, or more. The size of the data set being analyzed may result in runtimes for clustering processes being impractically long, sometimes weeks or more.


SUMMARY

Embodiments of the present disclosure may provide a method comprising receiving data that comprises one or more well logs acquired using a tool disposed at a plurality of depths in a bore in a subterranean environment, partitioning the data into segments, the individual segments containing data points, representing the segments as representative points in a parameter domain, determining reachability distances for the representative points in the parameter domain, initializing a cluster based on the reachability distances, identifying one or more segments as part of the cluster, and determining a physical feature represented in the one or more well logs based on the cluster.


In an embodiment, the parameter domain has axes that represent parameters measured by the one or more well logs.


In an embodiment, partitioning the data into segments includes squaring the one or more well logs, and identifying change points in the one or more squared well logs, wherein the segments are defined by an interval between pairs of change points.


In an embodiment, determining the reachability distances includes calculating or approximating an average reachability distance for the data points of the segment.


In an embodiment, determining the reachability distances comprises determining distances between the representative points in the parameter domain.


In an embodiment, the method also includes generating a reachability plot based on the reachability distances. Initializing the cluster may include selecting a local minimum of the reachability plot as a cluster initialization point.


In an embodiment, determining the reachability distances includes determining a first ellipsoid around a first one of representative points, with dimensions of the first ellipsoid being determined based on values of parameters corresponding to the segment in which the first one of representative points is contained, determining a second ellipsoid around a second one of the representative points, and determining a distance between the segments based on the position and dimensions of the first and second ellipsoids.


In an embodiment, determining the distance between the segments includes determining a first sphere around or within the first ellipsoid, determining a second sphere around or within the second ellipsoid, and determining the distance based on a distance between the first and second spheres.


In an embodiment, determining the reachability distances includes determining a core distance of a first one of representative points, determining a greater of the core distance and the distance between the first and second representative points, and selecting the greater as a reachability distance between the segments.


In an embodiment, the cluster represents an electrofacies in the subterranean environment.


Embodiments of the present disclosure may also provide a computing system including one or more processors, and a memory system having one or more non-transitory computer-readable media storing instructions that, when executed by at least one of the one or more processors, cause the computer system to perform operations, the operations including receiving data that comprises one or more well logs acquired using a tool disposed at a plurality of depths in a bore in a subterranean environment, partitioning the data into segments, the individual segments containing data points, representing the segments as representative points in a parameter domain, determining reachability distances for the representative points in the parameter domain, initializing a cluster based on the reachability distances, identifying one or more segments as part of the cluster, and determining a physical feature represented in the one or more well logs based on the cluster.


Embodiments of the present disclosure may also provide a non-transitory computer-readable medium storing instructions that, when executed by at least one processor of a computer system, cause the computer system to perform operations, the operations including receiving data that comprises one or more well logs acquired using a tool disposed at a plurality of depths in a bore in a subterranean environment, partitioning the data into segments, the individual segments containing data points, representing the segments as representative points in a parameter domain, determining reachability distances for the representative points in the parameter domain, initializing a cluster based on the reachability distances, identifying one or more segments as part of the cluster, and determining a physical feature represented in the one or more well logs based on the cluster.


Embodiments of the present disclosure may further provide a computing system including means for receiving data that comprises one or more well logs acquired using a tool disposed at a plurality of depths in a bore in a subterranean environment, means for partitioning the data into segments, the individual segments containing data points, representing the segments as representative points in a parameter domain, means for determining reachability distances for the representative points in the parameter domain, means for initializing a cluster based on the reachability distances, identifying one or more segments as part of the cluster, and means for determining a physical feature represented in the one or more well logs based on the cluster.


Embodiments of the present disclosure may further provide a computing system configured to receive data that comprises one or more well logs acquired using a tool disposed at a plurality of depths in a bore in a subterranean environment, partition the data into segments, the individual segments containing data points, represent the segments as representative points in a parameter domain, determining reachability distances for the representative points in the parameter domain, initialize a cluster based on the reachability distances, identify one or more segments as part of the cluster, and determine a physical feature represented in the one or more well logs based on the cluster.


Thus, the computing systems and methods disclosed herein are more effective methods for processing collected data that may, for example, correspond to a surface and a subsurface region. These computing systems and methods increase data processing effectiveness, efficiency, and accuracy. Such methods and computing systems may complement or replace conventional methods for processing collected data. This summary is provided to introduce a selection of concepts that are further described below in the detailed description. This summary is not intended to identify key or essential features of the claimed subject matter, nor is it intended to be used as an aid in limiting the scope of the claimed subject matter.





BRIEF DESCRIPTION OF THE DRAWINGS

The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments of the present teachings and together with the description, serve to explain the principles of the present teachings. In the figures:



FIGS. 1A, 1B, 1C, 1D, 2, and 3 illustrate simplified, schematic views of an oilfield and its operation, according to an embodiment.



FIG. 4 illustrates a flowchart of a method for well-log interpretation, according to an embodiment.



FIGS. 5A and 5B illustrate another flowchart of a method for well-log interpretation, according to an embodiment.



FIG. 6 illustrates an example of two well logs, according to an embodiment.



FIG. 7 illustrates a well-log data set in the parameter domain as groups (segments) of points are simplified into representative points, according to an embodiment.



FIG. 8 illustrates the well-log data set in the parameter domain as the groups of points, which are simplified into representative points are approximated by ellipsoids, according to an embodiment.



FIGS. 9A, 9B, and 9C illustrate three techniques for finding the distance in the parameter domain between the segments simplified into the representative points, according to an embodiment.



FIG. 10 illustrates a plot of reachability distance, according to an embodiment.



FIG. 11 illustrates a portion of the plot of reachability distance, showing a cluster-initialization point at a local minimum thereof, according to an embodiment.



FIG. 12 illustrates a portion of the plot of reachability distance, showing a range of cluster-initialization points near the local minimum thereof, according to an embodiment.



FIG. 13 illustrates a conceptual view of the well-log data in the parameter domain following the method of FIGS. 5A and 5B, according to an embodiment.



FIGS. 14A, 14B, and 14C illustrate a flowchart of a method, according to an embodiment.



FIG. 15 illustrates a schematic view of a computing system, according to an embodiment.





DESCRIPTION OF EMBODIMENTS

Reference will now be made in detail to embodiments, examples of which are illustrated in the accompanying drawings and figures. In the following detailed description, numerous specific details are set forth in order to provide a thorough understanding of the invention. However, it will be apparent to one of ordinary skill in the art that the invention may be practiced without these specific details. In other instances, well-known methods, procedures, components, circuits and networks have not been described in detail so as not to unnecessarily obscure aspects of the embodiments.


It will also be understood that, although the terms first, second, etc. may be used herein to describe various elements, these elements should not be limited by these terms. These terms are only used to distinguish one element from another. For example, a first object could be termed a second object, and, similarly, a second object could be termed a first object, without departing from the scope of the invention. The first object and the second object are both objects, respectively, but they are not to be considered the same object.


The terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the description of the invention and the appended claims, the singular forms “a,” “an” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will also be understood that the term “and/or” as used herein refers to and encompasses any possible combinations of one or more of the associated listed items. It will be further understood that the terms “includes,” “including,” “comprises” and/or “comprising,” when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. Further, as used herein, the term “if” may be construed to mean “when” or “upon” or “in response to determining” or “in response to detecting,” depending on the context.


Attention is now directed to processing procedures, methods, techniques and workflows that are in accordance with some embodiments. Some operations in the processing procedures, methods, techniques and workflows disclosed herein may be combined and/or the order of some operations may be changed.



FIGS. 1A-1D illustrate simplified, schematic views of oilfield 100 having subterranean formation 102 containing reservoir 104 therein in accordance with implementations of various technologies and techniques described herein. FIG. 1A illustrates a survey operation being performed by a survey tool, such as seismic truck 106.1, to measure properties of the subterranean formation. The survey operation is a seismic survey operation for producing sound vibrations. In FIG. 1A, one such sound vibration, e.g., sound vibration 112 generated by source 110, reflects off horizons 114 in earth formation 116. A set of sound vibrations is received by sensors, such as geophone-receivers 118, situated on the earth's surface. The data received 120 is provided as input data to a computer 122.1 of a seismic truck 106.1, and responsive to the input data, computer 122.1 generates seismic data output 124. This seismic data output may be stored, transmitted or further processed as desired, for example, by data reduction.



FIG. 1B illustrates a drilling operation being performed by drilling tools 106.2 suspended by rig 128 and advanced into subterranean formations 102 to form wellbore 136. Mud pit 130 is used to draw drilling mud into the drilling tools via flow line 132 for circulating drilling mud down through the drilling tools, then up wellbore 136 and back to the surface. The drilling mud is typically filtered and returned to the mud pit. A circulating system may be used for storing, controlling, or filtering the flowing drilling mud. The drilling tools are advanced into subterranean formations 102 to reach reservoir 104. Each well may target one or more reservoirs. The drilling tools are adapted for measuring downhole properties using logging while drilling tools. The logging while drilling tools may also be adapted for taking core sample 133 as shown.


Computer facilities may be positioned at various locations about the oilfield 100 (e.g., the surface unit 134) and/or at remote locations. Surface unit 134 may be used to communicate with the drilling tools and/or offsite operations, as well as with other surface or downhole sensors. Surface unit 134 is capable of communicating with the drilling tools to send commands to the drilling tools, and to receive data therefrom. Surface unit 134 may also collect data generated during the drilling operation and produce data output 135, which may then be stored or transmitted.


Sensors (S), such as gauges, may be positioned about oilfield 100 to collect data relating to various oilfield operations as described previously. As shown, sensor (S) is positioned in one or more locations in the drilling tools and/or at rig 128 to measure drilling parameters, such as weight on bit, torque on bit, pressures, temperatures, flow rates, compositions, rotary speed, and/or other parameters of the field operation. Sensors (S) may also be positioned in one or more locations in the circulating system.


Drilling tools 106.2 may include a bottom hole assembly (BHA) (not shown), generally referenced, near the drill bit (e.g., within several drill collar lengths from the drill bit). The bottom hole assembly includes capabilities for measuring, processing, and storing information, as well as communicating with surface unit 134. The bottom hole assembly further includes drill collars for performing various other measurement functions.


The bottom hole assembly may include a communication subassembly that communicates with surface unit 134. The communication subassembly is adapted to send signals to and receive signals from the surface using a communications channel such as mud pulse telemetry, electro-magnetic telemetry, or wired drill pipe communications. The communication subassembly may include, for example, a transmitter that generates a signal, such as an acoustic or electromagnetic signal, which is representative of the measured drilling parameters. It will be appreciated by one of skill in the art that a variety of telemetry systems may be employed, such as wired drill pipe, electromagnetic or other known telemetry systems.


Typically, the wellbore is drilled according to a drilling plan that is established prior to drilling. The drilling plan typically sets forth equipment, pressures, trajectories and/or other parameters that define the drilling process for the wellsite. The drilling operation may then be performed according to the drilling plan. However, as information is gathered, the drilling operation may need to deviate from the drilling plan. Additionally, as drilling or other operations are performed, the subsurface conditions may change. The earth model may also need adjustment as new information is collected


The data gathered by sensors (S) may be collected by surface unit 134 and/or other data collection sources for analysis or other processing. The data collected by sensors (S) may be used alone or in combination with other data. The data may be collected in one or more databases and/or transmitted on or offsite. The data may be historical data, real time data, or combinations thereof. The real time data may be used in real time, or stored for later use. The data may also be combined with historical data or other inputs for further analysis. The data may be stored in separate databases, or combined into a single database.


Surface unit 134 may include transceiver 137 to allow communications between surface unit 134 and various portions of the oilfield 100 or other locations. Surface unit 134 may also be provided with or functionally connected to one or more controllers (not shown) for actuating mechanisms at oilfield 100. Surface unit 134 may then send command signals to oilfield 100 in response to data received. Surface unit 134 may receive commands via transceiver 137 or may itself execute commands to the controller. A processor may be provided to analyze the data (locally or remotely), make the decisions and/or actuate the controller. In this manner, oilfield 100 may be selectively adjusted based on the data collected. This technique may be used to optimize (or improve) portions of the field operation, such as controlling drilling, weight on bit, pump rates, or other parameters. These adjustments may be made automatically based on computer protocol, and/or manually by an operator. In some cases, well plans may be adjusted to select optimum (or improved) operating conditions, or to avoid problems.



FIG. 1C illustrates a wireline operation being performed by wireline tool 106.3 suspended by rig 128 and into wellbore 136 of FIG. 1B. Wireline tool 106.3 is adapted for deployment into wellbore 136 for generating well logs, performing downhole tests and/or collecting samples. Wireline tool 106.3 may be used to provide another method and apparatus for performing a seismic survey operation. Wireline tool 106.3 may, for example, have an explosive, radioactive, electrical, or acoustic energy source 144 that sends and/or receives electrical signals to surrounding subterranean formations 102 and fluids therein.


Wireline tool 106.3 may be operatively connected to, for example, geophones 118 and a computer 122.1 of a seismic truck 106.1 of FIG. 1A. Wireline tool 106.3 may also provide data to surface unit 134. Surface unit 134 may collect data generated during the wireline operation and may produce data output 135 that may be stored or transmitted. Wireline tool 106.3 may be positioned at various depths in the wellbore 136 to provide a survey or other information relating to the subterranean formation 102.


Sensors (S), such as gauges, may be positioned about oilfield 100 to collect data relating to various field operations as described previously. As shown, sensor S is positioned in wireline tool 106.3 to measure downhole parameters which relate to, for example porosity, permeability, fluid composition and/or other parameters of the field operation.



FIG. 1D illustrates a production operation being performed by production tool 106.4 deployed from a production unit or Christmas tree 129 and into completed wellbore 136 for drawing fluid from the downhole reservoirs into surface facilities 142. The fluid flows from reservoir 104 through perforations in the casing (not shown) and into production tool 106.4 in wellbore 136 and to surface facilities 142 via gathering network 146.


Sensors (S), such as gauges, may be positioned about oilfield 100 to collect data relating to various field operations as described previously. As shown, the sensor (S) may be positioned in production tool 106.4 or associated equipment, such as Christmas tree 129, gathering network 146, surface facility 142, and/or the production facility, to measure fluid parameters, such as fluid composition, flow rates, pressures, temperatures, and/or other parameters of the production operation.


Production may also include injection wells for added recovery. One or more gathering facilities may be operatively connected to one or more of the wellsites for selectively collecting downhole fluids from the wellsite(s).


While FIGS. 1B-1D illustrate tools used to measure properties of an oilfield, it will be appreciated that the tools may be used in connection with non-oilfield operations, such as gas fields, mines, aquifers, storage or other subterranean facilities. Also, while certain data acquisition tools are depicted, it will be appreciated that various measurement tools capable of sensing parameters, such as seismic two-way travel time, density, resistivity, production rate, etc., of the subterranean formation and/or its geological formations may be used. Various sensors (S) may be located at various positions along the wellbore and/or the monitoring tools to collect and/or monitor the desired data. Other sources of data may also be provided from offsite locations.


The field configurations of FIGS. 1A-1D are intended to provide a brief description of an example of a field usable with oilfield application frameworks. Part of, or the entirety, of oilfield 100 may be on land, water and/or sea. Also, while a single field measured at a single location is depicted, oilfield applications may be utilized with any combination of one or more oilfields, one or more processing facilities and one or more wellsites.



FIG. 2 illustrates a schematic view, partially in cross section of oilfield 200 having data acquisition tools 202.1, 202.2, 202.3 and 202.4 positioned at various locations along oilfield 200 for collecting data of subterranean formation 204 in accordance with implementations of various technologies and techniques described herein. Data acquisition tools 202.1-202.4 may be the same as data acquisition tools 106.1-106.4 of FIGS. 1A-1D, respectively, or others not depicted. As shown, data acquisition tools 202.1-202.4 generate data plots or measurements 208.1-208.4, respectively. These data plots are depicted along oilfield 200 to demonstrate the data generated by the various operations.


Data plots 208.1-208.3 are examples of static data plots that may be generated by data acquisition tools 202.1-202.3, respectively; however, it should be understood that data plots 208.1-208.3 may also be data plots that are updated in real time. These measurements may be analyzed to better define the properties of the formation(s) and/or determine the accuracy of the measurements and/or for checking for errors. The plots of each of the respective measurements may be aligned and scaled for comparison and verification of the properties.


Static data plot 208.1 is a seismic two-way response over a period of time. Static plot 208.2 is core sample data measured from a core sample of the formation 204. The core sample may be used to provide data, such as a graph of the density, porosity, permeability, or some other physical property of the core sample over the length of the core. Tests for density and viscosity may be performed on the fluids in the core at varying pressures and temperatures. Static data plot 208.3 is a logging trace that typically provides a resistivity or other measurement of the formation at various depths.


A production decline curve or graph 208.4 is a dynamic data plot of the fluid flow rate over time. The production decline curve typically provides the production rate as a function of time. As the fluid flows through the wellbore, measurements are taken of fluid properties, such as flow rates, pressures, composition, etc.


Other data may also be collected, such as historical data, user inputs, economic information, and/or other measurement data and other parameters of interest. As described below, the static and dynamic measurements may be analyzed and used to generate models of the subterranean formation to determine characteristics thereof. Similar measurements may also be used to measure changes in formation aspects over time.


The subterranean structure 204 has a plurality of geological formations 206.1-206.4. As shown, this structure has several formations or layers, including a shale layer 206.1, a carbonate layer 206.2, a shale layer 206.3 and a sand layer 206.4. A fault 207 extends through the shale layer 206.1 and the carbonate layer 206.2. The static data acquisition tools are adapted to take measurements and detect characteristics of the formations.


While a specific subterranean formation with specific geological structures is depicted, it will be appreciated that oilfield 200 may contain a variety of geological structures and/or formations, sometimes having extreme complexity. In some locations, typically below the water line, fluid may occupy pore spaces of the formations. Each of the measurement devices may be used to measure properties of the formations and/or its geological features. While each acquisition tool is shown as being in specific locations in oilfield 200, it will be appreciated that one or more types of measurement may be taken at one or more locations across one or more fields or other locations for comparison and/or analysis.


The data collected from various sources, such as the data acquisition tools of FIG. 2, may then be processed and/or evaluated. Typically, seismic data displayed in static data plot 208.1 from data acquisition tool 202.1 is used by a geophysicist to determine characteristics of the subterranean formations and features. The core data shown in static plot 208.2 and/or log data from well log 208.3 are typically used by a geologist to determine various characteristics of the subterranean formation. The production data from graph 208.4 is typically used by the reservoir engineer to determine fluid flow reservoir characteristics. The data analyzed by the geologist, geophysicist and the reservoir engineer may be analyzed using modeling techniques.



FIG. 3 illustrates an oilfield 300 for performing production operations in accordance with implementations of various technologies and techniques described herein. As shown, the oilfield has a plurality of wellsites 302 operatively connected to central processing facility 354. The oilfield configuration of FIG. 3A is not intended to limit the scope of the oilfield application system. Part, or all, of the oilfield may be on land and/or sea. Also, while a single oilfield with a single processing facility and a plurality of wellsites is depicted, any combination of one or more oilfields, one or more processing facilities and one or more wellsites may be present.


Each wellsite 302 has equipment that forms wellbore 336 into the earth. The wellbores extend through subterranean formations 306 including reservoirs 304. These reservoirs 304 contain fluids, such as hydrocarbons. The wellsites draw fluid from the reservoirs and pass them to the processing facilities via surface networks 344. The surface networks 344 have tubing and control mechanisms for controlling the flow of fluids from the wellsite to processing facility 354.



FIG. 4 illustrates a flowchart of a method 400 for interpreting well log data, according to an embodiment. Although the worksteps in the method 400 are presented in an example sequence, it will be appreciated that the workflow may be adjusted by combining, separating, and/or re-ordering the worksteps, or executing at least some of the worksteps in parallel, without departing from the scope of the present disclosure.


The method 400 may begin by receiving well-log data, as at 402. Many different types of well-log data are known and may be employed, such as electrical resistivity, spontaneous potential, nuclear, nuclear magnetic resonance, acoustic, dipmeter and imaging, seismic, etc. In general, the well-log data may be any data collected from one or more wells, including measurements of parameters such as gamma ray, bulk density, resistivity, neutron porosity, amplitude, travel time, signal velocity, depth, etc.


The method 400 may then proceed to partitioning the data into segments, as at 404. The segments may represent discrete depth intervals of the well in the well log. In an embodiment, the segments are partitioned by squaring the well-log data (e.g., converting the generally curves of the plot to square steps), and then noting the changes in direction of the squared data (change points). Data between consecutive change points may be considered, in some embodiments, a segment. In other embodiments, any other convenient way to partition the well-log data into segments may be employed.


The method 400 may also include simplifying the segments into representative points, as at 406. The simplification of the segments into representative points may take many forms. For example, statistical measures may be used to either select a point that is already contained within the set of points making up the segment, or by creating a new point that is statistically representative of the segment. For example, a mean or average of the segment, in a domain that uses parameters as its axes, may be employed to determine a representative point. In some embodiments, ellipsoids or other regions may be defined around the representative point, e.g., based on statistical measures (e.g., standard deviation) of the segment in the axes of the domain.


The method 400 may also, at this point, include determining a representative reachability distance for points within the segments, as at 407. Reachability distances are employed in density-based clustering algorithms, such as the “ordering points to identify the clustering structure” (“OPTICS”) algorithm. In some embodiments, the reachability distance for the individual points in the respective segments may be approximated by the average reachability distance for the points in the segments, which may be approximated statistically based on the standard deviation of the position of the points.


The method 400 may then proceed to determining representative distances between the segments, as at 408. With the average reachability distance between points inside each segment approximated, the segments may be “connected” together based on a “representative” distance therebetween. For example, the method 400 may determine the representative distance as between the representative points, or as between regions identified around the representative points.


The method 400 may then include initializing clusters based on the representative distances between the segments, as at 410. Further, clusters may be combined, e.g., using a supervised or semi-supervised labeling process. In some embodiments, once the clusters are defined, the clusters may be repopulated with the individual points of the segments from the original well-log data, e.g., labeled as within the respective clusters.


The results of the method 400 may be the identification of clusters, which may represent geological structures (e.g., electrofacies) in the subterranean formation(s) through which one or more wells extend, which may be identified as at 412. Drilling, completion, and/or production processes may be altered based on the identification of the electrofacies. For example, well trajectories and/or other drilling parameters may be changed, intervention and/or treatment processes parameters may be changed. Further, the method 400 may allow identification of the clusters based on potentially several well-logs, potentially from different wells, which may allow the clusters to be identified across the dataset in a holistic manner. Further, the simplification of the data set in the method 400 may lead to efficiency gains, as runtimes may drop from O(n2) to O(n log n), which in realistically large data sets can be the difference between seconds and weeks of runtime. Additionally, the method 400 may be performed in parallel for different well logs and/or particular data types, which may further reduce runtimes and potentially increase accuracy. Thus, the present method represents an advancement in the operation of the computer itself.



FIGS. 5A and 5B illustrate a flowchart of a method 500 for interpreting well log data, according to an embodiment. Although the worksteps in the method 500 are presented in an example sequence, it will be appreciated that the workflow may be adjusted by combining, separating, and/or re-ordering the worksteps, or executing at least some of the worksteps in parallel, without departing from the scope of the present disclosure.


The method 500 may begin with receiving well-log data, as at 502, and as described above. The well-log data may include data points, potentially many thousands of data points, which may tie depth to a variety of different measurements or parameters. The method 500 may then partition the well-log data into segments which may include multiple points, as at 504.



FIG. 6 illustrates an example of two well logs 600, 602 representing gamma ray and bulk density measurements along a depth interval of a wellbore. The measurement plots are illustrated by the solid lines 604, 606. To partition the well-log 600, 602, the well-logs 600, 602 may be squared, as indicated by the dashed, square lines 608, 610. Change points, e.g., those labeled 612, 614, 616, 618, 620, 622, 624, 626, may be identified where the square lines 608, 610 change direction. The regions of the well logs 600, 602 between the change points 612-626 may then be labeled as separate segments, e.g., segment 628 spans between change points 616 and 618. Additional considerations, such as a minimum distance between consecutive change points, may also be employed to adapt the identification of the segments.


Returning to FIG. 5A, the method may proceed to identifying representative points in the respective segments, as at 506. The representative points may be defined using a statistical metric, e.g., a mean or median. Thus, for example, referring again to FIG. 6, in the segment 628, the well logs 600, 602 may define a set of gamma ray values and a set of bulk density values; the representative point for this segment may be represented as a point having the mean gamma ray value, and the mean bulk density value. As such, a parameter domain in which the axes are the well-log measurement parameters may be established, and the points (whether representative or the full set of well-log points) may be represented or at least representable in this domain using their parameter values as their coordinates.



FIG. 7 illustrates an example of a two-dimensional parameter domain 700 for the well-log data, first, on the left, with many of the points of the well-logs 600, 602 plotted, and second with the representative points 702 selected and the rest removed. In the domain, one axis 704 represents one parameter (e.g., gamma ray values, as plotted versus depth in the well log 600 of FIG. 6), and one axis 706 represents another parameter (e.g., bulk density values, as plotted versus depth in the well log 602 of FIG. 6). It will be appreciated that three or more axes domains may be analyzed using the method 500.


As shown, one representative point 702 is selected from each segment 628, resulting in a reduction in the number of points under consideration. It should be noted that the segments 628 might be identified, in general, at this point by a human user using a subjective interpretation; however, the present disclosure provides an automated approach, following certain computer-implemented rules and algorithms to perform such a task, which may at least partially avoid the tedious, subjective task, and provide a more efficient, repeatable result. Moreover, it will be appreciated that more than three dimensions (parameters) may be considered simultaneously by a computer using this method, while such an interpretation would be difficult for a user to visually conduct.


In an example, calling sk the segments obtained after applying the change point algorithm (where k∈custom-character1; # cutscustom-character), the mean of the variable i is computed by










m

i
,
k


=


1

#


s
k



×




p


s
k





p
i







(
1
)







As a result, a representative point ck of a segment sk is defined by





ck=(m1,k,m2,k, . . . mn,k)   (2)


Returning to FIG. 5A, the method 500 may then proceed to modeling the segments as ellipsoids in the parameter domain, as at 510. FIG. 8 illustrates an example of such ellipsoids 800, which may have dimensions that are equivalent to the standard deviation of the values in the respective axes for the points in the respective segments and may be centered at the representative points 702.


This may facilitate developing an equivalent representation of the initial well-log dataset. The previous simplifications are supported by considering the blobs of points contained in each segment sk as ellipsoids. The standard deviation σi,k of the respective segments sk in the respective dimensions i is obtained by:










σ

i
,
k


=





p






s
k







(


p
i

-

m

i
,
k



)

2


#


s
k









(
3
)







Therefore, the ellipsoid containing the points of a segment sk is given by:












x
1
2


σ

1
,
k

2


+


x
2
2


σ

2
,
k

2


+

+


x
n
2


σ

n
,
k

2



=
1




(
4
)







In dimension n, the volume Vk of the ellipsoid representing segment sk is given by










V
k

=


2
n

×


π

n
2



Γ


(

n
2

)



×




i
=
1

n







σ

i
,
k








(
5
)







where the Γ function represents the mathematical gamma function, extension of the factorial function to real numbers.


A reachability distance for the points in the ellipsoids (individual segment approximations) may then be determined, as at 512. Rather than determining each, individual reachability distance for each point in the well log(s), however, a statistical method may be employed, by analogy to statistical physics, to find an average reachability distance for points in the segments. The average distance between two particles d2 part inside the n-dimensional volume V containing N particles is given by










d

2





part


=


(

V
N

)


1
2






(
6
)







The value of “minpts”, which is the smallest number of points within a given radius that are used to define a neighborhood of points in an OPTICS analysis, is also considered. Thus, for points x of the data set that are inside clusters, the following approximation can be made:





RD|x|≅Distance (x, minpts'ths neighbor of x)   (7)


The average reachability distance of points custom-characterRDcustom-characterk inside a segment sk may be defined as:






custom-characterRDcustom-characterk=r|Vi,k=r,d2 part=d2 partV(k),N=minpts) (8)


or in other terms:












RD


k

=


(


minpts

#


s
k



×




i
=
1

n







σ

i
,
k




)


1
n






(
9
)







If the number of segments is high enough, the average reachability distance in a segment may be approximated by the reachability distance of the representative point ck.






custom-characterRDcustom-characterk=RD[ck]  (10)


Next, the method 500 may proceed to calculating the distances between the representative points. This may be done simplistically, by simply computing the distance in the parameter domain between the representative points, as at 513, as follows:






d(sj,sk)=∥cj−ck∥  (11)


In another embodiment, this may be done using a spherical approach, e.g., as at 514, by considering a sphere that represents the ellipsoid defined at 510. The spherical approach may either draw a sphere that contains the ellipsoid (e.g., the smallest sphere able, termed the “max-spherical approach”) or a sphere that is contained within the ellipsoid (e.g., the largest sphere contained within the ellipsoid, termed the “min-spherical approach”). The shortest distance between spheres may then be determined at 515, as follows:


The max-spherical approach:










d


(


s
j

,

s
k


)


=

max


(






c
j

-

c
k




-


min

i




1
;
n







σ

i
,
j



-


max

i




1
;
n







σ

i
,
k




,
0

)






(
12
)







The min-spherical approach:










d


(


s
j

,

s
k


)


=

max


(






c
j

-

c
k




-


min

i




1
;
n







σ

i
,
j



-


min

i




1
;
n







σ

i
,
k




,
0

)






(
13
)








FIG. 9A illustrates the simplistic approach, FIG. 9B illustrates the min-spherical approach, and FIG. 9C illustrates the max-spherical approach, according to an embodiment.


Returning to FIG. 5B, the method 500 may proceed to determining a reachability plot, as at 520. FIG. 10 illustrates an example of a reachability plot 1000. In this context, a reachability plot is a type of dendrogram, in which the points are ordered such that nearest neighbors in the domain are are next to one another, with the reachability distances being in the vertical axis. In the present method 500, the average reachability is used for the segments, and the reachability between segments being defined using the representative distance.


The method 500 may then proceed to initializing clusters, as at 522. The clusters may be initialized using the reachability plot determined at 520. In one example, the clusters may be initialized at local minima in the reachability plot, that is, at points of inflection between two local maxima. FIG. 11 illustrates this, where Vi is the local minimum, the representative point located at this position on the plot thus serves as a cluster initialization point. In another embodiment, a plurality of points within a given range of the local minimum can be set as cluster initialization points. FIG. 12 illustrates this, where the cluster initialization points are on an interval 1200 defined as:









[





w
1

×

P
i


+


w
2

×

V
i





w
1

+

w
2



;




w
1

×

P

i
+
1



+


w
2

×

V
i





w
1

+

w
2




]




(
14
)







where w1 and w2 may be predetermined or user-defined (e.g., in FIG. 12, w1=1 and w2=2)


Once the clusters are initialized, any suitable clustering technique may be employed to determine the segments that are part of the clusters, as at 524. For example, a semi-supervised clustering technique such as label spreading may be employed to propagate the clusters. Once the clustering is complete, the clusters may be populated with the well-log points based on the correspondence of the segments to the well-log points, as at 526, and the clusters may then be employed to identify physical characteristics in the subterranean formation that the well log(s) represents, as at 528.



FIG. 13 illustrates a conceptual diagram of at least a portion of the method 500, according to an embodiment. As at 1302, the well-log data with data points in the parameter domain are determined. Representative points are determined therefrom, and the segments are modeled as ellipsoids, as at 1304. Next, the OPTICS (or any other suitable clustering algorithm) may be executed using the simplified data, resulting in a reachability plot at 1306, from which clusters are initialized at 1306. The clusters are propagated, e.g., using a semi-supervised clustering technique, as at 1308, and labeled clusters of the modeled segments are provided at 1310. The initial data points are then populated back into the corresponding segments, clustered according to the clusters in which the segments are contained, as at 1312.



FIG. 14 illustrates a flowchart of a method 1400, according to an embodiment. Although the worksteps in the method 1400 are presented in an example sequence, it will be appreciated that the workflow may be adjusted by combining, separating, and/or re-ordering the worksteps, or executing at least some of the worksteps in parallel, without departing from the scope of the present disclosure.


The method 1400 includes receiving data that comprises one or more well logs acquired using a tool disposed at a plurality of depths in a bore in a subterranean environment, as at 1402 (e.g., FIG. 5A, 502). The method 1400 also includes partitioning the data into segments, the individual segments containing data points, as at 1404 (e.g., FIG. 5A, 504). In an embodiment, partitioning at 1404 includes squaring the one or more well logs, as at 1406 (e.g., an example of partitioning illustrated in FIG. 5A, 504). Further, in such an embodiment, partitioning at 1404 includes identifying change points in the one or more squared well logs, the segments being defined by an interval between pairs of change points, as at 1408.


The method 1400 also includes representing the segments as representative points in a parameter domain, as at 1410 (e.g., FIG. 5A, 506; FIG. 7, 700, 702). In an embodiment, the parameter domain has axes that represent parameters measured in the one or more well logs, as at 1412 (FIG. 7, 700).


The method 1400 may further include determining reachability distances for the representative points in the parameter domain, as at 1414 (e.g., FIG. 5A, 512). In an embodiment, determining reachability distances may include approximating an average reachability distance for the data points of the segment, as at 1415 (e.g., FIG. 5A, 512). Determining at 1414 may include determining a first ellipsoid around a first one of representative points, dimensions of the first ellipsoid being determined based on values of parameters corresponding to the segment in which the first one of representative points is contained, as at 1416 (e.g., FIG. 5A, 510). Determining at 1418 may also include determining a second ellipsoid around a second one of the representative point, as at 1417 (e.g., FIG. 5A, 510).


The method 1400 may further include determining reachability distances for the segments in the parameter domain, as at 1418 (e.g., FIG. 4, 408). This may include determining distances between the representative points in the parameter domain, as at 1420 (e.g., FIG. 5A, 513). Determining at 1418 may also include determining a distance between the segments based on the position and dimensions of the first and second ellipsoids, as at 1426 (e.g., FIG. 5A, 515). Determining at 1426 may include determining a first sphere around or within the first ellipsoid, as at 1428. Determining at 1426 may further include determining a second sphere around or within the second ellipsoid, as at 1430 (e.g., FIG. 5A, 514). Determining at 1426 may further include determining the distance based on a distance between the first and second spheres, as at 1432 (e.g., FIG. 5A, 515).


Determining at 1418 may also include determining a core distance of a first one of the representative points, as at 1434. Determining at 1420 may further include determining a greater of the core distance and the distance between the first one and the second one of the representative points, as at 1436. Determining at 1418 may further include selecting the greater as the reachability distance for the segment containing the first one of the representative points, as at 1438.


The method 1400 may also include generating a plot of reachability distances, as at 1439 (e.g., FIG. 5B, 520). The method 1400 also includes initializing a cluster based on the reachability distances, as at 1440 (e.g., FIG. 5B, 522). The clusters may represent at least a portion of an electrofacies in the subterranean volume, as at 1442. Initializing the cluster may also include selecting a local minimum of the reachability plot as a cluster initialization point, as at 1444 (e.g., FIG. 11).


The method 1400 includes identifying one or more segments as part of the cluster, as at 1446 (e.g., FIG. 5B, 524). The method 1400 also include identifying a physical feature represented in the one or more well logs based on the cluster, as at 1448 (e.g., FIG. 5B, 528).


In one or more embodiments, the functions described can be implemented in hardware, software, firmware, or any combination thereof. For a software implementation, the techniques described herein can be implemented with modules (e.g., procedures, functions, subprograms, programs, routines, subroutines, modules, software packages, classes, and so on) that perform the functions described herein. A module can be coupled to another module or a hardware circuit by passing and/or receiving information, data, arguments, parameters, or memory contents. Information, arguments, parameters, data, or the like can be passed, forwarded, or transmitted using any suitable means including memory sharing, message passing, token passing, network transmission, and the like. The software codes can be stored in memory units and executed by processors. The memory unit can be implemented within the processor or external to the processor, in which case it can be communicatively coupled to the processor via various means as is known in the art.


In some embodiments, any of the methods of the present disclosure may be executed by a computing system. FIG. 15 illustrates an example of such a computing system 1500, in accordance with some embodiments. The computing system 1500 may include a computer or computer system 1501A, which may be an individual computer system 1501A or an arrangement of distributed computer systems. The computer system 1501A includes one or more analysis module(s) 1502 configured to perform various tasks according to some embodiments, such as one or more methods disclosed herein. To perform these various tasks, the analysis module 1502 executes independently, or in coordination with, one or more processors 1504, which is (or are) connected to one or more storage media 1506. The processor(s) 1504 is (or are) also connected to a network interface 1507 to allow the computer system 1501A to communicate over a data network 1509 with one or more additional computer systems and/or computing systems, such as 1501B, 1501C, and/or 1501D (note that computer systems 1501B, 1501C and/or 1501D may or may not share the same architecture as computer system 1501A, and may be located in different physical locations, e.g., computer systems 1501A and 1501B may be located in a processing facility, while in communication with one or more computer systems such as 1501C and/or 1501D that are located in one or more data centers, and/or located in varying countries on different continents).


A processor can include a microprocessor, microcontroller, processor module or subsystem, programmable integrated circuit, programmable gate array, or another control or computing device.


The storage media 1506 can be implemented as one or more computer-readable or machine-readable storage media. Note that while in the example embodiment of FIG. 15 storage media 1506 is depicted as within computer system 1501A, in some embodiments, storage media 1506 may be distributed within and/or across multiple internal and/or external enclosures of computing system 1501A and/or additional computing systems. Storage media 1506 may include one or more different forms of memory including semiconductor memory devices such as dynamic or static random access memories (DRAMs or SRAMs), erasable and programmable read-only memories (EPROMs), electrically erasable and programmable read-only memories (EEPROMs) and flash memories, magnetic disks such as fixed, floppy and removable disks, other magnetic media including tape, optical media such as compact disks (CDs) or digital video disks (DVDs), BLURAY® disks, or other types of optical storage, or other types of storage devices. Note that the instructions discussed above can be provided on one computer-readable or machine-readable storage medium, or alternatively, can be provided on multiple computer-readable or machine-readable storage media distributed in a large system having possibly plural nodes. Such computer-readable or machine-readable storage medium or media is (are) considered to be part of an article (or article of manufacture). An article or article of manufacture can refer to any manufactured single component or multiple components. The storage medium or media can be located either in the machine running the machine-readable instructions, or located at a remote site from which machine-readable instructions can be downloaded over a network for execution.


In some embodiments, computing system 1500 contains one or more well-log interpretation module(s) 1508. In the example of computing system 1500, computer system 1501A includes the well-log interpretation module 1508. In some embodiments, a single well-log interpretation module may be used to perform some or all aspects of one or more embodiments of the methods. In alternate embodiments, a plurality of well-log interpretation modules may be used to perform some or all aspects of methods.


It should be appreciated that computing system 1500 is only one example of a computing system, and that computing system 1500 may have more or fewer components than shown, may combine additional components not depicted in the example embodiment of FIG. 15, and/or computing system 1500 may have a different configuration or arrangement of the components depicted in FIG. 15. The various components shown in FIG. 15 may be implemented in hardware, software, or a combination of both hardware and software, including one or more signal processing and/or application specific integrated circuits.


Further, the steps in the processing methods described herein may be implemented by running one or more functional modules in information processing apparatus such as general purpose processors or application specific chips, such as ASICs, FPGAs, PLDs, or other appropriate devices. These modules, combinations of these modules, and/or their combination with general hardware are all included within the scope of protection of the invention.


Geologic interpretations, models and/or other interpretation aids may be refined in an iterative fashion; this concept is applicable to embodiments of the present methods discussed herein. This can include use of feedback loops executed on an algorithmic basis, such as at a computing device (e.g., computing system 1500, FIG. 15), and/or through manual control by a user who may make determinations regarding whether a given step, action, template, model, or set of curves has become sufficiently accurate for the evaluation of the subsurface three-dimensional geologic formation under consideration.


The foregoing description, for purpose of explanation, has been described with reference to specific embodiments. However, the illustrative discussions above are not intended to be exhaustive or to limit the invention to the precise forms disclosed. Many modifications and variations are possible in view of the above teachings. Moreover, the order in which the elements of the methods are illustrated and described may be re-arranged, and/or two or more elements may occur simultaneously. The embodiments were chosen and described in order to best explain the principals of the invention and its practical applications, to thereby enable others skilled in the art to best utilize the invention and various embodiments with various modifications as are suited to the particular use contemplated.

Claims
  • 1. A method comprising: receiving data that comprises one or more well logs acquired using a tool disposed at a plurality of depths in a bore in a subterranean environment;partitioning the data into segments, wherein the individual segments contain data points;representing the segments as representative points in a parameter domain;determining reachability distances for the representative points in the parameter domain;initializing a cluster based on the reachability distances;identifying one or more segments as part of the cluster; anddetermining a physical feature represented in the one or more well logs based on the cluster.
  • 2. The method of claim 1, wherein the parameter domain has axes that represent parameters measured by the one or more well logs.
  • 3. The method of claim 1, wherein partitioning the data into segments comprises: squaring the one or more well logs; andidentifying change points in the one or more squared well logs, wherein the segments are defined by an interval between pairs of change points.
  • 4. The method of claim 1, wherein determining the reachability distances comprises calculating or approximating an average reachability distance for the data points of the segment.
  • 5. The method of claim 4, wherein determining the reachability distances comprises determining distances between the representative points in the parameter domain.
  • 6. The method of claim 5, further comprising generating a reachability plot based on the reachability distances, wherein initializing the cluster comprises selecting a local minimum of the reachability plot as a cluster initialization point.
  • 7. The method of claim 1, wherein determining the reachability distances comprises: determining a first ellipsoid around a first one of representative points, wherein dimensions of the first ellipsoid are determined based on values of parameters corresponding to the segment in which the first one of representative points is contained;determining a second ellipsoid around a second one of the representative points; anddetermining a distance between the segments based on a position and dimensions of the first and second ellipsoids.
  • 8. The method of claim 7, wherein determining the distance between the segments comprises: determining a first sphere around or within the first ellipsoid;determining a second sphere around or within the second ellipsoid; anddetermining the distance based on a distance between the first and second spheres.
  • 9. The method of claim 7, wherein determining the reachability distances comprises: determining a core distance of a first one of representative points;determining a greater of the core distance and the distance between the first and second representative points; andselecting the greater as a reachability distance between the segments.
  • 10. The method of claim 1, wherein the cluster represents an electrofacies in the subterranean environment.
  • 11. A computer system, comprising: one or more processors; anda memory system comprising one or more non-transitory computer-readable media storing instructions that, when executed by at least one of the one or more processors, cause the computer system to perform operations, the operations comprising: receiving data that comprises one or more well logs acquired using a tool disposed at a plurality of depths in a bore in a subterranean environment;partitioning the data into segments, wherein the individual segments contain data points;representing the segments as representative points in a parameter domain;determining reachability distances for the representative points in the parameter domain;initializing a cluster based on the reachability distances;identifying one or more segments as part of the cluster; anddetermining a physical feature represented in the one or more well logs based on the cluster.
  • 12. The system of claim 11, wherein the parameter domain has axes that represent parameters measured by the one or more well logs.
  • 13. The system of claim 11, wherein partitioning the data into segments comprises: squaring the one or more well logs; andidentifying change points in the one or more squared well logs, wherein the segments are defined by an interval between pairs of change points.
  • 14. The system of claim 11, wherein determining the reachability distances comprises calculating or approximating an average reachability distance for the data points of the segment.
  • 15. The system of claim 14, wherein determining the reachability distances comprises determining distances between the representative points in the parameter domain.
  • 16. The system of claim 15, wherein the operations further comprise generating a reachability plot based on the reachability distances, wherein initializing the cluster comprises selecting a local minimum of the reachability plot as a cluster initialization point.
  • 17. The system of claim 11, wherein determining the reachability distances comprises: determining a first ellipsoid around a first one of representative points, wherein dimensions of the first ellipsoid are determined based on values of parameters corresponding to the segment in which the first one of representative points is contained;determining a second ellipsoid around a second one of the representative points; anddetermining a distance between the segments based on a position and dimensions of the first and second ellipsoids.
  • 18. The system of claim 17, wherein determining the distance between the segments comprises: determining a first sphere around or within the first ellipsoid;determining a second sphere around or within the second ellipsoid; anddetermining the distance based on a distance between the first and second spheres.
  • 19. The system of claim 17, wherein determining the reachability distances comprises: determining a core distance of a first one of representative points;determining a greater of the core distance and the distance between the first and second representative points; andselecting the greater as a reachability distance between the segments.
  • 20. A non-transitory computer-readable medium storing instructions that, when executed by at least one processor of a computer system, cause the computer system to perform operations, the operations comprising: receiving data that comprises one or more well logs acquired using a tool disposed at a plurality of depths in a bore in a subterranean environment;partitioning the data into segments, wherein the individual segments contain data points;representing the segments as representative points in a parameter domain;determining reachability distances for the representative points in the parameter domain;initializing a cluster based on the reachability distances;identifying one or more segments as part of the cluster; anddetermining a physical feature represented in the one or more well logs based on the cluster.
CROSS-REFERENCE TO RELATED APPLICATIONS

This application claims priority to U.S. Provisional Patent Application Ser. No. 62/509,416, which was filed on May 22, 2017. The entirety of this provisional application is incorporated herein by reference.

PCT Information
Filing Document Filing Date Country Kind
PCT/US2018/033772 5/22/2018 WO 00
Provisional Applications (1)
Number Date Country
62509416 May 2017 US