OasisLMF model repository (OM)
DarrenModel
Oasis Model
Cloning the repository
You can clone this repository by running git clone https://github.com/OasisLMF/DarrenModel.git
or directly download as a zip file
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). This repository contains a JSON configuration file that allows the model to be run via the MDK.
Python package Install
pip install oasislmf
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/losses-<UTC timestamp
> in your working directory.