.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "examples/individual_options/plot_option_02_symmetric_annual.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_02_symmetric_annual.py: 02. MSIS Option 2: Symmetric Annual =================================== This example demonstrates the analysis of MSIS Option 2, which controls Annual seasonal variations (symmetric). 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 2 controls Annual seasonal variations (symmetric) ======================================================== This atmospheric effect includes: * Seasonal atmospheric heating variations * Annual solar declination effects * Symmetric seasonal patterns in both hemispheres * Yearly cycle in atmospheric temperature and density 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 = 2 option_name = "Symmetric Annual" fig = create_option_analysis_figure(option_index, option_name) .. image-sg:: /examples/individual_options/images/sphx_glr_plot_option_02_symmetric_annual_001.png :alt: Comprehensive Analysis: MSIS Symmetric Annual 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_02_symmetric_annual_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: * Models primary seasonal atmospheric changes * Essential for year-round atmospheric predictions * Critical for understanding seasonal density variations * Important for annual satellite drag variations 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.760 seconds) .. _sphx_glr_download_examples_individual_options_plot_option_02_symmetric_annual.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_02_symmetric_annual.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: plot_option_02_symmetric_annual.py ` .. container:: sphx-glr-download sphx-glr-download-zip :download:`Download zipped: plot_option_02_symmetric_annual.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_