iwfm.calib.fac2iwfm¶
- iwfm.calib.fac2iwfm(pp_file_name, param_file_name, save_name, rlow=0.0, rhigh=1000000.0, empty=-999.0, verbose=False)[source]¶
Transfer parameter values from pilot points to model nodes from fac2reali.f90 by M Tonkin.
- Parameters:
pp_file_name (str) – File of pilot point factors for nodes
param_file_name (str) – File with parameter values at pilot points
save_name (str) – Name of output file
rlow (float, default=0) – Lower inerppolation threshold value
rhigh (float, default=1000000) – Upper interpolation threshold value
empth (float, default=-999) – Nodal parameter value if no pilot point value
- Returns:
count – Number of PDFs combined
- Return type: