Changeset 2044
- Timestamp:
- Nov 21, 2005, 1:28:36 PM (19 years ago)
- Location:
- production/gippsland_2005
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
production/gippsland_2005/project.py
r2041 r2044 8 8 9 9 #Making assumptions about the location of scenario data 10 scenario_dir_name = 'gippsland_storm_surge_ 2005'10 scenario_dir_name = 'gippsland_storm_surge_scenario_2005' 11 11 12 12 basename = 'test' 13 14 boundary_basename = 'csiro_bondary' 13 15 14 16 if sys.platform == 'win32': … … 23 25 outputdir = home+sep+scenario_dir_name+sep+'output'+sep 24 26 boundarydir = home+sep+scenario_dir_name+sep+'boundaries'+sep 27 bath_dir = boundarydir + 'bathymetry_expanded' 28 elevation_dir = boundarydir + 'elev_expanded' 29 ucur_dir = boundarydir + 'ucur_expanded' 30 vcur_dir = boundarydir + 'vcur_expanded' 25 31 26 32 meshname = meshdir + basename … … 31 37 gauge_filename = 'all_bld_ind.csv' 32 38 39 tide = 0.0 33 40 34 41 #Georeferencing
Note: See TracChangeset
for help on using the changeset viewer.