Skip to content

OasisLMF/OasisPiWind

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

* used wrong trigger

* fix

* Update name

* Move protected branch guard to first step

* Add pytest opts field

* Remove break-point

* Fix check for changed files

* Regenerated expected results - https://github.com/OasisLMF/OasisPiWind/actions/runs/4437571881

* Revert "Regenerated expected results - https://github.com/OasisLMF/OasisPiWind/actions/runs/4437571881"

This reverts commit 47cafb1.

* comment out example case_9

* update expected dirs to match test class name

* split away the testing class from the actual tests

* Tidy up Main test class and add doc strings

* Fix tests

* fix indent

* Skip class if params are missing

---------

Co-authored-by: awsbuild <awsbuild@oasislmf.org>
7bdb6f2

Git stats

Files

Permalink
Failed to load latest commit information.

Oasis LMF logo

Binder PiWind Testing PiWind MDK

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-<UTC timestamp> in your working directory.