Changeset 4698 for anuga_work/production/onslow_2006/run_onslow_grad.py
- Timestamp:
- Sep 4, 2007, 10:59:04 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/onslow_2006/run_onslow_grad.py
r4672 r4698 43 43 44 44 # Application specific imports 45 import project_grad _grad# Definition of file names and polygons45 import project_grad # Definition of file names and polygons 46 46 47 47 def run_model(**kwargs): … … 70 70 kwargs['output_dir']=project_grad.output_run_time_dir 71 71 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' 74 73 # kwargs['Completed']='' 75 74 … … 188 187 time_thinning=time_thinning, 189 188 mean_stage=tide, 190 momentum_scale=project_grad.momentum_scale,191 189 use_cache=False, 192 190 verbose=True)
Note: See TracChangeset
for help on using the changeset viewer.