Ignore:
Timestamp:
Jul 13, 2007, 1:51:06 PM (17 years ago)
Author:
sexton
Message:

export scripts for Shark Bay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/shark_bay_2007/project.py

    r4616 r4624  
    126126
    127127#gauges
    128 #gauge_name = 'gauge_location_port_hedland.csv'
     128gauge_name = 'gaugesv2.csv'
    129129#gauge_name_test = 'gauge_checking_test.csv'
    130 #gauges_dir = anuga_dir+'gauges'+sep
    131 #gauges_dir_name = gauges_dir + gauge_name
     130gauges_dir = anuga_dir+sep+'gauges'+sep
     131gauges_dir_name = gauges_dir + gauge_name
    132132#gauges_dir_name_test = gauges_dir + gauge_name_test
    133133
     
    154154
    155155# region to export (used from export_results.py)
    156 #e_min_area = 648000   # Eastings min
    157 #e_max_area = 675000
    158 #n_min_area = 7745000
    159 #n_max_area = 7761000
     156e_min_area = 713500   # Eastings min
     157e_max_area = 726350
     158n_min_area = 7100890
     159n_max_area = 7111250
    160160
    161161#export_region = [[e_min_area,n_min_area],[e_min_area,n_max_area],
    162162#                 [e_max_area,n_max_area],[e_max_area,n_min_area]]
    163163                 
    164 
    165 
    166164#FIXME (Ole): It is bad to read in polygons in project.py. If a file does not exist
    167165#project.py cannot be imported
Note: See TracChangeset for help on using the changeset viewer.