An open API service indexing awesome lists of open source software.

https://github.com/ivotron/nwp-popper

Numeric Weather Prediction pipelines
https://github.com/ivotron/nwp-popper

Last synced: about 1 year ago
JSON representation

Numeric Weather Prediction pipelines

Awesome Lists containing this project

README

          

# nwp-popper

This repository contains [Popper](https://github.com/systemslab/popper)
pipelines. To show a list of available pipelines using the
[`popper` CLI tool](https://github.com/systemslab/popper):

```bash
cd nwp-popper
popper ls
```

to execute one of the pipelines:

```bash
popper run
```

where `` is one of the pipelines in the repository.
For more on what other information from this repository is available,
you can run:

```bash
popper --help
```