Changeset 7098 for anuga_work/development/demos
- Timestamp:
- May 27, 2009, 2:09:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/demos/netherlands.py
r5741 r7098 27 27 N = 130 # size = 33800 28 28 N = 600 # Size = 720000 29 N = 5029 N = 150 30 30 31 31 points, elements, boundary = rectangular_cross(N, N) … … 137 137 # output to file 138 138 #------------------------------------------------------------------------------- 139 time = strftime('%Y%m%d_%H%M%S',localtime()) 139 import time 140 time = time.strftime('%Y%m%d_%H%M%S',time.localtime()) 140 141 141 142 output_dir = 'dam_break_'+time 142 143 output_file = 'dam_break' 143 144 144 copy_code_files(output_dir,__file__)145 #copy_code_files(output_dir,__file__) 145 146 #start_screen_catcher(output_dir+'_') 146 147
Note: See TracChangeset
for help on using the changeset viewer.