Changeset 2044


Ignore:
Timestamp:
Nov 21, 2005, 1:28:36 PM (18 years ago)
Author:
duncan
Message:

building up to something that works.

Location:
production/gippsland_2005
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • production/gippsland_2005/project.py

    r2041 r2044  
    88
    99#Making assumptions about the location of scenario data
    10 scenario_dir_name = 'gippsland_storm_surge_2005'
     10scenario_dir_name = 'gippsland_storm_surge_scenario_2005'
    1111
    1212basename = 'test'
     13
     14boundary_basename = 'csiro_bondary'
    1315
    1416if sys.platform == 'win32':
     
    2325outputdir = home+sep+scenario_dir_name+sep+'output'+sep
    2426boundarydir = home+sep+scenario_dir_name+sep+'boundaries'+sep
     27bath_dir = boundarydir + 'bathymetry_expanded'
     28elevation_dir =  boundarydir + 'elev_expanded'
     29ucur_dir =  boundarydir + 'ucur_expanded'
     30vcur_dir =  boundarydir + 'vcur_expanded'
    2531
    2632meshname = meshdir + basename
     
    3137gauge_filename = 'all_bld_ind.csv'
    3238
     39tide = 0.0
    3340
    3441#Georeferencing
Note: See TracChangeset for help on using the changeset viewer.