Sometimes users will want an output equation in the model for which there are no observations, e.g. output the amount in a compartment or the time above a threshold.
Please add a pred_only() dummy function in the $err list block which results in the following:
The corresponding output equation will generate predictions at idelta intervals without corresponding -99 observations in the data file. These can be returned with all other outputs in pred.csv.
Sometimes users will want an output equation in the model for which there are no observations, e.g. output the amount in a compartment or the time above a threshold.
Please add a
pred_only()dummy function in the$errlist block which results in the following:The corresponding output equation will generate predictions at
ideltaintervals without corresponding -99 observations in the data file. These can be returned with all other outputs in pred.csv.