CN113420936A - Stratum comparison method based on dynamic time programming optimization algorithm - Google Patents

Stratum comparison method based on dynamic time programming optimization algorithm Download PDF

Info

Publication number
CN113420936A
CN113420936A CN202110751179.4A CN202110751179A CN113420936A CN 113420936 A CN113420936 A CN 113420936A CN 202110751179 A CN202110751179 A CN 202110751179A CN 113420936 A CN113420936 A CN 113420936A
Authority
CN
China
Prior art keywords
depth
well
index
matrix
vertical
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110751179.4A
Other languages
Chinese (zh)
Other versions
CN113420936B (en
Inventor
丁磊
邓志勇
胡向阳
张恒荣
郑志锋
王一
袁伟
谭伟
陈冠毅
胡露露
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China National Offshore Oil Corp CNOOC
CNOOC China Ltd Zhanjiang Branch
CNOOC China Ltd Hainan Branch
Original Assignee
China National Offshore Oil Corp CNOOC
CNOOC China Ltd Zhanjiang Branch
CNOOC China Ltd Hainan Branch
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China National Offshore Oil Corp CNOOC, CNOOC China Ltd Zhanjiang Branch, CNOOC China Ltd Hainan Branch filed Critical China National Offshore Oil Corp CNOOC
Priority to CN202110751179.4A priority Critical patent/CN113420936B/en
Publication of CN113420936A publication Critical patent/CN113420936A/en
Application granted granted Critical
Publication of CN113420936B publication Critical patent/CN113420936B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/04Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/22Matching criteria, e.g. proximity measures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/02Agriculture; Fishing; Mining

Abstract

The invention relates to the technical field of geophysical logging, in particular to a stratum contrast method based on a dynamic time planning optimization algorithm.

Description

Stratum comparison method based on dynamic time programming optimization algorithm
Technical Field
The invention relates to the technical field of geophysical logging, in particular to a stratum comparison method based on a dynamic time programming optimization algorithm.
Background
In the well logging evaluation process of an oil and gas field, multi-well comparison and interpretation becomes an important way for fine evaluation, accurate stratum comparison needs to be carried out to realize the multi-well comparison and interpretation, and the manual stratum comparison mode has the defects of long time consumption and strong subjectivity. Because the logging curve forms have similarity between adjacent wells in the same deposition background in the same oil field, the formation comparison can be realized by adopting a curve similarity calculation algorithm.
The dynamic time warping algorithm can solve the problem of time sequence matching with different lengths, and can effectively process the conditions of layer thickness change, pinch-out and the like when being applied to stratum comparison. However, in the practical application process, the following problems still exist: limited by the algorithm theory, the dynamic time warping algorithm cannot handle the situation of the upwarp section of the horizontal well track; the logging curve data scale is huge, the time complexity of the traditional dynamic time warping algorithm is large, the calculation time is long, although the operation speed of the algorithm can be accelerated by setting the upper and lower search boundaries, the well inclination angle can be changed in the drilling process, and therefore the upper and lower search boundaries cannot be determined to be a certain constant.
Chinese patent CN110852144A discloses an intelligent stratigraphic comparison method and system based on DTW, firstly obtaining original logging data and carrying out normalization preprocessing to form normalized logging data; and then calculating the logging curve form similarity information of the two selected wells based on a dynamic time warping algorithm to realize stratum comparison, however, when the scheme is applied to highly deviated wells and horizontal wells, the dynamic time warping algorithm can only be used for monotonously increasing search, and cannot process the upwarp sections of the horizontal well tracks.
Disclosure of Invention
The invention aims to overcome the defects of the prior art, provides a stratum comparison method based on a dynamic time programming optimization algorithm, and can obtain high-precision stratum comparison results of various real logging wells including highly deviated wells and horizontal wells.
In order to solve the technical problems, the invention adopts the technical scheme that:
a stratum comparison method based on a dynamic time programming optimization algorithm is provided, and comprises the following steps:
s1: acquiring original logging curve sequences and well trajectory curves of a reference well of a divided stratum and a target well of a stratum to be divided, and processing the original logging curve sequences of the reference well of the divided stratum and the target well of the stratum to be divided to obtain a new logging curve sequence containing gradient information;
s2: according to the well track curves of the reference well and the target well, eliminating repeated vertical depth parts caused by upwarping of well tracks in the new well logging curve sequence to obtain a well logging curve sequence of an inclined depth index with monotonically increasing vertical depth;
s3: processing the logging curve sequence of the slant-depth index by using a linear interpolation value according to the well trajectory curves of the reference well and the target well to obtain a logging curve sequence of the vertical-depth index;
s4: giving a search boundary, and performing similarity comparison on the logging curve sequence of the vertical-depth index by using a banded boundary dynamic time programming algorithm to obtain a similar track matrix;
s5: determining a depth upper and lower limit search matrix of the slant depth index according to the similar track matrix;
s6: finding a depth index contained in a depth upper and lower limit search matrix of the slant depth index of the target well to obtain a numerical index matrix when similarity comparison is executed;
s7: and taking the numerical index matrix as a search range, obtaining a final similar track matrix by using a dynamic time programming algorithm, and dividing the target well stratum according to the final similar track matrix.
The stratum comparison method based on the dynamic time programming optimization algorithm comprises the steps of firstly processing original logging curve sequences of a reference well and a target well to obtain a new logging curve sequence containing gradient information, well considering the change trend of the curves, then removing a vertical depth repeated well section in the new logging curve sequences of the reference well and the target well according to well track curves of the reference well and the target well, eliminating well track influence, and firstly converting a logging curve sequence of an inclined depth index into a logging curve sequence of a vertical depth index for similarity comparison; the invention comprehensively utilizes a logging curve sequence and a well trajectory curve, obtains high-precision stratum comparison results of various real logging wells including a highly deviated well and a horizontal well after two times of dynamic time planning algorithm processing, solves the problems that the dynamic time planning algorithm cannot be applied to the highly deviated well and the horizontal well and cannot process the upwarp section of the well trajectory, and simultaneously ensures the precision and the running speed of the algorithm.
Preferably, in step S1, the original logging curve sequence and the well trajectory curve are collected during the drilling process, wherein the original logging curve sequence takes the slant depth as an index and records the formation petrophysical characteristics; the well track curve takes the slant depth as an index, and records the slant depth-vertical depth conversion relation of the whole well section.
Preferably, in step S1, the processing method of the original log sequence is:
constructing a new logging curve sequence F (s (i)) comprehensively considering numerical information and gradient information for an original logging curve sequence s (i) with the length of N and i belonging to [1, N ]:
Figure BDA0003144472300000021
preferably, in step S2, according to the conversion relationship between slant depth and vertical depth recorded by the well trajectory curve, the depth is interpolated by a linear interpolation method, and the vertical depth corresponding to each depth of the new well logging curve sequence of the slant depth index is calculated for the known matching relationship between slant depth and vertical depth (tmd)1,tvd1)、(tmd2,tvd2) If the new slant depth tmd ∈ [ tmd ∈ >1,tmd2]Then the corresponding vertical depth tvd is:
Figure BDA0003144472300000031
and traversing the new logging curve sequence from shallow to deep, finding and removing a vertical depth repeated well section caused by the upward warp of the well track, and obtaining a logging curve sequence of an inclined depth index with the vertical depth increasing monotonically.
Preferably, in step S3, a fixed vertical depth index step is given, the vertical depth index sequence is constructed with the maximum and minimum vertical depth values of the logging curve sequence of the slant-depth index obtained in step S2 with the vertical depth monotonically increasing as the boundary, and the logging curve sequence of the slant-depth index is interpolated by using a linear interpolation method to obtain the logging curve sequence of the vertical depth index.
Preferably, in step S4, the similar trajectory matrix is a two-dimensional matrix, and records a similar matching relationship between points in the vertical depth indexed well logging curve sequence of the reference well and the vertical depth indexed well logging curve sequence of the target well, where the first dimension X is the vertical depth indexed well logging curve sequence of the reference well, X is a point in the first dimension X, the second dimension Y is the vertical depth indexed well logging curve sequence of the target well, and Y is a point in the second dimension Y.
Preferably, in step S5, the method for calculating the upper and lower depth limit search matrix of the slant-depth index is as follows:
s51: traversing the similar track matrix in the step S4, and taking the (i + 1) th path point P in the similar track matrixi+1=[xi+1,yi+1]Comparing the ith path point Pi=[xi,yi]Obtaining a depth upper and lower limit matrix of the vertical depth index under the change conditions in the first dimension X and the second dimension Y directions;
s52: and converting the vertical depth of the vertical depth index upper and lower limit depth matrix into the vertical depth according to the conversion relation between the vertical depth and the vertical depth recorded by the well track curve, taking the depth of the logging curve sequence of the reference well vertical depth index obtained in the step S2 as an index, interpolating the depth by a linear interpolation method, and calculating the upper and lower limit depth matrix of the target well vertical depth index corresponding to each depth.
Preferably, in step S51, since the time planning algorithm path has monotonicity, the method for calculating the upper and lower limit matrices of the depth of the vertical depth index is as follows:
(1) when x isi+1>xiAnd y isi+1>yiWhen, the upper limit is [ x ]i,yi+1]With a lower limit of [ xi+1,yi];
(2) When x isi+1>xiAnd y isi+1=yiThen, the search is continued backward along the first dimension X, and when the path point P is foundi+n=[xi+n,yi+n]And Pi+n+1=[xi+n+1,yi+n+1]Having y ofi+n+1>yi+nWhen, the upper limit is [ x ]i,yi]With a lower limit of [ xi+n,yi+n];
(3) When y isi+1>yiAnd xi+1=xiWhile continuing to followSecond dimension Y is found backwards when finding path point Pi+n=[xi+n,yi+n]And Pi+n+1=[xi+n+1,yi+n+1]Has xi+n+1>xi+nWhen, the upper limit is [ x ]i+n,yi+n]With a lower limit of [ xi,yi]。
Preferably, the method for obtaining the numerical index matrix in step S6 includes: traversing a depth array AD (i) of a logging curve sequence of the slant-depth index of the reference well to obtain a depth upper limit TL (i) and a depth lower limit BL (i) of the slant-depth index of the target well corresponding to each depth; and traversing the depth array BD (j) of the logging curve sequence of the slant-depth index of the target well, finding the values contained in [ TL (i), BL (i) ], recording j, and forming a numerical index matrix.
Preferably, in step S7, similarity comparison is performed on the logging curve sequences of the slant-depth index to obtain a final similar trajectory matrix.
Compared with the background technology, the stratum comparison method based on the dynamic time programming optimization algorithm has the following beneficial effects:
the high-precision stratum contrast results of various real logging wells including highly deviated wells and horizontal wells can be obtained through two times of dynamic time planning algorithm processing, the problem of the upwarp section of the well track can be solved, and meanwhile the operation speed of the algorithm is guaranteed.
Drawings
FIG. 1 is a flow chart of a formation comparison method based on a dynamic time programming optimization algorithm according to the present invention;
FIG. 2 is a logic diagram of the operation of the numerical index matrix according to the present invention.
Detailed Description
The present invention will be further described with reference to the following embodiments.
As shown in fig. 1, a formation comparison method based on a dynamic time programming optimization algorithm includes the following steps:
s1: acquiring original logging curve sequences and well trajectory curves of a reference well of a divided stratum and a target well of a stratum to be divided, and processing the original logging curve sequences of the reference well of the divided stratum and the target well of the stratum to be divided to obtain a new logging curve sequence containing gradient information;
s2: according to the well track curves of the reference well and the target well, eliminating repeated vertical depth parts caused by upwarping of well tracks in the new well logging curve sequence to obtain a well logging curve sequence of an inclined depth index with monotonically increasing vertical depth;
s3: processing the logging curve sequence of the slant-depth index by using a linear interpolation value according to the well trajectory curves of the reference well and the target well to obtain a logging curve sequence of the vertical-depth index;
s4: giving a search boundary, and performing similarity comparison on the logging curve sequence of the vertical-depth index by using a banded boundary dynamic time programming algorithm to obtain a similar track matrix;
s5: determining a depth upper and lower limit search matrix of the slant depth index according to the similar track matrix;
s6: finding a depth index contained in a depth upper and lower limit search matrix of the slant depth index of the target well to obtain a numerical index matrix when similarity comparison is executed;
s7: and taking the numerical index matrix as a search range, obtaining a final similar track matrix by using a dynamic time programming algorithm, and dividing the target well stratum according to the final similar track matrix.
According to the stratum comparison method based on the dynamic time programming optimization algorithm, firstly, original logging curve sequences of a reference well and a target well are processed to obtain a new logging curve sequence containing gradient information, the change trend of the curves is well considered, then, according to well trajectory curves of the reference well and the target well, repeated vertical-depth well sections in the new logging curve sequences of the reference well and the target well are removed, the influence of well trajectories is eliminated, and firstly, a logging curve sequence of an inclined depth index is converted into a logging curve sequence of a vertical depth index for similarity comparison; the invention comprehensively utilizes a logging curve sequence and a well trajectory curve, obtains high-precision stratum comparison results of various real logging wells including a highly deviated well and a horizontal well after two times of dynamic time planning algorithm processing, solves the problems that the dynamic time planning algorithm cannot be applied to the highly deviated well and the horizontal well and cannot process the upwarp section of the well trajectory, and simultaneously ensures the precision and the running speed of the algorithm.
In step S1, collecting an original logging curve sequence and a well trajectory curve in the drilling process, wherein the original logging curve sequence takes the slant depth as an index and records the physical characteristics of stratum rocks; the well track curve takes the slant depth as an index, and records the slant depth-vertical depth conversion relation of the whole well section.
The processing method of the original logging curve sequence comprises the following steps:
constructing a new logging curve sequence F (s (i)) comprehensively considering numerical information and gradient information for an original logging curve sequence s (i) with the length of N and i belonging to [1, N ]:
Figure BDA0003144472300000051
in step S2, according to the conversion relationship between slant depth and vertical depth recorded by the well trajectory curve, the depth is interpolated by linear interpolation method, and the vertical depth corresponding to each depth of the new logging curve sequence of the slant depth index is calculated, for the known matching relationship between slant depth and vertical depth (tmd)1,tvd1)、(tmd2,tvd2) If the new slant depth tmd ∈ [ tmd ∈ >1,tmd2]Then the corresponding vertical depth tvd is:
Figure BDA0003144472300000052
and traversing the new logging curve sequence from shallow to deep, finding and removing a vertical depth repeated well section caused by the upward warp of the well track, and obtaining a logging curve sequence of an inclined depth index with the vertical depth increasing monotonically.
In step S3, a fixed vertical depth index step size is given, the vertical depth maximum value and the vertical depth minimum value of the logging curve sequence of the slant depth index with the vertical depth monotonically increasing obtained in step S2 are taken as a boundary to construct a vertical depth index sequence, and the logging curve sequence of the slant depth index is interpolated by using a linear interpolation method to obtain the logging curve sequence of the vertical depth index. When the given vertical depth index step length is 1m, the logging curve sequence indexed according to the vertical depth with the step length of 1m can be obtained by interpolating the logging curve sequence indexed by the inclined depth of the reference well and the logging curve sequence indexed by the inclined depth of the target well.
And giving a vertical floating search range of 5m, and performing similarity comparison on the vertical depth indexed logging curve sequence of the reference well and the vertical depth indexed logging curve sequence of the target well to obtain a similar track matrix.
In step S4, the similar trajectory matrix is a two-dimensional matrix, and records a similar matching relationship between each point of the vertical depth indexed logging curve sequence of the reference well and each point of the vertical depth indexed logging curve set of the target well, where a first dimension X is the vertical depth indexed logging curve set of the reference well, X is a point in the first dimension X, a second dimension Y is the vertical depth indexed logging curve set of the target well, and Y is a point in the second dimension Y.
The calculation method of the depth upper and lower limit search matrix of the slant depth index comprises the following steps:
s51: traversing the similar track matrix in the step S4, and taking the (i + 1) th path point P in the similar track matrixi+1=[xi+1,yi+1]Comparing the ith path point Pi=[xi,yi]Obtaining a depth upper and lower limit matrix of the vertical depth index under the change conditions in the first dimension X and the second dimension Y directions;
s52: and converting the vertical depth of the vertical depth index upper and lower limit depth matrix into the vertical depth according to the conversion relation between the vertical depth and the vertical depth recorded by the well track curve, taking the depth of the logging curve sequence of the reference well vertical depth index obtained in the step S2 as an index, interpolating the depth by a linear interpolation method, and calculating the upper and lower limit depth matrix of the target well vertical depth index corresponding to each depth.
In step S51, since the time planning algorithm path has monotonicity, the calculation method of the depth upper and lower limit matrix of the vertical depth index is as follows:
(1) when x isi+1>xiAnd y isi+1>yiWhen, the upper limit is [ x ]i,yi+1]With a lower limit of [ xi+1,yi];
(2) When x isi+1>xiAnd y isi+1=yiThen, the search is continued backward along the first dimension X, and when the path point P is foundi+n=[xi+n,yi+n]And Pi+n+1=[xi+n+1,yi+n+1]Having y ofi+n+1>yi+nWhen, the upper limit is [ x ]i,yi]With a lower limit of [ xi+n,yi+n];
(3) When y isi+1>yiAnd xi+1=xiThen, the search is continued backwards along the second dimension Y, and when the path point P is foundi+n=[xi+n,yi+n]And Pi+n+1=[xi+n+1,yi+n+1]Has xi+n+1>xi+nWhen, the upper limit is [ x ]i+n,yi+n]With a lower limit of [ xi,yi]。
As shown in fig. 2, the method for obtaining the numerical index matrix in step S6 includes: traversing a depth array AD (i) of a logging curve sequence of the slant-depth index of the reference well to obtain a depth upper limit TL (i) and a depth lower limit BL (i) of the slant-depth index of the target well corresponding to each depth; and traversing the depth array BD (j) of the logging curve sequence of the slant-depth index of the target well, finding the values contained in [ TL (i), BL (i) ], recording j, and forming a numerical index matrix.
In step S7, similarity comparison is performed on the logging curve sequence of the slant-depth index to obtain a final similar trajectory matrix.
In the detailed description of the embodiments, various technical features may be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features are not described, but should be considered as being within the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
It should be understood that the above-described embodiments of the present invention are merely examples for clearly illustrating the present invention, and are not intended to limit the embodiments of the present invention. Other variations and modifications will be apparent to persons skilled in the art in light of the above description. And are neither required nor exhaustive of all embodiments. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the claims of the present invention.

