iwfm.headall2excel

iwfm.headall2excel(node_coords, data, dates, out_dates, outfile_name, verbose=False)[source]

Write out IWFM Headall.out data for selected time steps to an excel workbook, one sheet per time step.

Parameters:
  • node_coords (list) – (x,y) coordinates of nodes

  • data (list) – numpy array of floats, size nodes x layers

  • dates (list) – list of simulated head dates

  • out_dates (list) – dates for output

  • outfile_name (str) – output excel file name

  • verbose (bool, default=False) – True = command-line output on

Returns:

count – Number of output files written

Return type:

int