pyrad.io.write_ts_stats#

pyrad.io.write_ts_stats(dt, value, fname, stat='mean')[source]#

writes time series of statistics

Parameters:
  • dt (date time array) – array of time steps

  • value (float arrays) – the average and the standard deviation of the melting layer top height

  • fname (str) – file name where to store the data

  • stat (str) – Statistic that is written

Returns:

fname (str) – the name of the file where data has written