Gridding

Gridding in petroleum geoscience and reservoir engineering is the process of creating a spatial mathematical framework — a structured or unstructured grid of nodes, cells, or elements — that discretizes a continuous geological or reservoir volume into a finite number of computational units for purposes of mapping, visualization, simulation, or numerical analysis; the gridding process transforms sparse data (well logs at a handful of locations, seismic reflector picks, outcrop measurements) into a spatially continuous representation that covers the entire area of interest, using interpolation and extrapolation algorithms to estimate property values at grid nodes where no direct measurements exist; in reservoir simulation, gridding creates the three-dimensional computational mesh on which the finite difference or finite element equations governing fluid flow (Darcy's law, continuity equations, capillary pressure and relative permeability relationships) are numerically solved to predict reservoir behavior under depletion and injection; in mapping applications, gridding creates the surface representation (depth map, isopach map, porosity map) that the interpreter uses to visualize the three-dimensional structure and property distribution of the subsurface; the choice of gridding algorithm, grid geometry, cell size, and interpolation method profoundly affects the accuracy of the resulting model and must be matched to both the data density and the geological complexity of the specific reservoir or prospect being characterized.

Key Takeaways

  • Gridding algorithms for geoscience mapping (creating 2D surfaces from point data) include minimum curvature (which produces smooth surfaces honoring all data points with the minimum bending energy), kriging (a geostatistical method that uses the semivariogram of the data to estimate both the interpolated value and the uncertainty at each grid node), inverse distance weighting (which weights nearby data more heavily than distant data in a simple distance-power relationship), and triangulation with linear interpolation (which creates a triangulated irregular network directly from the data points without further smoothing); kriging is generally preferred for reservoir property mapping because it provides uncertainty estimates alongside the property values, enabling probabilistic map analysis, while minimum curvature is preferred for structural mapping of seismic horizons where data density is high and smooth continuous surfaces are geologically expected; the choice among algorithms has practical consequences for reserve estimates and well placement — a kriging map may show a reservoir thinning trend that a minimum curvature map would smooth over, potentially affecting the P10 reserve estimate by 20% or more.
  • Reservoir simulation gridding adds a third dimension (depth or time) to the mapping problem and introduces a fundamentally different set of requirements — the simulation grid must honor geological layering (by conforming to stratigraphic surfaces rather than cutting across them), capture faults (as cell boundaries or transmissibility multipliers), be fine enough to resolve the fluid flow heterogeneity that controls recovery (yet not so fine that the simulation becomes computationally intractable), and maintain numerical stability (cells that are too elongated or too thin can cause the finite difference equations to diverge); structured grids (i, j, k Cartesian or corner-point geometry) are most common in commercial reservoir simulation software due to their computational efficiency, while unstructured grids (Voronoi/PEBI cells, tetrahedral elements) offer better geometric flexibility around wells and complex faults at the cost of increased computational complexity; corner-point geometry (where each grid cell is defined by eight corner points that can be displaced vertically to follow geological horizons) is the dominant standard in commercial simulators including ECLIPSE, CMG STARS, and INTERSECT.
  • Upscaling — the process of converting a fine-scale geological model (which may contain tens of millions of cells) into a coarser simulation grid (typically 100,000 to 2,000,000 cells) that can be run in reasonable computation time — is one of the most technically challenging aspects of reservoir modeling, because properties like permeability do not upscale linearly and the upscaling method can significantly affect the predicted production behavior; simple arithmetic averaging of permeability in the upscaling direction overestimates effective permeability for flow perpendicular to high-permeability streaks, while harmonic averaging underestimates it for flow parallel to them; power-law averaging with an exponent between -1 (harmonic) and +1 (arithmetic) captures anisotropic permeability upscaling approximately, while numerical upscaling (solving the flow equations on the fine-scale cell to determine the effective transmissibility of the coarse cell) is the most accurate method for complex heterogeneous intervals but is computationally expensive to apply across millions of cells.
  • Well-to-well correlation and geocellular model building require gridding decisions that directly control how geological heterogeneity is represented in the reservoir model — the grid layering scheme (proportional, onlap, offlap, or truncation layering that conforms to different geological boundary conditions for stratigraphic sequences) determines whether the model correctly represents the internal architecture of the reservoir; an unconformity-bounded sequence where reservoir sands thin toward a structural high requires a truncation or onlap layering scheme that allows the upper-bounding horizon to cut across the lower layers, while a progradational sequence where sands thicken basinward requires an offlap scheme; using the wrong layering type creates a geological model that misrepresents the actual stratigraphy, which in turn causes the simulation to predict fluid flow paths and sweep efficiency incorrectly, leading to wrong production forecasts and suboptimal injection well placement.
  • Local grid refinement (LGR) is a simulation gridding technique that adds fine-scale resolution in specific areas of the reservoir model — typically around well perforations, hydraulic fractures, or high-flow-rate injector-producer pairs — while maintaining a coarser grid in the bulk of the reservoir where fine-scale resolution is not needed for accuracy; LGR allows the near-wellbore coning behavior of water or gas (which occurs at the scale of a few meters around the well), the transient pressure behavior during well testing (which involves radial flow at small scales), and the complex fluid dynamics around hydraulic fractures (where the fracture aperture may be millimeters while the fracture length is hundreds of meters) to be modeled with appropriate resolution without simulating the entire reservoir at that fine scale; commercial simulators implement LGR as nested grids, with the refined region inheriting boundary conditions from the surrounding coarse grid through a transmissibility coupling method that maintains mass conservation across the grid refinement boundary.

Fast Facts

The largest commercial reservoir simulation models in use today contain over 100 million active grid cells — representing reservoirs with complex faulting, multiple stratigraphic layers, and hundreds of wells, simulated over decades of production history. Running such a model to predict 30 years of future production under various development scenarios requires clusters of hundreds of computing processors running in parallel for hours to days per simulation run. Conversely, the first published numerical reservoir simulation models in the 1950s and 1960s used grids of fewer than 1,000 cells, solved on mainframe computers that occupied entire rooms. The 100,000-fold increase in grid resolution over six decades reflects both the exponential growth in available computing power and the industry's recognition that capturing geological heterogeneity at fine scales is essential for reliable production forecasting in complex reservoirs.

What Is Gridding?

The subsurface does not come with a coordinate system. A reservoir is a three-dimensional volume of rock with properties that vary continuously in space — permeability here, porosity there, a fault cutting through the middle, a shale barrier pinching out in the northwest corner. The geoscientist and engineer know about this structure from wells drilled at a handful of points and from seismic data with its own resolution limits. To do anything quantitative with that knowledge — to map the structure, to simulate how fluids will flow, to estimate how much oil can be recovered under different development scenarios — the continuous geology must be discretized into a manageable number of computational cells. That process is gridding. The grid is the bridge between the geological description and the numerical calculation. Build the grid badly — too coarse to capture the faults that control flow, layered in a way that misrepresents the stratigraphy, with cells so distorted they create numerical instability — and every calculation performed on it is suspect. Build it well, and the simulation or map becomes a reliable predictive tool that guides the multi-million-dollar decisions about where to drill next and how to manage reservoir pressure.

Gridding is also called grid construction, mesh generation, or spatial discretization in computational contexts. Related terms include reservoir simulation (the primary application for 3D gridding in petroleum engineering, which numerically solves fluid flow equations on the discretized grid), kriging (the geostatistical interpolation method that is the standard gridding approach for reservoir property mapping), upscaling (the process of coarsening the geological grid to a simulation grid while preserving effective flow properties), corner-point geometry (the dominant simulation grid format where cell corners follow geological horizons), local grid refinement (LGR, the technique that adds fine-scale grid resolution around wells and fractures within a coarser background simulation grid), and geocellular model (the three-dimensional property model built on the geological grid before upscaling to the simulation grid).

Why the Choice of Grid Determines the Quality of Every Answer the Model Gives

A reservoir simulation model is only as good as the grid it is built on. Pick the wrong cell size and the simulation averages out the very permeability contrasts that control sweep efficiency. Choose the wrong layering scheme and the model misrepresents the vertical connectivity that determines whether gas injected at the top of the reservoir will reach the oil column or finger along a permeable streak to the producers. Use too coarse a grid near the wells and the coning behavior that determines when breakthrough occurs is smeared across cells that are hundreds of meters wide. Each of these errors propagates through the production forecast, through the recovery factor estimate, and ultimately into the reserve booking and development planning decisions that determine the profitability of the project. Gridding is not the visible output — the maps and the flow simulations are the visible output. But the grid is the invisible framework that either supports or undermines the credibility of everything built on top of it. The experienced reservoir engineer treats gridding choices with the same rigor as any other engineering design decision, because getting them right is as important as any other step in the modeling workflow.