iwfm.calib.ppk2facΒΆ

Use inverse-distance weighting to calculate factors to translate parameter values from pilot points to model nodes, and write to a file for use by PEST.

Functions

par2fac_idw2(pp_coord, node_coord[, ...])

Calculate inverse-distance-squared weighting factors between nodes and n_ppoints pilot points.

read_pp_file(pp_file[, verbose])

Read pilot points file and return list of tuples.

write_factors(factors_outfile, pp_file, ...)

Write pilot point factors to output file (hard-wired for 3 ppoints).