.. _atmosphere_ex_1: Basic Atmospheric Setup ======================= An example of how to setup a simple 1 dimensional (varies only in height) atmosphere that includes a background climatology from MSIS90, the labow ozone climatology, and the pratmo NO2 climatology. This utilizes some of the python libraries including the classes :ref:`atmosphere`, and :ref:`ozone`. This atmosphere can then be used in a radiative transfer calculation, as shown in :ref:`radtran_ex_1`. .. literalinclude:: atmosphere_ex_1.py