pyrtlib.climatology.AtmosphericProfiles.gl_atm_minor#
- static AtmosphericProfiles.gl_atm_minor(gas_minor: int) ndarray #
Returns the minor gas profiles (gas ID’s 8-28)
- Parameters:
gas_minor (int) – HITRAN gas ID #’s (#gases x 1)
- Returns:
molecular densities (ppmv) (50x #gases)
- Return type:
Example
>>> from pyrtlib.climatology import AtmosphericProfiles as atmp >>> atmp.gl_atm_minor(atmp.NO) array([3.00e-04, 3.00e-04, 3.00e-04, 3.00e-04, 3.00e-04, 3.00e-04, 3.00e-04, 3.00e-04, 3.00e-04, 3.00e-04, 3.00e-04, 3.00e-04, 3.00e-04, 2.99e-04, 2.95e-04, 2.83e-04, 2.68e-04, 2.52e-04, 2.40e-04, 2.44e-04, 2.55e-04, 2.77e-04, 3.07e-04, 3.60e-04, 4.51e-04, 6.85e-04, 1.28e-03, 2.45e-03, 4.53e-03, 7.14e-03, 9.34e-03, 1.12e-02, 1.19e-02, 1.17e-02, 1.10e-02, 1.03e-02, 1.01e-02, 1.01e-02, 1.03e-02, 1.15e-02, 1.61e-02, 2.68e-02, 7.01e-02, 2.13e-01, 7.12e-01, 2.08e+00, 4.50e+00, 7.98e+00, 1.00e+01, 1.00e+01])