-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
-
generate parameter values $ python setup.py
-
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
-
go to the folder just created $ cd name_a_new_folder
4)submit to condor $ condor_submit submit_all.condor
- 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