pyrtlib.climatology.AtmosphericProfiles.gl_atm_trace#

static AtmosphericProfiles.gl_atm_trace(gas_trace: int) ndarray#

Returns the trace gas profiles (ID’s 29-31,51-63)

Parameters:

gas_trace (int) – HITRAN gas ID

Returns:

molecular densities (ppmv) (50x #gases)

Return type:

numpy.ndarray

Example

>>> from pyrtlib.climatology import AtmosphericProfiles as atmp
>>> atmp.gl_atm_trace(atmp.H2S)
array([1.00e-04, 5.48e-05, 3.00e-05, 2.45e-05, 2.00e-05, 1.61e-05,
      1.30e-05, 1.14e-05, 1.00e-05, 8.37e-06, 7.00e-06, 4.58e-06,
      3.00e-06, 1.73e-06, 1.00e-06, 5.48e-07, 3.00e-07, 1.73e-07,
      1.00e-07, 5.48e-08, 3.00e-08, 1.73e-08, 1.00e-08, 5.48e-09,
      3.00e-09, 1.73e-09, 1.00e-09, 1.00e-10, 1.00e-11, 1.00e-12,
      1.00e-13, 1.00e-14, 1.00e-15, 1.00e-15, 1.00e-15, 1.00e-15,
      1.00e-15, 1.00e-15, 1.00e-15, 1.00e-15, 1.00e-15, 1.00e-15,
      1.00e-15, 1.00e-15, 1.00e-15, 1.00e-15, 1.00e-15, 1.00e-15,
      1.00e-15, 1.00e-15])

References