Changeset 6532


Ignore:
Timestamp:
Mar 17, 2009, 3:11:55 PM (15 years ago)
Author:
myall
Message:

redefining Darwin model area - original too large

Location:
anuga_work/production/australia_ph2/darwin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/australia_ph2/darwin/export_results_max.py

    r6461 r6532  
    2222directory = project.output_folder
    2323
    24 time_dir1 = '20090130_165532_run_final_0.6_27255_extend_dt_kvanputt'
    25 ##time_dir2 = ''
    26 ##time_dir3 = ''
    27 ##time_dir4 = ''
     24time_dir1 = '20090316_120226_run_final_0_17898_1833_Bf_mhingee'
     25##time_dir2 = '20090316_120344_run_final_0_64977_1833_Bf_mhingee'
     26##time_dir3 = '20090316_120457_run_final_0_70906_1833_Bf_mhingee'
     27##time_dir4 = '20090316_120558_run_final_0_71261_1833_Bf_mhingee'
    2828##time_dir5 = ''
    2929##time_dir6 = ''
    30 ##
     30##time_dir7 = ''
     31##time_dir8 = ''
    3132time_dirs = [time_dir1] #5, time_dir4]# , time_dir4, time_dir5, time_dir6]
    3233 
  • anuga_work/production/australia_ph2/darwin/project.py

    r6502 r6532  
    2828tide = 0                # difference between MSL and HAT
    2929zone = 52               # specify zone of model
    30 event_number = 70906    # the event number or the mux file name
     30event_number = 71261    # the event number or the mux file name
    3131# contributing events: 17898 (Flores), 64977 (Seram), 70906 (Sumba_normal),
    3232# 71261 (Timor_OTF)
     
    3838# index is only used when wave = Tb
    3939index = 1833            # index from the PTHA - 1 in 2000 wave height = 0.64m
    40 wave = 'Tb'             # Bf (sts wave) Tb (index wave)
     40##index = 1860            # index from the PTHA - 1 in 2000 wave height = 1.32m
     41wave = 'Bf'             # Bf (sts wave) Tb (index wave)
    4142
    4243setup = 'final'         # This can be one of three values
     
    4445                        #    basic - coarse mesh
    4546                        #    final - fine mesh, slowest
     47
     48# OLD - for when darwin and wyndham were combined:
     49##index = 1833            # index from the PTHA - 1 in 2000 wave height = 0.64m
     50# contributing events: 17898 (Flores), 64977 (Seram), 70906 (Sumba_normal),
     51# 71261 (Timor_OTF)
    4652
    4753#-------------------------------------------------------------------------------
     
    6874
    6975# Format for point is x,y,elevation (with header)
    70 point_filenames = ['darwin_grid250m.txt',
     76point_filenames = ['darwin_grid250m.txt']
    7177                   'derby_grid250m.txt'] # 250m grid 2005
    7278
  • anuga_work/production/australia_ph2/darwin/run_model.py

    r6511 r6532  
    9393# 4 points equals 5 segments start at N
    9494boundary_tags={'back': range(num_ocean_segments+1,
    95                              num_ocean_segments+num_land_points),
     95                             num_ocean_segments+num_land_points-1),
    9696               'side': [num_ocean_segments,
     97                        num_ocean_segments+num_land_points-1,  # 2 side segs
    9798                        num_ocean_segments+num_land_points],
    9899               'ocean': range(num_ocean_segments)}
Note: See TracChangeset for help on using the changeset viewer.