Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

node_dt

Maximiliano Osorio edited this page Jul 6, 2020 · 3 revisions
  1. Start the encapsulate process
mic encapsulate start --image mintproject/dt_dame:latest --name topoflow_dt
cp /ws/.env.docker /ws/env.env
  1. Install mic
Please, run your Model Component.
(mintdt) root@0249d753796a:/tmp/mint# pip install mic
  1. Trace the topoflow execution
mic encapsulate trace /ws/run --config examples/dame/templates/topoflow_climate.yml.template -i1 5babae3f-c468-4e01-862e-8b201468e3b5 -p1 "2014-08-01 00:00:00" -p2 "2014-08-02 00:00:00" -p3 "atmosphere_water__rainfall_mass_flux" -p4 "23.995416666666,6.532916666667,28.020416666666,9.566250000000" -p5 30 -p6 30 -p7 3600 -o1 /tmp/mint/outputs1.zip
Clone this wiki locally