Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 2.05 KB

README.md

File metadata and controls

48 lines (27 loc) · 2.05 KB

Desktop Application for Model Execution (DAME)

Upload Python Package codecov

The Desktop Application for Model Execution (DAME) is an application for executing environmental models in any local environment or server through a command line interface.

DAME contains a registry of model containers and input data files, as well as metadata about what input data needs to be loaded to run regional configurations and setups of any given model.

Given a model identifier (e.g., TopoFlow for the Awash region: topoflow36_2.1.0_Awash), DAME downloads the model container and its execution environment, and fetches the datasets needed (e.g., soil data, elevation data, etc). Then users can run the model with different input scenarios.

DAME works in Linux, MacOS and Windows.  It is installed through a simple pip command.

Requirements

Docker Configuration [MacOS, Windows, Linux]:

  1. Docker
  2. Python >= 3.6

Docker

DAME can use Docker to manage and run containers of software components.

Python 3

DAME uses Python. To install Python, just follow the steps below:

Installation

To install the latest version of DAME, open a terminal and run:

pip install dame-cli

Documentation

Full documentation of the CLI, including usage examples, can be found at: https://dame-cli.readthedocs.io/en/latest/