Box model simulation results and plotting script for oil particle study
收藏资源简介:
This repository contains the LCM box model simulation results and the plotting script to reproduce the figures of the publication Zink, J., Unterstrasser, S., & Jurkat‐Witschas, T. (2025). On the potential role of lubrication oil particles in contrail formation for kerosene and hydrogen combustion. Journal of Geophysical Research: Atmospheres, 130, e2025JD043487. https://doi.org/10.1029/ 2025JD043487 Please follow the steps to reproduce the figures: Download and unzip the archive file. Navigate to the destination folder and install the virtual environment(e.g., in a Miniforge prompt) using:conda env create --file venv_PlottingOil.yml Activate the virtual environment with: conda activate venv_PlottingOil Reproduce the figures by running: python PlottingScript.py The figures are saved in the (created) subdirectory './Plots'. The subdirectory './Data' contains the box model results stored in different NetCDF files.Metadata descriptions of the relevant box model input and output variables are included in the NetCDF files. AmbAerosolOil_hydrogen_LastTimePoint.nc: Simulations with ambient aerosols and oil particles for hydrogen combustion. Only the last time point of each simulation is stored. AmbAerosolOilVolatile_hydrogen_LastTimePoint.nc: Simulations with ambient aerosols, oil, and volatile particles for hydrogen combustion. Only the last time point of each simulation is stored. Oil_hydrogen_LastTimePoint.nc: Results for simulations with only oil particles for hydrogen combustion. Only the last time point of each simulation is stored. Oil_hydrogen_noMic_Timeseries.nc: Results for simulations with hydrogen combustion and microphysics switched off. The dataset contains time series for selected simulations used in Fig. 3. Oil_hydrogen_Timeseries.nc: Results for simulations with only oil particles for hydrogen combustion. The dataset contains time series for selected simulations used in Fig. 3. Oil_kerosene_LastTimePoint.nc: Results for simulations with only oil particles for kerosene combustion. Only the last time point of each simulation is stored. Oil_kerosene_noMic_Timeseries.nc: Results for simulations with kerosene combustion and microphysics switched off. The dataset contains time series for selected simulations used in Fig. 3. Oil_kerosene_Timeseries.nc: Results for simulations with only oil particles for kerosene combustion. The dataset contains time series for selected simulations used in Fig. 3. SootOil_kerosene_LastTimePoint.nc: Simulations with soot and oil particles for kerosene combustion. Only the last time point of each simulation is stored. SootOilVolatile_kerosene_LastTimePoint.nc: Simulations with soot, oil, and volatile particles for kerosene combustion. Only the last time point of each simulation is stored.



