Installation
The software i sintended to run aona GNU/linux based server
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
Clone this repository in a convenient location.
git clone git@github.com:CNR-ISMAR/mmes.git
Install requirements with
pip install -r requirements.txt
Prepare the data directory structure according to the Directory structure section.
python manage.py dir
Manually edit the general configuration file config.json according to your needs (see General Configuration) section.
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
For each source forecast you need to add the model name to required step in processing.json Processing steps Configuration