Parent Command
> OBSERVATION
Subcommand
-
Description
This command selects points in time during a TOUGH2 run at which the calculated system response is used for
subsequent iTOUGH2 analysis. In the case of inverse modeling, these are the calibration
times at which calculated and observed system responses are compared.
Time stepping in the TOUGH2 simulation is forced to exactly match all specified calibration
times, i.e., defining calibration times has the same effect on the simulation as specifying
printout times in the TOUGH2 block TIMES (printout can be suppressed, however, by
specifying a negative integer for TOUGH2 parameter KDATA). Thus, time stepping
considerations must be taken into account when selecting the spacing of calibration points
(see also command

Calibration times can be specified in three ways: (i) explicitly listed, (ii) automatically generated with equal spacing, and (iii) automatically generated with logarithmic spacing. The corresponding input formats are given by example below. Admissible keywords for selecting the time units time_unit are SECOND, MINUTE, HOUR, DAY, WEEK and YEAR.
1.0 2.0 5.0 10.0 15.0 20.0
30.0 45.0 60.0 120.0 180.0 360.0
In the example above, the first ntime=10 numbers will be read in free format and interpreted as calibration times in minutes.
10 logarithmically spaced points in time will be generated between 36 seconds and 12 hours.
The three formats can be used repeatedly, concurrently, and with overlapping time periods
(see example below). All specified times will be sorted internally.
Example See Also
60.0 600.0
tA tB
0.01 12.0
The following block generates a total of 11 calibration times.
> OBSERVATION
>> : 6 LOGARITHMICALLY spaced TIMES in SECONDS between
30.0 720.0 (tA and tB)
>> TIME: 5 EQUALLY spaced [MINUTES]
10.0 30.0 (tC and tD)
Page updated: July 29, 1997