source:
anuga_work/production/australia_ph2/dampier/run_multiple_events.py
@
7010
Last change on this file since 7010 was 6798, checked in by kristy, 16 years ago | |
---|---|
File size: 308 bytes |
Rev | Line | |
---|---|---|
[6798] | 1 | """This script executes models for a range of event numbers. |
2 | ||
3 | Events folders and event.list must have been created first from | |
4 | the event selection program | |
5 | """ | |
6 | ||
7 | import os | |
8 | import project | |
9 | for event_number in project.event_number_list: | |
10 | s = 'python run_model.py %d' % event_number | |
11 | print s | |
12 | os.system(s) |
Note: See TracBrowser
for help on using the repository browser.