Changeset 7238 for anuga_work/production


Ignore:
Timestamp:
Jun 19, 2009, 5:11:27 PM (16 years ago)
Author:
myall
Message:
 
Location:
anuga_work/production
Files:
2 edited

Legend:

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

    r7209 r7238  
    2626# One or all can be changed each time the run_model script is executed
    2727tide = 0.0              # 3.6 difference between MSL and HAT in metres
    28 zone = 50               # specify UTM zone of model
    29 central_meridian = None
     28zone = None               # specify UTM zone of model
     29central_meridian = 114.0
    3030event_number = 27283    # 27255,27283 the event number or the mux file name
    3131alpha = 0.1             # smoothing parameter for mesh
     
    6464# Format for point is x,y,elevation (with header)
    6565point_filenames = ['coastline.txt',
    66                    'Exmouth.txt',]
     66                   'Exmouth.txt',
     67                   'extract_dgapcs100.txt',
     68                   'extract_rivoli.txt']
    6769
    6870### Add csv header list to all files in point_filenames
     
    8789                         ['island3_MH.csv', 3000],
    8890                         ['island4_MH.csv', 3000],
    89                          ['island5_MH.csv', 3000],
    90                          ['island6_MH.csv', 3000]]
     91                         ['island5_MH.csv', 3000]]#,
     92##                         ['island6_MH.csv', 3000]]
    9193
    9294PriorityArea_filename = None
     
    9496# LAND - used to set the initial stage/water to be offcoast only
    9597# Used in run_model.py.  Format for points easting,northing,id,value
    96 land_initial_conditions_filename = 'initial_conditions_comb.csv'
     98land_initial_conditions_filename = 'initial_condition_comb.csv'
    9799
    98100# GAUGES - for creating timeseries at a specific point
  • anuga_work/production/onslow_2009_june/Arc_asc2raster_GDA94z50.py

    r7209 r7238  
    2525output_dir="anuga\\outputs\\"
    2626
    27 time_dir1 = '20090616_154908_run_final_0.0_27283_mhingee'
     27time_dir1 = '20090617_110255_run_final_0.0_27283_mhingee'
    2828##time_dir2 = '20090416_072538_run_final_0_27338_1307_Tb__kvanputt'
    2929##time_dir3 = '20090417_021634_run_final_0_70337_1307_Tb__kvanputt'
Note: See TracChangeset for help on using the changeset viewer.