source:
anuga_work/production/australia_ph2/carnarvon/run_multiple_events.py
@
7818
Last change on this file since 7818 was 6795, checked in by kristy, 16 years ago | |
---|---|
File size: 308 bytes |
Line | |
---|---|
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.