Changeset 4624


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

export scripts for Shark Bay

Location:
anuga_work/production/shark_bay_2007
Files:
1 added
2 edited

Legend:

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

    r4479 r4624  
    55from os import sep
    66
    7 time_dir = '' # HAT 1 in Dampier 10000 yr
    8 #time_dir = '' # MSL 1 in Dampier 10000 yr
    9 #time_dir = '' # HAT 1 in Broome 10000 yr
    10 #time_dir = '' # MSL 1 in Broome 10000 yr
    11 #time_dir = '' # HAT 1 in Pt Hedland 10000 yr
    12 #time_dir = '' # MSL 1 in Pt Hedland 10000 yr
    13 #time_dir = '' # HAT 1 in Onslow 10000 yr
    14 #time_dir = '' # MSL 1 in Onslow 10000 yr
    15 #time_dir = '' # HAT 1 in Exmouth 10000 yr
    16 #time_dir = '' # MSL 1 in Exmouth 10000 yr
    17 cellsize = 25
     7#time_dir = '20070711_034317_run_final_0.0_shark_bay_onielsen_10000_tide0.0_coastpolys' # July 2006 event; small domain
     8time_dir = '20070710_023824_run_final_-0.85_shark_bay_onielsen_july2006_tide-0.85_coastpolys' # July 2006; larger domain
     9cellsize = 20
    1810timestep = None
    1911directory = project.output_dir
     
    2113name = directory+time_dir+sep+project.scenario_name
    2214
    23 is_parallel = True
     15is_parallel = False
    2416if is_parallel == True: nodes = 4
    2517print 'output dir:', name
    2618
    27 var = [2,3] # depth and speed
     19var = [0,2,3] # stage, depth and speed
     20#var = [4]
    2821
    2922for which_var in var:
  • 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.