Analysis of aerosol optical properties and desert dust events using observations from the Lampedusa Climate Observatory and atmospheric model simulations.
This project focuses on analyzing Aerosol Optical Depth (AOD) and Ångström Exponents (ANG) from the Lampedusa Climate Observatory, a key monitoring station in the Mediterranean Sea managed by ENEA (Italian National Agency for New Technologies, Energy, and Sustainable Economic Development). The observatory is part of NASA's AERONET network and the ACTRIS European Research Infrastructure.
-
Model Validation: Compare AOD values from the ENEA MINNI-FORAIR-IT air quality model (FARM core) with ground-based observations from Lampedusa, alongside CAMS and HYSPLIT model data.
-
IMPROVE Formula Calibration: Test and calibrate the IMPROVE (Interagency Monitoring of Protected Visual Environments) formula for the Mediterranean context, specifically for desert dust events, to improve aerosol-visibility relationships.
-
AOD Parameterization: Develop new AOD parameterizations to enhance aerosol forecasting, with the ability to quantify individual aerosol species contributions to atmospheric optical depth.
The Mediterranean region is frequently affected by Saharan dust outflows and is highly sensitive to climate change impacts. Lampedusa Island's location, distant from major anthropogenic sources, makes it an ideal site for studying natural aerosol events. This research contributes to:
- Improved air quality forecasting systems
- Better understanding of aerosol radiative effects
- Separation of natural vs. anthropogenic aerosol contributions
- Support for air quality policy development
lampedusa_analysis/
├── config.py # Configuration settings and parameters
├── main.py # Main execution script
├── requirements.txt # Python dependencies
├── README.md # Project documentation
├── LICENSE # Project license
├── src/ # Source code modules
│ ├── data_processing/ # Data loading and preprocessing
│ ├── models/ # Model comparison and validation
│ ├── analysis/ # Statistical analysis and calibration
│ └── visualization/ # Plotting and figure generation
├── notebooks/ # Jupyter notebooks for exploratory analysis
├── tests/ # Unit tests
├── data/ # Data files (not tracked in Git)
│ ├── observations/ # Lampedusa AERONET data
│ ├── model_outputs/ # FARM, CAMS, HYSPLIT outputs
│ └── meteorology/ # Meteorological data
├── outputs/ # Generated results (not tracked in Git)
│ ├── figures/ # Plots and visualizations
│ └── tables/ # Results tables and statistics
└── venv/ # Virtual environment (not tracked in Git)
- Python 3.8 or higher
- WSL/Linux environment (tested on Debian)
- Git with SSH configured for GitHub
- Clone the repository:
git clone git@github.com:andtoro/lampedusa_analysis.git
cd lampedusa_analysis- Create and activate virtual environment:
python3 -m venv venv
source venv/bin/activate- Install dependencies:
pip install -r requirements.txt- Configure settings:
# Edit config.py with your specific paths and parameters
nano config.pypython main.pyjupyter notebook
# Navigate to the notebooks/ directoryEdit config.py to set:
- Data file paths
- Analysis parameters
- Model configuration
- Output preferences
Due to privacy policies, data files are not included in this repository. The analysis uses:
- AERONET observations: Aerosol optical properties from Lampedusa station
- FARM model outputs: Air quality model simulations over Italy
- CAMS data: Copernicus Atmosphere Monitoring Service reanalysis
- HYSPLIT trajectories: Back-trajectory analysis for dust source identification
- Meteorological data: Supporting atmospheric variables
Contact the repository owner for data access information.
- Comparison of ground-based observations with multiple atmospheric models
- Desert dust event detection and analysis
- IMPROVE formula calibration for Mediterranean conditions
- Aerosol species apportionment to AOD
- Statistical validation metrics and visualization tools
- Data Processing: Quality control and harmonization of observational and model data
- Event Selection: Identification of desert dust events using AOD and ANG thresholds
- Model Comparison: Statistical evaluation of FARM, CAMS, and observation agreement
- Calibration: Optimization of IMPROVE coefficients for Mediterranean aerosols
- Validation: Cross-validation and uncertainty quantification
Results are saved in the outputs/ directory:
- Statistical comparison metrics
- Time series and scatter plots
- Calibrated IMPROVE coefficients
- Aerosol species contribution analysis
This is a research project. For questions or collaboration opportunities, please open an issue or contact the repository maintainer.
The methodologies developed in this project support:
- ENEA operational forecasting: Daily 3-day air quality forecasts for Italy
- Copernicus Services: European-level ensemble forecasting
- Climate research: Understanding aerosol-climate interactions in the Mediterranean
- Policy support: Informing air quality management strategies
- Master Thesis: Analysis of aerosol optical properties at Lampedusa Climate Observatory
- AERONET: https://aeronet.gsfc.nasa.gov/
- ACTRIS: https://www.actris.eu/
- ENEA: https://www.enea.it/
See LICENSE file for details.
For questions about this research, please open an issue on GitHub.