Data Set 3 |
Apply only whenever IIPF\(<\)\(>\)0 from Data Set 2 IPF_TS,IPFTYPE,IXCOL,IYCOL,ILCOL,IMCOL,IVCOL (all compulsory) |
||
IPF_TS |
Notification of an IPF filename that stores the location of measures to be monitored as time series throughout the simulation. | ||
IPFTYPE |
Type of the IPF file | ||
1 |
For a steady-state simulation the 5 attributes within the given IPF should be (in this order): | ||
X |
x coordinate |
||
Y |
y coordinate |
||
ILAY |
Model layer identification |
||
OBS |
Observed value (OBS=0.0 if no observation is available) |
||
STDEV |
standard deviation \(\sigma \) of the measurement error (meters) |
||
After the simulation the given IPF is copied to the folder [OUTPUT-FOLDER]\[ipfname] and contains the additional records: | |||
COMP |
Computed values |
||
DIFF |
Difference (COMP-OBS) |
||
DIFFW |
Weighed difference (COMP-OBS)*\(\frac {1}{\sigma ^2}\) |
||
2 |
For the transient simulation the attributes within the given IPF should be (in this order): | ||
X |
x coordinate |
||
Y |
y coordinate |
||
ILAY |
Model layer identification |
||
After the simulation the given IPF is copied to the folder [OUTPUT-FOLDER]\[ipfname] and contains the additional record: | |||
ID |
Reference ID to the individual time series which are stored within the file [OUTPUT-FOLDER]\timeseries\location_[i].txt. |
||
Whenever the IPF_TS consists of time series initially, those will be included in the final time series. Time series within the buffer zone (see Data Set 6) will be left out. | |||
IXCOL |
Specify the column number in the IPF file (IPF_TS) that is representative for the X-coordinate of the measurement. | ||
IYCOL |
Specify the column number in the IPF file (IPF_TS) that is representative for the Y-coordinate of the measurement. | ||
ILCOL |
Specify the column number in the IPF file (IPF_TS) that is representative for the layer identification of the measurement. | ||
IMCOL |
Specify the column number in the IPF file (IPF_TS) that is representative for the measurement value. Whenever the number of columns in the IPF file be less than 4, IMCOL=0 and no observations will be used. | ||
IVCOL |
Whenever the number of columns in the IPF file be less than 5, IMCOL=0 and no observations will be used. | ||
\(>\)0 |
Specify the column number in the IPF file (IPF_TS) that is representative for the standard deviation \(\sigma \) of the measurement error. | ||
\(<\)0 |
Whenever IVCOL is negative (e.g. IVCOL=-5), it means that instead of a standard deviation (\(\sigma \)), weight values \(w\) are entered. Weight values are computed as \(w=\frac {1}{\sigma ^2}\) . | ||
IDCOL |
Specify the column number in the IPF file (IPF_TS) that is representative for the acceptable measurement error. This can be specified per point as the variable PE_DRES is applied to all measurements. Whenever IDCOL is absent or IDCOL=0, the PE_DRES is used. | ||