iwfm.calib.rei_residual_clusters¶
- iwfm.calib.rei_residual_clusters(rei, pst, gw_dat, streams_dat, elements_dat=None, nodes_dat=None, head_groups=('gwhead', 'vhead'), stream_groups=('swflow',), param_node_re=re.compile('^(pkh|pl|pn|pv|ps)0*(\\d+)_l(\\d)$'), stream_param_re=re.compile('^c_sn_0*(\\d+)$'), elem_param_re=re.compile('^(kr|kp)_0*(\\d+)$'), top_sites=150, cluster_km=30.0, max_clusters=6, param_radius_km=60.0, stream_node_window=15)[source]¶
Return a dict summarizing where misfit concentrates spatially and which adjustable parameters overlie it. See module docstring.
elements_dat + nodes_dat (both required together, optional): also locate element-indexed params (rootzone
kr_/kp_) at element centroids.