Parent Command
> PARAMETER
Subcommand
-
Description
This command identifies initial guesses of the parameters to be estimated.
The initial guess vector p0 is the starting point of the minimization
algorithm (iteration k=0). Usually, the initial guess vector is identical
with vector p* which holds prior information about the parameters.
By default, p0 and p* are identical, taken from the TOUGH2 input file,
and overwritten by command
A parameter is identified by an integer value indicating its position
in the parameter block:
I XIGUESS(I)
This format is identical to that of file Example See Also
> PARAMETER
>> GUESS
2 0.345 (initial guess for parameter no. 2)
3 -16.971 (initial guess for parameter no. 3)
/* (the initial guess for parameter no. 1 is taken from the
fourth-level command >>>> PRIOR, or - if not present -
from the TOUGH2 input file) */
...
> PARAMETER
>> read GUESS from FILE: testi.par
Page updated: July 29, 1997