Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OasisLMF/OasisPiWind
Toy UK windstorm model
https://github.com/OasisLMF/OasisPiWind
Last synced: about 2 months ago
JSON representation
Toy UK windstorm model
- Host: GitHub
- URL: https://github.com/OasisLMF/OasisPiWind
- Owner: OasisLMF
- License: bsd-2-clause
- Created: 2017-04-11T14:11:42.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T10:39:15.000Z (2 months ago)
- Last Synced: 2024-11-13T02:36:07.230Z (2 months ago)
- Language: Python
- Homepage: https://oasislmf.github.io
- Size: 29.4 MB
- Stars: 27
- Watchers: 12
- Forks: 42
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - OasisPiWind - PiWind is a wind storm model for a small area of the UK. (Climate Change / Natural Hazard and Storm)
- jimsghstars - OasisLMF/OasisPiWind - Toy UK windstorm model (Python)
README
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/OasisLMF/OasisPiWind/main)
[![PiWind Testing](https://github.com/OasisLMF/OasisPiWind/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/OasisLMF/OasisPiWind/actions/workflows/test.yml)
[![PiWind MDK](https://github.com/OasisLMF/OasisPiWind/actions/workflows/run_mdk.yml/badge.svg?branch=main)](https://github.com/OasisLMF/OasisPiWind/actions/workflows/run_mdk.yml)# Oasis PiWind
Toy UK windstorm model.## Cloning the repository
You can clone this repository from GitHub.
## Running via the Oasis MDK
The Oasis model development kit (MDK) is a Python package which provides a command line interface (CLI) for developing and running models using the Oasis framework. It can be installed via the Python package installer `pip` (or `pip3` for Python 3). The PiWind repository contains a JSON configuration file that allows the PiWind model to be run via the MDK.
Using the configuration file an end-to-end analysis can be executed using the command:
oasislmf model run -C oasislmf.json
Files will be generated by default in a UTC timestamped folder named `runs/ProgOasis- in your working directory.