Changeset 3660


Ignore:
Timestamp:
Sep 25, 2006, 8:41:52 AM (17 years ago)
Author:
sexton
Message:

Hobart updates

Location:
anuga_work/production/hobart_2006
Files:
2 edited

Legend:

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

    r3658 r3660  
    1515#onshore_name = 'hob3_topo' # original
    1616onshore_name = 'hob5_topo' # 12.5m grid and clipped to 100m elevation or 3000m from coast
    17 onshore_name_25 = 'hob5_topo_25' # 25m grid and clipped to 100m elevation or 3000m from coast
     17onshore_name_25 = 'hob5_topo_25m' # 25m grid and clipped to 100m elevation or 3000m from coast
    1818offshore_name_tas1 = 'derwent_2m'
    1919offshore_name_tas2 = 'derwent_5m'
     
    145145SEcorner = polyAll[2]
    146146
    147 #Main Domain of Hobart: updated region from Alex JS 22/9/06
    148 j0 = [583819.54,5193158.37]
    149 j1 = [585025.05,5172148.01]
    150 j2 = [583991.76,5155443.05]
    151 j3 = [486000.80,5155443.05]
    152 j4 = [486173.02,5165603.80]
    153 j5 = [478939.94,5170770.28]
    154 j6 = [479628.80,5290787.67]
    155 j7 = [570731.12,5281488.00]
    156 j8 = [583991.76,5266160.77]
    157 j9 = [590363.75,5268399.58]
    158 j10 = [597252.40,5276838.17]
    159 #j11 = [602418.88,5276838.17]
    160 j11 = [600000,5276838.17]
    161 #j12 = [600868.93,5201924.17]
    162 j12 = [597600, 5201914]
    163 #j13 = [593119.21,5196241.04]
    164 j13 = [590000,5196241]
    165 #j14 = [583819.54,5193158.37]
    166 j14 = [580000, 5193160]ZZ
    167 polyAll = [j0,j1,j2,j3,j4,j5,j6,j7,j8,j9,j10,j11,j12,j13,j14]
    168 
    169147# region to export for Alex to make bathymetry map
    170148e_min_area = 480000#NWcorner[0]
    171149e_max_area = 600000#SEcorner[0]
    172 n_min_area = 5160000#NWcorner[1]
    173 n_max_area = 5280000#SEcorner[1]
     150n_min_area = 5156000#NWcorner[1]
     151n_max_area = 5285000#SEcorner[1]
    174152
    175153#Interior region - Hobart city area + Glenorchy, Kingston
  • anuga_work/production/hobart_2006/run_hobart.py

    r3650 r3660  
    6868copied_files = False
    6969
    70 # creates DEM from asc data
     70# creates DEM from asc data - 12.5m
    7171convert_dem_from_ascii2netcdf(onshore_dem_name, use_cache=True, verbose=True)
    7272
     
    7878        northing_max= project.northingmax,
    7979        use_cache=True, verbose=True)
     80
     81# create DEM from asc data - 25m data
     82convert_dem_from_ascii2netcdf(onshore_dem_name_25, use_cache=True, verbose=True)
    8083
    8184#creates pts file for onshore DEM - 25
Note: See TracChangeset for help on using the changeset viewer.