Ignore:
Timestamp:
May 27, 2009, 2:09:19 PM (16 years ago)
Author:
steve
Message:

Added pipeflow directory for Matt Coleman

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/demos/netherlands.py

    r5741 r7098  
    2727N = 130 # size = 33800
    2828N = 600 # Size = 720000
    29 N = 50
     29N = 150
    3030
    3131points, elements, boundary = rectangular_cross(N, N)
     
    137137# output to file
    138138#-------------------------------------------------------------------------------
    139 time = strftime('%Y%m%d_%H%M%S',localtime())
     139import time
     140time = time.strftime('%Y%m%d_%H%M%S',time.localtime())
    140141
    141142output_dir = 'dam_break_'+time
    142143output_file = 'dam_break'
    143144
    144 copy_code_files(output_dir,__file__)
     145#copy_code_files(output_dir,__file__)
    145146#start_screen_catcher(output_dir+'_')
    146147
Note: See TracChangeset for help on using the changeset viewer.