Parent Command
> OBSERVATION
Subcommand
>>> CONNECTION
>>> ELEMENT
>>> MODEL
>>> SOURCE
Description
This command selects a user-specified observation type. This option enables a user to
introduce a new observation type, i.e., any type of data can be used for parameter estimation
by defining the corresponding model output which is a user-specified function of TOUGH2
variables. The user must program the function in subroutine USEROBS, file it2user.f.
Identification of and details about the observation can be given in the iTOUGH2 input file
and will be transferred to subroutine USEROBS. The annotation anno (or a substring
thereof) will be available in subroutine USEROBS (variable ANNO); it can be used to
identify the observation type and data set. The significant part of the string should therefore
not be changed by subcommand
Example
In this example the pressure difference measured between two points in a laboratory column
is defined as a user-specified observation. Two differential pressures are measured,
referring to the liquid and NAPL phase, respectively. The iTOUGH2 input block
is given below.
> OBSERVATION
>> USER-specified observation type: Pres. Diff.
>>> difference between ELEMENTs: A1112 A1152
>>>> ANNOTATION : Pres. Diff. aqueous phase
>>>> PHASE : 2
>>>> DATA FILE : dp_aqu.dat
>>>> DEVIATION : 1000.0
<<<<
>>> difference between ELEMENTs: A1112 A1152
>>>> ANNOTATION : Pres. Diff. NAPL phase
>>>> NAPL PHASE
>>>> DATA FILE : dp_napl.dat
>>>> DEVIATION : 1000.0
<<<<
<<<
See Also
-