Changeset 5676
- Timestamp:
- Aug 22, 2008, 1:44:20 PM (17 years ago)
- Location:
- anuga_work/development/gong_2008
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/gong_2008/project_slide.py
r5648 r5676 20 20 # INUNDATIONHOME is the inundation directory, not the data directory. 21 21 home += sep +'data' 22 23 # Bridgette to vary this parameter from 1 to 25 in steps of ? 24 scale = None #25. 22 25 23 26 #Making assumptions about the location of scenario data … … 53 56 boundarydir = home+sep+sep+state+sep+scenario_dir_name+sep+'anuga'+sep+'boundaries'+sep 54 57 outputdir = home+sep+state+sep+scenario_dir_name+sep+'anuga'+sep+'outputs'+sep 55 outputtimedir = outputdir + local_time + sep 58 dir_comment = '_scale_' + str(scale) 59 outputtimedir = outputdir + local_time + dir_comment + sep 56 60 polygondir = home+sep+state+sep+scenario_dir_name+sep+'anuga'+sep+'polygons'+sep 57 61
Note: See TracChangeset
for help on using the changeset viewer.