This project includes code/workflows for a statistical generator of spatiotemporal variability in forcings for ice sheet models. The generator, as applied to ocean model simulation output used to force an ice sheet model, has been described in detail in [1].
Statistical Emulation of Antarctic Ice Sheet Melt Projections
├── LICENSE
├── README.md <- The top-level README for developers using this project.
├── data
│ ├── external <- Data from third party sources.
│ ├── interim <- Intermediate data that has been transformed.
│ ├── processed <- The final, canonical data sets for modeling.
│ └── raw <- The original, immutable data dump.
├── docs <- A default Sphinx project; see sphinx-doc.org for details
├── notebooks <- Jupyter notebooks. Naming convention is a number (for ordering),
├── references <- Data dictionaries, manuals, and all other explanatory materials.
├── reports <- Generated analysis as HTML, PDF, LaTeX, etc.
│ └── figures <- Generated graphics and figures to be used in reporting
├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
│ generated with `pip freeze > requirements.txt`
├── setup.py <- makes project pip installable (pip install -e .) so src can be imported
├── src <- Source code for use in this project.
│ ├── data <- Scripts to download or generate data
│ │ └── make_dataset.py
│ ├── features <- Scripts to turn raw data into features for modeling
│ │ └── build_features.py
│ ├── models <- Scripts to train models and then use trained models to make
│ └── visualization <- Scripts to create exploratory and results oriented visualizations
│ └── visualize.py
└── tox.ini <- tox file with settings for running tox; see tox.readthedocs.io
Project based on the cookiecutter data science project template.
Python environment dependencies/package list is provided in environment.yml.
A processed version of the data used in this workflow is made available as part of the supplementary files published with [1].
E3SM MPAS-O data output files: _mpaso.hist.am.timeSeriesStatsMonthly.{timeStamp}.nc_. These are made available on the remote cluster.
Analysis documentation to be provided as Sphinx docs.
[1] S. Muruganandham, A. A. Robel, M. J. Hoffman and S. F. Price, "Statistical Generation of Ocean Forcing With Spatiotemporal Variability for Ice Sheet Models," in Computing in Science & Engineering, vol. 25, no. 3, pp. 30-41, May-June 2023, doi: 10.1109/MCSE.2023.3300908.