By S. L. Ferretti1, L. Peng1, J. W. Baldwin1, & M. S. Pritchard1
1Department of Earth System Science, University of California, Irvine, Irvine, CA, USA
Status: This manuscript is currently being written. We welcome any comments, questions, or suggestions. Please email your feedback to Savannah Ferretti ([email protected]).
Abstract: Insert abstract text here.
├── LICENSE.md <- License for code
│
├── README.md <- Top-level information on this code base
│
├── data/
│ ├── external/ <- Data from third party sources
│ ├── interim/ <- Intermediate data that has been transformed
│ ├── processed/ <- Final analysis-ready data
│ └── raw/ <- Original immutable data
│
├── figs/ <- Generated figures/graphics
│
├── notebooks/ <- Jupyter notebooks for data analysis/visualizations
│
├── scripts/ <- Source code for use in this project
│
└── environment.yml <- File for reproducing the analysis environment
This research was funded by <GRANTOR>
. The analysis for this work has been performed on Bridges-2 at the Pittsburgh Supercomputing Center, with much of this code reproduced from the NOAA MDTF GitHub. Thanks to our colleagues at LEAP NSF-STC for allowing data access through LEAP Pangeo.
This template is based on the cookiecutter data science project template.