Ignore:
Timestamp:
Apr 21, 2009, 9:23:41 AM (16 years ago)
Author:
kristy
Message:

updated max scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/australia_ph2/geraldton/export_results_max.py

    r6835 r6845  
    8686            names = [name1, name2]
    8787
     88            asc_name = []
     89           
    8890            for name in names:
    8991               
     
    105107                            format = 'asc')
    106108
    107              
     109                asc_name.append(outname + '.asc')
     110   
     111            maxasc_outname = join(directory, time_dir, project.scenario_name)+'_'+which_area+'_'+which_var+'_max.asc'
     112
     113            print 'max asc outname ', maxasc_outname
     114            print 'asc_name ', str(asc_name)
     115           
     116            MaxAsc(maxasc_outname, asc_name)
Note: See TracChangeset for help on using the changeset viewer.