Ignore:
Timestamp:
Sep 29, 2006, 8:31:36 AM (18 years ago)
Author:
sexton
Message:

small update to export script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/hobart_2006/export_results.py

    r3674 r3675  
    99time_dir = '20060928_064732' #alpha = 0.01
    1010#time_dir = '20060928_220905' #alpha = 1.0
     11#time_dir = '20060926_064750' #this worked for cellsize 30 and 100
    1112directory = project.outputdir
    1213name = directory + time_dir +sep + 'source'
     
    3334
    3435if which_var == 4:  # Elevation
    35     outname = name + '_elevation'
     36    outname = name + '_elevation_2'
    3637    quantityname = 'elevation'  #Elevation
    3738
Note: See TracChangeset for help on using the changeset viewer.