.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "examples/individual_options/plot_option_12_lower_atmosphere.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note :ref:`Go to the end ` to download the full example code. .. rst-class:: sphx-glr-example-title .. _sphx_glr_examples_individual_options_plot_option_12_lower_atmosphere.py: 12. MSIS Option 12: Lower Atmosphere ==================================== This example demonstrates the analysis of MSIS Option 12, which controls Lower atmospheric influences. This option represents a key physical process that affects atmospheric density variations. Understanding how this option affects atmospheric structure is important for atmospheric modeling, satellite operations, and space weather applications. .. GENERATED FROM PYTHON SOURCE LINES 12-17 .. code-block:: Python import matplotlib.pyplot as plt from msis_options_utils import create_option_analysis_figure .. GENERATED FROM PYTHON SOURCE LINES 18-30 Option 12 controls Lower atmospheric influences =============================================== This atmospheric effect includes: * Tropospheric and stratospheric coupling * Lower atmospheric wave propagation * Atmospheric tide generation from below * Coupling between atmospheric regions This analysis shows how turning OFF this option affects atmospheric density across different dimensions and conditions. .. GENERATED FROM PYTHON SOURCE LINES 30-36 .. code-block:: Python option_index = 12 option_name = "Lower Atmosphere" fig = create_option_analysis_figure(option_index, option_name) .. image-sg:: /examples/individual_options/images/sphx_glr_plot_option_12_lower_atmosphere_001.png :alt: Comprehensive Analysis: MSIS Lower Atmosphere Option Atmospheric density changes when option is turned OFF F10.7=180, Ap=15, A) Altitude Profiles, B) Geographic Pattern at 300 km, C) Diurnal Cycle at 45°N, 300 km, D) Seasonal Cycle at 45°N, 300 km :srcset: /examples/individual_options/images/sphx_glr_plot_option_12_lower_atmosphere_001.png :class: sphx-glr-single-img .. GENERATED FROM PYTHON SOURCE LINES 37-53 Understanding the Results ========================= **Panel A (Altitude Profiles)**: Shows how this effect varies with altitude and between different seasonal and diurnal conditions. Look for differences between the four curves to understand temporal variability. **Panel B (Geographic Map)**: Reveals the global pattern of this atmospheric effect. The contour plot shows percentage changes when the option is turned OFF compared to the baseline (all options ON). **Panel C (Diurnal Cycle)**: Demonstrates how this effect varies throughout a 24-hour period at a fixed location (45°N, 0°E, 300 km altitude). **Panel D (Seasonal Cycle)**: Shows how the strength of this effect varies throughout the year, revealing seasonal dependencies. .. GENERATED FROM PYTHON SOURCE LINES 53-56 .. code-block:: Python plt.show() .. GENERATED FROM PYTHON SOURCE LINES 57-70 Physical Importance =================== This atmospheric effect is important because: * Important for atmospheric coupling studies * Essential for wave propagation modeling * Critical for complete atmospheric representation * Improves understanding of atmospheric layers interaction When this option is turned OFF, these physical processes are removed from the atmospheric model, which can significantly impact the accuracy of density predictions depending on the specific application and conditions. .. rst-class:: sphx-glr-timing **Total running time of the script:** (0 minutes 0.774 seconds) .. _sphx_glr_download_examples_individual_options_plot_option_12_lower_atmosphere.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: plot_option_12_lower_atmosphere.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: plot_option_12_lower_atmosphere.py ` .. container:: sphx-glr-download sphx-glr-download-zip :download:`Download zipped: plot_option_12_lower_atmosphere.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_