Changeset 2820


Ignore:
Timestamp:
May 8, 2006, 1:48:59 PM (18 years ago)
Author:
sexton
Message:

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/onslow_2006/make_report.py

    r2815 r2820  
    4949p = getcwd().split(sep)
    5050scenario = p[len(p)-1]
     51scenario_name = scenario.split('_')[0]
    5152
    5253# Inputs
    53 report_title = 'Tsunami impact modelling for the North West shelf: %s' %scenario.title()
     54report_title = 'Tsunami impact modelling for the North West shelf: %s' %scenario_name.title()
    5455timedirhigh = '20060424_020426_duplictate_time_steps'
    5556timedirlow = '20060426_004129'
Note: See TracChangeset for help on using the changeset viewer.