Ignore:
Timestamp:
Jul 2, 2008, 11:51:19 AM (16 years ago)
Author:
jakeman
Message:

updates of scripts used for boxingday validation to include boundary ordering

File:
1 edited

Legend:

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

    r5442 r5458  
    4646#------------------------------------------------------------------------------
    4747
    48 #scenario = 'poor_simulation'
    49 scenario = 'good_simulation'
     48scenario = 'poor_simulation'
     49#scenario = 'good_simulation'
    5050
    5151if os.access(scenario, os.F_OK) == 0:
     
    9292
    9393from Numeric import arange,allclose
     94#This needs to be done by the user. Not easy at the moment
    9495boundary_tags={'ocean': arange(0,41).tolist(), 'otherocean': [41,44], 'land': [42,43]}
    9596
     
    145146#------------------------------------------------------------------------------
    146147     
    147 tide = 0.0
     148tide = 0.35
    148149domain.set_quantity('stage', tide)
    149150domain.set_quantity('friction', 0.01)
     
    165166# Setup boundary conditions
    166167#------------------------------------------------------------------------------
    167 boundary_urs_in='data/boxing'
    168168boundary_urs_out=project.base_name
    169169
Note: See TracChangeset for help on using the changeset viewer.