Metadata-Version: 2.1
Name: ensembleperturbation
Version: 0.8.2
Summary: perturbation of coupled model input over a space of input variables
Home-page: https://github.com/noaa-ocs-modeling/EnsemblePerturbation.git
Author: Zach Burnett <zachary.burnett@noaa.gov>
License: CC0
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: testing
Provides-Extra: development
Provides-Extra: documentation
License-File: LICENSE

# Ensemble Perturbation

[![tests](https://github.com/noaa-ocs-modeling/EnsemblePerturbation/workflows/tests/badge.svg)](https://github.com/noaa-ocs-modeling/EnsemblePerturbation/actions?query=workflow%3Atests)
[![codecov](https://codecov.io/gh/noaa-ocs-modeling/ensembleperturbation/branch/main/graph/badge.svg?token=4DwZePHp18)](https://codecov.io/gh/noaa-ocs-modeling/ensembleperturbation)
[![build](https://github.com/noaa-ocs-modeling/EnsemblePerturbation/workflows/build/badge.svg)](https://github.com/noaa-ocs-modeling/EnsemblePerturbation/actions?query=workflow%3Abuild)
[![version](https://img.shields.io/pypi/v/EnsemblePerturbation)](https://pypi.org/project/EnsemblePerturbation)
[![license](https://img.shields.io/github/license/noaa-ocs-modeling/EnsemblePerturbation)](https://creativecommons.org/share-your-work/public-domain/cc0)
[![style](https://sourceforge.net/p/oitnb/code/ci/default/tree/_doc/_static/oitnb.svg?format=raw)](https://sourceforge.net/p/oitnb/code)
[![documentation](https://readthedocs.org/projects/ensembleperturbation/badge/?version=latest)](https://ensembleperturbation.readthedocs.io/en/latest/?badge=latest)

Python library for perturbing coupled model inputs into ensemble runs. Provides
perturbation and results comparison.

```bash
pip install ensembleperturbation
```

Documentation can be found at https://ensembleperturbation.readthedocs.io

## Command-line interface

`ensembleperturbation` exposes the following CLI commands:

- `make_storm_ensemble`
- `perturb_tracks`
- `combine_results`
- `plot_results`


