Changeset 7050
- Timestamp:
- May 18, 2009, 2:48:05 PM (15 years ago)
- Location:
- anuga_work/production/new_south_wales/batemans_bay
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/new_south_wales/batemans_bay/export_results_max.py
r7045 r7050 29 29 ##time_dirs = [time_dir1, time_dir2]#, time_dir3] 30 30 31 time_dir1 = '2009051 4_094907_run_final_0_58242_jgriffin'31 time_dir1 = '20090517_072159_run_final_0_51436_jgriffin' 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' -
anuga_work/production/new_south_wales/batemans_bay/project.py
r7045 r7050 28 28 # Model specific parameters. 29 29 # One or all can be changed each time the run_model script is executed 30 tide = 0 # difference between MSL and HAT in metres30 tide = 0.0 # difference between MSL and HAT in metres 31 31 zone = 56 # specify zone of model 32 32 #event_number = 58242 # Puysegur 1 in 10 000 # the event number or the mux file name … … 41 41 friction=0.01 # manning's friction coefficient 42 42 starttime=0 # start time for simulation 43 finaltime= 1000 # final time for simulation43 finaltime=60000 # final time for simulation 44 44 45 45 setup = 'final' # This can be one of three values
Note: See TracChangeset
for help on using the changeset viewer.