Changeset 2820
- Timestamp:
- May 8, 2006, 1:48:59 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
production/onslow_2006/make_report.py
r2815 r2820 49 49 p = getcwd().split(sep) 50 50 scenario = p[len(p)-1] 51 scenario_name = scenario.split('_')[0] 51 52 52 53 # Inputs 53 report_title = 'Tsunami impact modelling for the North West shelf: %s' %scenario .title()54 report_title = 'Tsunami impact modelling for the North West shelf: %s' %scenario_name.title() 54 55 timedirhigh = '20060424_020426_duplictate_time_steps' 55 56 timedirlow = '20060426_004129'
Note: See TracChangeset
for help on using the changeset viewer.