
atmos

Read atmospheric data file(s) in xy tabular ascii format:
extract profiles, interpolate to new altitude grid, save in xy or namelist format.

usage:

  atmos [options] file(s)

  -h          help
  -c char     comment character(s) used in input,output file (default '#')
  -o string   output file for saving of atmospheric data
  -f format   to be used in output file:
              'xy'        simple tabular form (default)
	      'namelist'  for use in MIRART, GARLIC, BIRRA, ...
  -p float    pressure ratio for regridding (constraint: pRatio = p(lower)/p(upper) > 1)
  -x string   eXtract profiles from file(s) (a string with comma seperated entries, e.g., 'p,H2O,T')
  -z string   change altitude levels to (evtl. equidistant) grid:
              either the grid step,   i.e. simply specify just one number
              or     the grid limits, i.e. lower and upper bounds seperated with a comma
              or     an uniform grid, i.e. a triple of floats zLow,zHigh,deltaZ
              or (in apostrophes) 'start[step]stop', e.g. '20[2.5]50[5]80' to specify a grid with bounds
 --saveVMR    save mixing ratios [ppm] instead of number densities
 --ToA float  top-of-atmosphere altitude in km


