Open
Description
Currently, when parameter spatial information in list-like parameter files (passed to PstFrom.add_parameters()
) results in collocated parameters (e.g. the same i,j information for different rows), we attempt to split the correlated parameters by an additional index, if passed (e.g. layer). This can get around the issue of trying to define correlations for identically located parameters. However it may result in us breaking correlations between pars that should actually be correlated (setting off-diags in the covariance matrix to 0).
Thinking that we need to provide an option to the user (more args!) to attempt to split
, offset
, or potentially tie
collocated pars.
Will work on this, but any thoughts on desired behaviour welcome.