3d estimation

3d estimation

3d estimation performs parameter estimation using kriging and other methods to map 3D analytical data onto volumetric grids defined by the limits of the data set, or by the convex hull, rectilinear, or finite-difference grid extents of a geologic system modeled by gridding and horizons. The module provides several convenient options for pre- and post-processing input parameter values, and allows the user to consider anisotropy in the medium containing the property.

3d estimation also has the ability to create uniform fields, and allows the user to choose which data components to include in the output. Uniform fields require no geologic input and Adaptive Gridding must be turned off (otherwise the connectivity is not implicit).

The DrillGuide functionality produces a new input data file with a synthetic boring at the location of maximum uncertainty calculated from the previous kriging estimates, which can then be rerun to find the next area of highest uncertainty. There are no limits to the number of cycles that may be run.

Variogram Options:

There are three variogram options:

  1. Spherical: the default and recommended choice for most applications
  2. Exponential: generally gives similar results to Spherical and may be superior for some datasets
  3. Gaussian: notoriously unstable, but can “smooth” your data with an appropriate nugget. Without a nugget term, Gaussian is generally unusable. If Gaussian kriging is overshooting the plume in various directions, the nugget is likely too small; if the plume looks overly smooth, the nugget is likely too big.

The “Power Factor” is only used for exponential or Gaussian variograms. The default value of 3 is the most common value for exponential. For Gaussian, 2 is most common, though values from 0.1 to 3 are typically acceptable.

Advanced Variography Options:

3d estimation supports complex directional anisotropic variography. The variogram is displayed as an ellipsoid that can be distorted to represent primary and secondary anisotropies and rotated to represent heading, dip, and roll. Overall scale and translation are provided as visual aids to compare the variogram to the data, though these do not affect the actual variogram.

Ports

DirectionNameTypeDescription
InputInput Geologic FieldFieldThe main geologic field input for the module.
InputInput External GridFieldA field containing an external grid to use for the output. (Advanced Version Only)
InputInput External DataFieldA field containing external data to use instead of reading a file. (Advanced Version Only)
InputInput FilenameStringFile used to estimate analytical data.
OutputOutput FilenameStringFile used to estimate analytical data.
OutputOutput FieldFieldThe main output field with analytical data added.
OutputStatus InformationStringText containing the full status information output from the module.
OutputOutput ObjectRenderableA renderable object displaying the uncertainty sphere(s) and variography created by the module. Output even when Allow Run is off.
OutputAnalytical Grid DataRealizationInformation required for direct exporting of raw analytical grid data.
OutputInterpolation OptionsInterpolation OptionsInformation about the interpolation settings such as variogram parameters and number of points used in interpolation.

Properties

Grid Settings

PropertyTypeDescription
Grid CoordinatesCoordinatesDefines the coordinate domain within the data set in which kriging will be completed. Min and Max values are only used when the Rectilinear option is selected.
X ResolutionIntegerThe number of grid nodes in the model horizontal domain.
Y ResolutionIntegerThe number of grid nodes in the model vertical domain.
Z ResolutionIntegerThe number of grid nodes in the model elevation domain.
Layers From GeologyChoice: Make Single Layer, Use all HorizonsUsed with the input geology port. Controls whether to create a single layer or a layer for each horizon.
Min Cells Per LayerIntegerThe minimum number of cells in the Z direction per layer. Used when proportionally gridding an input geologic grid.
Cells Per LayerIntegerThe number of cells in the Z direction per layer when not using proportional gridding.
Proportional GriddingChoice: Cells Per Layer, Proportional Z ResolutionWhen multiple geologic layers exist, apportions cells to layers in Z based on each layer’s average thickness, subject to the Min Cells Per Layer parameter.
Grid TypeChoice: Uniform or Structured Field, Irregular MeshThe type of grid to create for interpolation.
Adaptive GriddingBooleanRefines the grid automatically to place grid nodes at all measured data points, ensuring the output honors all measured locations exactly.
Adaptive Gridding LimitIntegerTurns off adaptive gridding when the number of sample points exceeds this value.
Adaptive Value PriorityChoice: Favor Min Values, Favor Max ValuesSpecifies the criteria for which sample to use for adaptive gridding when more than one sample is contained by the same grid cell.
Minimum Layer ThicknessDoubleThe smallest vertical height of each cell.
Reverse Surface HierarchyBooleanDefines layers starting from the bottom to the top.
Boundary OffsetDoubleCreates a domain larger than the input data along all three axes.

Data Processing

PropertyTypeDescription
Data ProcessingChoice: Linear Processing, Log ProcessingAllows the module to be run in either linear or log space.
Data ScalingDoubleA value by which all nodal data values will be multiplied before kriging.
Pre Clip MinDoubleAny nodal property value less than this number will be replaced during preprocessing.
Pre Clip MaxDoubleAny nodal property value greater than this number will be replaced during preprocessing.
Less Than MultiplierDoubleApplied when reading a file with values flagged with the ‘<’ character. Multiplies the file value by this multiplier.
Detection LimitDoubleAffects file values set with the ‘ND’ or other non-detect flags. The module inserts a value equal to (Detection Limit * Less Than Multiplier).
Post Clip MinDoubleThe smallest nodal value that will be present in the output data field.
Post Clip MaxDoubleThe largest nodal value that will be present in the output data field.
Auto Exponentiate External Log DataBooleanDetects if data imported via the External Data port has been log processed and exponentiates it, avoiding double log processing.
External DataMulti-selectSelects which data components from the External Data port to use for interpolation.

Time Settings

