Data support for "An ice nucleation parameterization for liquid propane seeding: sensitivity tests from idealized simulations, Atmospheric Chemistry and Physics"
Description
This package contains the data and scripts needed to reproduce the 11 main figures of the manuscript:
> Chen, S., Xue, L., Harrold, M., Tessendorf, S., Wolff, J., Dawson, N., and Jacobson, D.: An ice nucleation parameterization for liquid propane seeding: sensitivity tests from idealized simulations, Atmospheric Chemistry and Physics (submitted).
Please cite the paper when using this data. The dataset DOI will be activated at the time of final publication.
Structure:
- one folder per manuscript figure (see `figure_manifest.csv` for the full mapping)
- `source_scripts/`: the original analysis scripts, included for provenance; these read the raw WRF simulation tree and are not runnable from this package alone
- `data/`: compact extracted data used to reproduce the figure
- `replot/`: minimal plotting script that reads only the local packaged data
To reproduce a figure, run its replot script, e.g.:
```
cd Fig01_terrain_geometries/replot
python3 replot_fig01.py
```
Requirements: Python 3 with matplotlib and numpy.
For the WRF-driven figures, only extracted arrays and curves are packaged; no raw NetCDF WRF simulation outputs are included.
License: CC BY-NC 4.0 (see LICENSE). Commercial use requires prior permission from the corresponding author.