Box model simulation results and plotting script for Part 2
收藏资源简介:
This repository contains the LCM box model simulation results and the plotting script to reproduce the figures of the publication Zink and Unterstrasser: Contrail formation for aircraft with hydrogen combustion: Part 2 - Engine-related aspects 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_plotting.yml - Activate the virtual environment with: conda activate venv_plotting - Navigate to the subdirectory ./Code and reproduce the figures by running: python Main.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. Note: Rendering figures with LaTeX styling requires a local LaTeX installation, as Matplotlib is configured with text.usetex = True.



