Skip to content
abaezacastro edited this page May 2, 2017 · 2 revisions

Welcome to the SHV wiki!

This document describes how to run the SHV model in the LANCIS cluster.

  1. generate parameter values $ python setup.py

  2. generate the experiment files (*.xlm) $ python create_run.py --netlogo /srv/home/abaezacastro/bin/netlogo-5.3.1-64/ --workdir /srv/home/abaezacastro/name_a_new_folder

  3. go to the folder just created $ cd name_a_new_folder

4)submit to condor $ condor_submit submit_all.condor

  1. Once the simulation finished run this command to save all your simulations in a single (*.csv) file $ find . -iname 'output_*csv' -exec tail -n +8 {} ; > ~/concat_output_empirical.csv
Clone this wiki locally