Changeset 5677
- Timestamp:
- Aug 22, 2008, 7:03:36 PM (16 years ago)
- Location:
- anuga_work/development/gong_2008
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/gong_2008/project_slide.py
r5676 r5677 22 22 23 23 # Bridgette to vary this parameter from 1 to 25 in steps of ? 24 scale = None #25.24 scale = 2.0 # None 25 25 26 26 #Making assumptions about the location of scenario data -
anuga_work/development/gong_2008/run_gong_slide_full.py
r5676 r5677 134 134 135 135 tide = 0.0 136 domain.set_quantity('elevation', 136 domain.set_quantity('elevation', 137 137 filename = project_slide.combined_dem_name + '.pts', 138 138 use_cache = True, … … 184 184 verbose=True) 185 185 186 186 187 #------------------------------------------------------------------------------- 187 188 # Setup initial conditions
Note: See TracChangeset
for help on using the changeset viewer.