Ignore:
Timestamp:
Sep 4, 2007, 10:59:04 AM (17 years ago)
Author:
sexton
Message:

(i) commented matlab script from William (ii) scripts looking at grad data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/onslow_2006/run_onslow_grad.py

    r4672 r4698  
    4343
    4444# Application specific imports
    45 import project_grad_grad                 # Definition of file names and polygons
     45import project_grad                 # Definition of file names and polygons
    4646
    4747def run_model(**kwargs):
     
    7070    kwargs['output_dir']=project_grad.output_run_time_dir
    7171    kwargs['bathy_file']=project_grad.combined_dir_name + '.pts'
    72 #    kwargs['bathy_file']=project_grad.combined_small_dir_name + '.pts'
    73     kwargs['boundary_file']=project_grad.boundary_name + '.sww'
     72    kwargs['boundary_file']=project_grad.boundaries_in_dir+sep+project_grad.boundaries_name+'_40000.sww'
    7473#    kwargs['Completed']=''
    7574
     
    188187                        time_thinning=time_thinning,
    189188                        mean_stage=tide,
    190                         momentum_scale=project_grad.momentum_scale,                       
    191189                        use_cache=False,
    192190                        verbose=True)
Note: See TracChangeset for help on using the changeset viewer.