Claims (10)

1. A stratum comparison method based on a dynamic time programming optimization algorithm is characterized by comprising the following steps:
s1: acquiring original logging curve sequences and well trajectory curves of a reference well of a divided stratum and a target well of a stratum to be divided, and processing the original logging curve sequences of the reference well of the divided stratum and the target well of the stratum to be divided to obtain a new logging curve sequence containing gradient information;
s2: according to the well track curves of the reference well and the target well, eliminating repeated vertical depth parts caused by upwarping of well tracks in the new well logging curve sequence to obtain a well logging curve sequence of an inclined depth index with monotonically increasing vertical depth;
s3: processing the logging curve sequence of the slant-depth index by using a linear interpolation value according to the well trajectory curves of the reference well and the target well to obtain a logging curve sequence of the vertical-depth index;
s4: giving a search boundary, and performing similarity comparison on the logging curve sequence of the vertical-depth index by using a banded boundary dynamic time programming algorithm to obtain a similar track matrix;
s5: determining a depth upper and lower limit search matrix of the slant depth index according to the similar track matrix;
s6: finding a depth index contained in a depth upper and lower limit search matrix of the slant depth index of the target well to obtain a numerical index matrix when similarity comparison is executed;
s7: and taking the numerical index matrix as a search range, obtaining a final similar track matrix by using a dynamic time programming algorithm, and dividing the target well stratum according to the final similar track matrix.
2. The method for stratigraphic comparison based on dynamic time programming optimization algorithm of claim 1, wherein in step S1, the original well log sequence and well trajectory curve are collected during the drilling process, wherein the original well log sequence takes the slant depth as the index and records the petrophysical features of the stratum; the well track curve takes the slant depth as an index, and records the slant depth-vertical depth conversion relation of the whole well section.
3. The formation comparison method based on the dynamic time programming optimization algorithm of claim 2, wherein in step S1, the processing method of the original log sequence is:
constructing a new logging curve sequence F (s (i)) comprehensively considering numerical information and gradient information for an original logging curve sequence s (i) with the length of N and i belonging to [1, N ]:
Figure FDA0003144472290000011
4. the formation comparison method based on the dynamic time programming optimization algorithm as claimed in claim 3, wherein in step S2, according to the conversion relationship between slant depth and vertical depth recorded by the well trajectory curve, the depth is interpolated by a linear interpolation method, the vertical depth corresponding to each depth of the new well logging curve sequence of the slant depth index is calculated, and for the known matching relationship between slant depth and vertical depth (tmd)1,tvd1)、(tmd2,tvd2) If the new slant depth tmd ∈ [ tmd ∈ >1,tmd2]Then the corresponding vertical depth tvd is:
Figure FDA0003144472290000021
and traversing the new logging curve sequence from shallow to deep, finding and removing a vertical depth repeated well section caused by the upward warp of the well track, and obtaining a logging curve sequence of an inclined depth index with the vertical depth increasing monotonically.
5. The method for comparing strata according to claim 4, wherein in step S3, a fixed vertical depth index step is given, the vertical depth maximum value and the vertical depth minimum value of the logging curve sequence of the slant depth index with the monotonically increasing vertical depth obtained in step S2 are used as boundaries to construct a vertical depth index sequence, and the logging curve sequence of the slant depth index is interpolated by using a linear interpolation method to obtain the logging curve sequence of the vertical depth index.
6. The method for stratigraphic comparison based on dynamic time programming optimization algorithm of claim 5, wherein in step S4, the similar trajectory matrix is a two-dimensional matrix, and records the similar matching relationship of each point of the vertical depth indexed well log curve sequence of the reference well and the vertical depth indexed well log curve sequence of the target well, the first dimension X is the vertical depth indexed well log curve sequence of the reference well, X is the point in the first dimension X, the second dimension Y is the vertical depth indexed well log curve sequence of the target well, and Y is the point in the second dimension Y.
7. The method for stratigraphic comparison based on dynamic time programming optimization algorithm of claim 6, wherein in step S5, the calculation method of the search matrix of the upper and lower limits of depth of the slant-depth index is as follows:
s51: traversing the similar track matrix in the step S4, and taking the (i + 1) th path point P in the similar track matrixi+1=[xi+1,yi+1]Comparing the ith path point Pi=[xi,yi]Obtaining a depth upper and lower limit matrix of the vertical depth index under the change conditions in the first dimension X and the second dimension Y directions;
s52: and converting the vertical depth of the vertical depth index upper and lower limit depth matrix into the vertical depth according to the conversion relation between the vertical depth and the vertical depth recorded by the well track curve, taking the depth of the logging curve sequence of the reference well vertical depth index obtained in the step S2 as an index, interpolating the depth by a linear interpolation method, and calculating the upper and lower limit depth matrix of the target well vertical depth index corresponding to each depth.
8. The method for stratigraphic comparison based on dynamic time programming optimization algorithm of claim 7, wherein in step S51, since the time programming algorithm path has monotonicity, the calculation method of the depth upper and lower limit matrix of the vertical depth index is as follows:
(1) when x isi+1>xiAnd y isi+1>yiWhen, the upper limit is [ x ]i,yi+1]With a lower limit of [ xi+1,yi];
(2) When x isi+1>xiAnd y isi+1=yiThen, the search is continued backward along the first dimension X, and when the path point P is foundi+n=[xi+n,yi+n]And Pi+n+1=[xi+n+1,yi+n+1]Having y ofi+n+1>yi+nWhen, the upper limit is [ x ]i,yi]With a lower limit of [ xi+n,yi+n];
(3) When y isi+1>yiAnd xi+1=xiThen, the search is continued backwards along the second dimension Y, and when the path point P is foundi+n=[xi+n,yi+n]And Pi+n+1=[xi+n+1,yi+n+1]Has xi+n+1>xi+nWhen, the upper limit is [ x ]i+n,yi+n]With a lower limit of [ xi,yi]。
9. The method for stratigraphic comparison based on dynamic time programming optimization algorithm of claim 8, wherein the numerical index matrix obtaining method in step S6 is: traversing a depth array AD (i) of a logging curve sequence of the slant-depth index of the reference well to obtain a depth upper limit TL (i) and a depth lower limit BL (i) of the slant-depth index of the target well corresponding to each depth; and traversing the depth array BD (j) of the logging curve sequence of the slant-depth index of the target well, finding the values contained in [ TL (i), BL (i) ], recording j, and forming a numerical index matrix.
10. A formation comparison method based on a dynamic time programming optimization algorithm according to any one of claims 1 to 9, characterized in that in step S7, similarity comparison is performed on the logging curve sequences indexed by slant depth to obtain a final similar trajectory matrix.
CN202110751179.4A 2021-07-01 2021-07-01 Stratum comparison method based on dynamic time programming optimization algorithm Active CN113420936B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110751179.4A CN113420936B (en) 2021-07-01 2021-07-01 Stratum comparison method based on dynamic time programming optimization algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110751179.4A CN113420936B (en) 2021-07-01 2021-07-01 Stratum comparison method based on dynamic time programming optimization algorithm

