Skip to main content

SimulationReportBlockDiscretization

GitHub source

SimulationReportBlockDiscretization

evo.compute.tasks.geostatistics.simulation_report.SimulationReportBlockDiscretization

Sub-block discretization for support correction.

Controls how each block is subdivided for point-to-block variance correction. Each dimension must be between 1 and 9 inclusive.

nx

nx: int = Field(1, ge=1, le=9)

Number of sub-blocks along the X axis.

ny

ny: int = Field(1, ge=1, le=9)

Number of sub-blocks along the Y axis.

nz

nz: int = Field(1, ge=1, le=9)

Number of sub-blocks along the Z axis.

Was this page helpful?