opcsim 0.5.0
  • API
  • Tutorial
  • Gallery
  • Site
      • Installation
      • Contributing
      • API reference
      • Tutorial
      • Example gallery
  • Page
      • opcsim.load_distribution

opcsim.load_distribution¶

opcsim.load_distribution(label)¶

Load sample distributions as described by Seinfeld+Pandis Table 8.3.

There are currently 7 options including: Urban, Marine, Rural, Remote continental, Free troposphere, Polar, and Desert.

Parameters
label{‘Urban’ | ‘Marine’ | ‘Rural’ | ‘Remote Continental’ | ‘Free Troposphere’ | ‘Polar’ | ‘Desert’}

Choose which sample distribution to load.

Returns
An instance of the AerosolDistribution class

Examples

>>> d = opcsim.load_distribution("Urban")

Back to top

Source

© Copyright 2016-2020, David H Hagan and Jesse H Kroll.
Created using Sphinx 3.0.3.