Changeset 5483


Ignore:
Timestamp:
Jul 10, 2008, 11:20:00 AM (16 years ago)
Author:
ole
Message:

Name changes and change to good bathymetry

Location:
anuga_work/development/boxingday08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/boxingday08/project.py

    r5465 r5483  
    110110# Create ordering file
    111111# Usually this would be provided before hand
    112 boundary,boundary_utm=create_sts_boundary_order_file(urs_filename+'_waveheight-z-mux2',order_filename,base_name,verbose=False)
     112boundary,boundary_utm=create_sts_boundary_order_file(urs_filename+'-z-mux2',order_filename,base_name,verbose=False)
    113113
    114114# Create ordered sts file
    115 if not os.path.exists(base_name+'.sts'):
    116     print 'creating sts file'
    117     urs2sts(urs_filename,basename_out=base_name,
    118     ordering_filename=order_filename,
    119     mean_stage=tide,
    120     verbose=False)
    121 else:
    122     print 'sts file exists'
     115#if not os.path.exists(base_name+'.sts'):
     116print 'creating sts file'
     117urs2sts(urs_filename,basename_out=base_name,
     118        ordering_filename=order_filename,
     119        mean_stage=tide,
     120        verbose=False)
     121#else:
     122#    print 'sts file exists'
    123123
    124124# Read in boundary from ordered sts file
  • anuga_work/development/boxingday08/run_boxingday_polyline.py

    r5458 r5483  
    4646#------------------------------------------------------------------------------
    4747
    48 scenario = 'poor_simulation'
    49 #scenario = 'good_simulation'
     48#scenario = 'poor_simulation'
     49scenario = 'good_simulation'
    5050
    5151if os.access(scenario, os.F_OK) == 0:
     
    146146#------------------------------------------------------------------------------
    147147     
    148 tide = 0.35
     148tide = project.tide
    149149domain.set_quantity('stage', tide)
    150150domain.set_quantity('friction', 0.01)
Note: See TracChangeset for help on using the changeset viewer.