Changeset 6516 for anuga_work/production/geraldton/NewScripts
- Timestamp:
- Mar 16, 2009, 10:27:09 AM (16 years ago)
- Location:
- anuga_work/production/geraldton/NewScripts
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/geraldton/NewScripts/export_results_max.py
r6420 r6516 29 29 ##time_dirs = [time_dir1, time_dir2]#, time_dir3] 30 30 31 time_dir1 = '20090 130_165532_run_final_0.6_27255_extend_dt_kvanputt'31 time_dir1 = '20090225_171439_run_final_0_wa04_val_kvanputt' 32 32 ##time_dir2 = '20081211_162311_run_final_0_27255_alpha0.1_kvanputt' 33 33 ##time_dir3 = '20081211_162346_run_final_0_68693_alpha0.1_kvanputt' … … 39 39 40 40 41 cellsize = 2 5041 cellsize = 20 42 42 ##cellsize = 5 43 43 … … 63 63 64 64 # one or more key strings from var_equations above 65 var = ['elevation' ]65 var = ['elevation','stage'] 66 66 67 67 ###### -
anuga_work/production/geraldton/NewScripts/project.py
r6421 r6516 26 26 # Model specific parameters. 27 27 # One or all can be changed each time the run_model script is executed 28 tide = 0 28 tide = 0.0 # difference between MSL and HAT 29 29 zone = 50 # specify zone of model 30 30 event_number = 'wa04_val' # the event number or the mux file name … … 32 32 friction=0.01 # manning's friction coefficient 33 33 starttime=0 # start time for simulation 34 finaltime= 1000 # final time for simulation34 finaltime=80000 # final time for simulation 35 35 36 36 setup = 'final' # This can be one of three values … … 92 92 # Used in get_timeseries.py. 93 93 # Format easting,northing,name,elevation (with header) 94 gauges_filename = ' gauges.csv'94 gauges_filename = 'nick_geraldton_gauges.csv' 95 95 96 96 # BUILDINGS EXPOSURE - for identifying inundated houses -
anuga_work/production/geraldton/NewScripts/run_model.py
r6420 r6516 141 141 domain, mean_stage=project.tide, 142 142 time_thinning=1, 143 default_boundary= Bd,143 default_boundary=Dirichlet_boundary([0, 0, 0]), 144 144 boundary_polygon=bounding_polygon_sts, 145 145 use_cache=True,
Note: See TracChangeset
for help on using the changeset viewer.