make_darcy_field: Construct a synthetic (fake) 1-D field of hydraulic...

Description Usage Arguments Details Value See Also

Description

The constructed field is used as the "true field" in the example Darcy application. Obviously this is only used in synthetic studies. In real applications, we do not know the true field and the true field is the ultimate target that we try to infer.

Usage

1
make_darcy_field(len = 200)

Arguments

len

Length of the field to be constructed.

Details

Internally, this function randomly selects a chunk from the Denali dataset, performs transformations to render the values in a reasonable range in the natural scale of hydraulic conductivity, and finally revserse-transformed the field to the model scale.

The random pick of the data chunk is determined by the current random seed.

Value

A vector of the constructed synthetic field.

See Also

darcy_field_transform, Denali, K_xmin


anchored-inversion/examples.R documentation built on May 12, 2019, 2:39 a.m.