PropertyTypeDescription
Chem File Is Time DomainBooleanCauses the file to be read as a time file, with values interpolated first to the set date and then to the grid.
Specify Date By ComponentBooleanAllows the Data Component value to select a date, resulting in exact data at a date instead of an interpolated value.
Date For InterpolationDateThe date of interest. Used with the Interpolation Type to determine the value of a sample before interpolation onto the grid.
Analyte NameStringThe analyte name for date files.
Date Interpolation MethodChoice: Direct Interpolation Only, Interpolate Only, Interpolate and Extrapolate Beyond, Interpolate and ExtrapolateDefines how to interpolate when given unsampled times in a file.
TCF File NameFileThe output TCF file name. When the module runs, it loops through each component and creates an EFB file; the dates and filenames are added to the TCF file.
Create TCFButtonCauses the module to run in a loop, going through each component and creating an EFB file at that time. These EFB files are linked together in the specified TCF file.

Krig Settings

PropertyTypeDescription
Estimation TypeChoice: Kriging, IDW (Shepard), IDW (Franke/Nielson), Nearest Neighbor, FastRBFThe method for interpolating file data onto the created grid.
ReachDoubleThe radial distance from any given model node that the module will look for data points. Setting to 0 causes the module to calculate a reach approximately two-thirds of the longest distance between any two data points.
Points In ReachIntegerThe maximum number of data points within the reach to consider for parameter estimation at a model node.
Octant SearchBooleanWhen selected, searching is performed for each of the eight octants surrounding the point to be kriged.
Use All PointsBooleanCauses the module to include samples up to the All Points Limit value. If the number of samples exceeds the limit, Reach and Points In Reach settings are used.
All Points LimitIntegerThe maximum number of points to use when interpolating. If there are more samples than this value, Reach and Points In Reach settings will be used.
Statistical Confidence ToleranceDoubleSpecifies the interval in linear space around the kriged model estimates to which the kriging confidence or uncertainty applies.
Statistical Confidence FactorDoubleSpecifies the interval in log space around the kriged model estimates to which the kriging confidence or uncertainty applies.
Min Max ConfidenceDoubleSpecifies the interval around the kriged model estimates to which the kriging confidence or uncertainty applies.
IDW PowerDoubleUsed with Inverse Distance Weighting. Greater values increase the influence of values closest to the interpolated point.
Variogram And AnisotropyVariogramControls the semi-variogram model and 3D anisotropy settings for kriging.

Data To Export

PropertyTypeDescription
Auxillary Kriging DataMulti-select: Max Plume, Min Plume, Statistical Confidence, Standard Deviation, Statistical UncertaintySelects which kriging-derived data components to include in the output field on a node by node basis. Available when using Kriging estimation.
Geologic Nodal DataMulti-select: Layer Thickness, Depth, ElevationSelects which geologic data components to generate for the output field on a node by node basis. For structured grids, Layer Thickness is exported as cell data.
Geologic Cell DataMulti-select: Material ID, Geo LayerSelects which geologic data components to generate for the output field on a cell by cell basis.

Display Settings

PropertyTypeDescription
Uncertainty Spheres To DisplayMulti-selectSelects which uncertainty spheres to display. There is one sphere per analyte, each reflecting the location of maximum uncertainty for that analyte.

Variography Display

PropertyTypeDescription
Display Variogram EllipsoidBooleanDisplays the variography ellipsoid in the viewport.
Ellipsoid OpacityDoubleSets the opacity of the ellipsoid.
ResolutionIntegerThe resolution of the ellipsoid. Larger numbers create more detailed representations.
Ellipsoid ScaleDoubleScales the ellipsoid equally along each axis.
X OffsetDoubleTranslates the ellipsoid along the x axis.
Y OffsetDoubleTranslates the ellipsoid along the y axis.
Z OffsetDoubleTranslates the ellipsoid along the z axis.
Ellipsoid ColorColorThe color of the variogram ellipsoid.
Display Variogram LinesBooleanDisplays lines aligned with the variography ellipsoid.
Line ScaleDoubleA scalar that sets the length of the variogram lines relative to the scale of the ellipsoid.
Primary Ratio ColorColorThe color of the primary ratio axis line.
Secondary Ratio ColorColorThe color of the secondary ratio axis line.
Tertiary Axis ColorColorThe color of the tertiary axis line.

Drill Guide

PropertyTypeDescription
Create DG FileButtonRuns the module in a loop, creating a synthetic boring at the maximum uncertainty location until the Number Of Synthetic Samples is reached.
Synthetic Sample PrefixStringAllows the user to alter the prefix string for generated synthetic boring names.
Number Of Synthetic SamplesIntegerControls how many times drill guide will run.
Boring SamplesIntegerIndicates how many samples to create at each synthetic boring.
Target ConcentrationBooleanWhen selected, changes the location of the uncertainty sphere based upon the specified Target Isolevel.
Target IsolevelDoubleWhen Target Concentration is selected, this value is used to change the location of the uncertainty sphere.
User PointsCoordinatesManages points added to the grid for drill guide purposes to eliminate areas of high uncertainty that cannot be drilled, such as under a building.

General

PropertyTypeDescription
Allow RunBooleanControls whether the module will run when applications are loaded or data changes. When off, the module will not run unless Execute is pressed.
FilenameFileThe file containing the data to interpolate onto the created grid.
Data ComponentIntegerSelects which property value in the analyte file will be kriged. The default value of -1 results in kriging of all data components in the file.
ExecuteButtonForces the module to run. If pressed and the application saved, the module will run when the application is loaded.
Z ScaleDoubleThe vertical exaggeration to apply to the variogram and the uncertainty sphere.