Folders and files Name Name Last commit message
Last commit date
parent directory
View all files
Building the data volume:
Download the ethdata.tar.xz
file from https://world-modelers.s3.amazonaws.com/data/ethdata.tar.xz
docker run -v /data/ETH -v $PWD:/userdata --name ethdata debian:stable-slim /bin/bash
docker run --rm --volumes-from ethdata -v ${PWD}:/userdata debian:stable-slim bash -c "apt-get update && apt-get install xz-utils && cd /data/ETH && tar xJvf /userdata/ethdata.tar.xz"
Put the JSON file included inside a working directory in your host computer
docker run --rm --volumes-from ethdata -v ${PWD}:/userdata cvillalobosuf/pythia --help
(should show the pythia help)
docker run --rm --volumes-from ethdata -v ${PWD}:/userdata cvillalobosuf/pythia --setup /userdata/et_docker.json
docker run --rm --volumes-from ethdata -v ${PWD}:/userdata cvillalobosuf/dssat-pythia:develop --all /userdata/et_docker.json
This step produces a pp_{practice_name}.csv
results file in each of the management practices directory.
You can’t perform that action at this time.