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
- Host: GitHub
- URL: https://github.com/ivotron/nwp-popper
- Owner: ivotron
- Created: 2018-01-08T20:35:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T06:45:59.000Z (over 7 years ago)
- Last Synced: 2025-01-26T08:13:09.865Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```