Porosity Permeability (Poro-Perm) Log-Linear Regression in Python - Petrophysics

Sdílet
Vložit
  • čas přidán 16. 08. 2022
  • Permeability is one of the key reservoir properties we as petrophysicists attempt to derive as part of our workflow. As well logging tools do not provide a direct measurement for permeability, we have to infer it through relationships with core data from the same field or well, from empirically derived equations or NMR data.
    One common method of deriving permeability is to plot core porosity (on a linear scale) against core permeability (on a logarithmic scale) and observe the trend.
    From this, a regression can be applied to the porosity permeability (poro-perm) crossplot to derive an equation. This can subsequently be used to predict a continuous permeability from a computed porosity in any well.
    In this week's video, I demonstrate the application of linear regression within Python to derive a poro-perm relationship. However, when doing this we need to account for permeability being logarithmically scaled and porosity being linearly scaled.
    ⭐️ If you haven't already, make sure you subscribe to the channel: / @andymcdonald42
    ▼ --- SUPPORT THE CHANNEL --- ▼
    ☕️ BUY ME A COFFEE: www.buymeacoffee.com/andymcdo...
    ▼ --- GET THE CODE -- ▼
    github.com/andymcdgeo/Petroph...
    ▼ --- RECOMMENDED BOOKS --- ▼
    As an Amazon Associate, I earn from qualifying purchases. By buying through any of the links below I will earn a commission at no extra cost to you.
    PYTHON FOR DATA ANALYSIS: Data Wrangling with Pandas, NumPy, and IPython
    UK: amzn.to/3HNycJ9
    US: amzn.to/3DL7qPv
    FUNDAMENTALS OF PETROPHYSICS
    UK: amzn.to/3l1PgSf
    PETROPHYSICS: Theory and Practice of Measuring Reservoir Rock and Fluid Transport Properties
    UK: amzn.to/30UNWZS
    US: amzn.to/3DNqBbd
    WELL LOGGING FOR EARTH SCIENTISTS
    UK: amzn.to/3FHsbfn
    US: amzn.to/3CILAuE
    GEOLOGICAL INTERPRETATION OF WELL LOGS
    UK: amzn.to/3l2v2HV
    US: amzn.to/30UOTkU
    ▼ --- SOCIAL CHANNELS --- ▼
    Thanks for watching, if you want to connect you can find me at the links below:
    / andymcdonaldgeo
    / geoandymcd
    / andymcdonaldgeo
    www.andymcdonald.scot/
    #petrophysics #regression #python #pythonprogramming
  • Věda a technologie

Komentáře • 5

  • @kushwantsingh8690
    @kushwantsingh8690 Před 3 měsíci

    Hi Andy. What's the difference between the CKHG and CKHL perm values? Can you shed some light? Cheers

  • @joaovictorfernandes9829
    @joaovictorfernandes9829 Před rokem +1

    Congratulations on the channel. Here is shown a high quality content of Petrophysics.
    Andy, I would like to propose a mental exercise:
    Imagine a situation where you have wells situated in a mature field where common logging data such as:
    GR, ILD, NPhi, RHOb, SP and DTco. Nothing else, no core data or the ability to get them.
    Apart from the basic conventional petrophysical analysis, with the calculation of VSh, Porosity and Water saturation by the Archie equation (or other models), what else you could do to improve and work with this data, generating results that improve and facilitate evaluation or even generate interesting results? i.e, what to apply (Machine Learning, Neural Networks, Fuzzy Logic, Rock Typing, or any other methodology...) - and in order to acquire which new properties - only with these conventional logs, without the need for core data, that can generate interesting results? It's possible? What would you do with this data and in this specific case?

    • @AndyMcDonald42
      @AndyMcDonald42  Před rokem

      Thanks João.
      To answer your question, the first thing I would do is find out what the end goal is of the client/project and then try to work towards that. Otherwise it is wasted time.
      If this is just theoretical and about what you can obtain from just these curves, then there are numerous things we can do.
      - Basic Deterministic Interpretation to get VCL, PHIE, PHIT, SWE, SWT etc.
      - Probabilistic Interpretation - Mineral volumes and standard petrophysical outputs
      - Log Derived Saturation Height Models
      - Rock Typing (HFUs) using established workflows such as Lucia and Pitmann
      - Rock Typing through clustering algorithms or Self Organising Maps
      - Permeability Prediction based on standard equations
      - Rock Mechanics
      - Rock Physics
      - Seismic properties
      I am sure this list is not endless, and there is much more we can do with the basic data.
      ML can be applied, however, you would have to determine what the end goal is. Based on the curves provides, you can't predict permeability as you have no reference. Nor can you predict DTS, again due to no reference.
      Also, what you can derive would depend on if you have access to the raw logging data (acoustic waveforms, raw counts, spectral GR components etc).
      Hope that helps :)

    • @joaovictorfernandes9829
      @joaovictorfernandes9829 Před rokem

      @@AndyMcDonald42 Man, that definitely helped.
      I will try to execute these suggestions to my model. I already have a good development of the basic petrophysical interpretation but I feel I need to add something more to my model. Your suggestions fit like a glove.
      Thank you!