Skip to content

atm_stat

Calculate air parcel statistics.

# calling atm_stat
$ atm_stat  <ctl> <stat.tab> <param> <atm1> [<atm2> ...]

The simulation time is inferred from each input atmospheric filename. For time-stamped particle files, the expected filename pattern is ..._YYYY_MM_DD_HH_MM_SS.tab or the corresponding binary/netCDF variant.

Statistical parameters that can be calculated are:

  • mean
  • stddev
  • min
  • max
  • skew
  • kurt
  • absdev
  • median
  • mad

The statistics are calculated with the GNU Scientific Library. More information on the GNU Scientific Library statistics functions can be found on their webpage.