Publications (2)

Publication Number Publication Date
CN113420936A true CN113420936A (en) 2021-09-21
CN113420936B CN113420936B (en) 2022-12-20

Family

ID=77720107

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110751179.4A Active CN113420936B (en) 2021-07-01 2021-07-01 Stratum comparison method based on dynamic time programming optimization algorithm

Country Status (1)

Country Link
CN (1) CN113420936B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115113281A (en) * 2022-05-18 2022-09-27 北京月新时代科技股份有限公司 Method, device, equipment and storage medium for determining marker well and marker layer thereof
CN116201535A (en) * 2023-02-06 2023-06-02 北京月新时代科技股份有限公司 Automatic dividing method, device and equipment for oil and gas reservoir target well sign stratum
CN116384633A (en) * 2023-04-13 2023-07-04 北京蓝海智信能源技术有限公司 Method, device and equipment for dividing mark layer and readable storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110852144A (en) * 2019-08-23 2020-02-28 中国石油大学(北京) DTW-based intelligent stratum comparison method and system
CN111472765A (en) * 2020-04-24 2020-07-31 北京月新时代科技股份有限公司 Stratigraphic division method and device for target well

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110852144A (en) * 2019-08-23 2020-02-28 中国石油大学(北京) DTW-based intelligent stratum comparison method and system
CN111472765A (en) * 2020-04-24 2020-07-31 北京月新时代科技股份有限公司 Stratigraphic division method and device for target well

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
刘宁等: "动态规划法在地层测井曲线对比中的应用", 《四川大学学报(自然科学版)》 *
吕坐彬等: "斜穿地层水平井与定向井储层对比方法", 《特种油气藏》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115113281A (en) * 2022-05-18 2022-09-27 北京月新时代科技股份有限公司 Method, device, equipment and storage medium for determining marker well and marker layer thereof
CN116201535A (en) * 2023-02-06 2023-06-02 北京月新时代科技股份有限公司 Automatic dividing method, device and equipment for oil and gas reservoir target well sign stratum
CN116201535B (en) * 2023-02-06 2024-02-09 北京月新时代科技股份有限公司 Automatic dividing method, device and equipment for oil and gas reservoir target well sign stratum
CN116384633A (en) * 2023-04-13 2023-07-04 北京蓝海智信能源技术有限公司 Method, device and equipment for dividing mark layer and readable storage medium

Also Published As

Publication number Publication date
CN113420936B (en) 2022-12-20

Similar Documents

Publication Publication Date Title
CN113420936B (en) Stratum comparison method based on dynamic time programming optimization algorithm
CN111475596B (en) Sub-segment similarity matching method based on multi-level track coding tree
CN107526106B (en) Rapid seismic waveform classification method based on semi-supervised algorithm
CN109884707B (en) Static correction method for near-surface layered time-depth curve
CN111472765B (en) Stratum partitioning method and device for target well
WO2014022578A2 (en) Hybrid method of combining multipoint statistic and object-based methods for creating reservoir property models
CN113642698B (en) Geophysical well logging intelligent interpretation method, system and storage medium
CN112180433B (en) Method and device for picking up first arrival wave of earthquake
CN111862778B (en) Shallow lithology geological map generation method and device, storage medium and equipment
CN115113299B (en) Intelligent marking stratum positioning and dividing method, device, equipment and storage medium
CN111199107A (en) Novel evaluation method of deltaic acid sandstone traps
CN112282742B (en) Prediction method for shale oil high-quality reservoir
CN110656922B (en) Shale isochronous stratum logging dividing method and system based on pencils and stone belt characteristics
CN109117534B (en) Fracture and crack prediction method based on geological map
CN115964667A (en) River-lake lithofacies well logging identification method based on deep learning and resampling
CN116068625A (en) Anisotropic parameter solving method for VSP driving processing while drilling
CN111159869B (en) Automatic calculation method for quantitative parameters between sandstone uranium deposit and ancient river course
CN111060967B (en) Well control velocity field modeling method
CN114169121A (en) Method for quantitatively determining fault evolution time by combining geometry and chronology
CN117407841B (en) Shale layer seam prediction method based on optimization integration algorithm
CN113012257B (en) Variable scale drilling histogram drawing method for manganese ore
CN114076991B (en) Characterization method of macroscopic heterogeneity of reservoir
CN116721227A (en) Automatic modeling method for three-dimensional geologic model of complex geologic body
CN116719099A (en) Well shock accurate calibration method based on step-by-step matching optimization
CN111060966B (en) First arrival picking method for static correction technology

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant