iwfm.calib.write_rmse_bias

iwfm.calib.write_rmse_bias(output_filename, well_dict, well_names, rmse, bias, count)[source]

Write the RMSE and Bias values plus well info (name,x,y,layer) for all observation wells to a text file.

Parameters:
  • output_filemane (str) – Name of output data file

  • well_dict (dictionary) – well data, key=well_name, values=[X,Y,Layer]

  • well_names (list) – list of well_dict keys, for example state well names

  • rmse (arr) – list or numpy array of rmse values for each well

  • bias (arr) – list or numpy array of bias values for each well

  • count (list) – number of observations for each well

Return type:

nothing