Ignore:
Timestamp:
May 28, 2009, 10:09:49 AM (16 years ago)
Author:
kristy
Message:
 
Location:
anuga_work/production/carnarvon/carnarvon_rerun
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/carnarvon/carnarvon_rerun/export_results_max.py

    r6681 r7116  
    2929time_dir6 = '20090327_160753_run_final_0_27283_Bt_kvanputt'
    3030
    31 time_dirs = [time_dir5, time_dir6]   
     31time_dirs = [time_dir1] #5, time_dir6]   
    3232
    3333#cellsize = 250
    3434cellsize = 20
    3535
    36 timestep = None    # None means no timestep!
    37 #timestep = 0
     36#timestep = None    # None means no timestep!
     37timestep = 0
    3838
    3939######
     
    5555
    5656# one or more key strings from var_equations above
    57 var = ['depth', 'speed']
     57var = ['elevation']
    5858
    5959######
     
    8888            name3 = join(directory, time_dir, project.scenario_name)+'_time_78600_0'
    8989
    90             names = [name1, name2, name3]
     90            names = [name1] #, name2, name3]
    9191     
    92             asc_name = []   
     92            #asc_name = []   
    9393               
    9494            for name in names:
     
    110110                            verbose = True,
    111111                            format = 'asc')
    112 
    113                 asc_name.append(outname + '.asc')
    114    
    115             maxasc_outname = join(directory, time_dir, project.scenario_name)+'_'+which_area+'_'+which_var+'_max.asc'
    116 
    117             print 'max asc outname ', maxasc_outname
    118             print 'asc_name ', str(asc_name)
    119            
    120             MaxAsc(maxasc_outname, asc_name)
     112##
     113##                asc_name.append(outname + '.asc')
     114##   
     115##            maxasc_outname = join(directory, time_dir, project.scenario_name)+'_'+which_area+'_'+which_var+'_max.asc'
     116##
     117##            print 'max asc outname ', maxasc_outname
     118##            print 'asc_name ', str(asc_name)
     119##           
     120##            MaxAsc(maxasc_outname, asc_name)
Note: See TracChangeset for help on using the changeset viewer.