darcy_field_transform: Transform the field value vector between natural and model...

Description Usage Arguments Details Value

Description

Because Anchored Inversion works on a spatial variable that is defined by the entire real line, i.e. (-∞, ∞), this transformation is needed if the actual field is not defined on the real line. A typical case is that the actual field value is positive. In this case, the log transformation may be suitable. If the actual field value is already define on the real line, then this transformation is not needed.

Usage

1

Arguments

x

The field value vector.

reverse

If FALSE (the default), transform from natural scale to model scale; If TRUE (that is, "reverse transformation"), transform from model scale to natural scale.

Details

For the Darcy example application, we assume the field value is on [\text{K_xmin}, ∞) (referred to as the "natural scale"), and use a log transformation to map it onto the real line (referred to as the "model scale").

Field simulations requested from the Anchored Inversion server are always in the model scale. Before running the forward model with these fields, the fields need to be reverse-transformed into the natual scale. If the field simulations are to be used for other purposes, they need to be reverse-transformed similarly.

Value

Transformed field value vector.


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