Installation

The software i sintended to run aona GNU/linux based server

  1. Create a python virtualenv and activate it.

python3 -m venv /path/to/new/virtual/environment/mmes
source activate /path/to/new/virtual/environment/mmes/bin/activate
  1. Clone this repository in a convenient location.

git clone git@github.com:CNR-ISMAR/mmes.git
  1. Install requirements with

pip install -r requirements.txt
  1. Prepare the data directory structure according to the Directory structure section.

python manage.py dir
  1. Manually edit the general configuration file config.json according to your needs (see General Configuration) section.

  2. From the main directory launch

python manage.py new

to create a new source config file or

python manage.py mod

to edit existing source config file. Refer to Configuration files section fro detailed information about config files

  1. For each source forecast you need to add the model name to required step in processing.json Processing steps Configuration