Changeset 6433
- Timestamp:
- Mar 2, 2009, 1:09:07 PM (16 years ago)
- Location:
- anuga_work/production/australia_ph2
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/ceduna/export_results_max.py
r6402 r6433 32 32 33 33 34 cellsize = 250 34 cellsize = 250 # size of output grid 35 35 ##cellsize = 5 36 36 -
anuga_work/production/australia_ph2/esperance/export_results_max.py
r6399 r6433 22 22 directory = project.output_folder 23 23 24 time_dir1 = '20090224_1 02606_run_trial_0_58362_kvanputt'24 time_dir1 = '20090224_173741_run_final_0_27255_mhingee' 25 25 ##time_dir2 = '' 26 26 ##time_dir3 = '' … … 56 56 57 57 # one or more key strings from var_equations above 58 var = ['elevation' ]58 var = ['elevation','stage'] 59 59 60 60 ###### -
anuga_work/production/australia_ph2/esperance/project.py
r6402 r6433 62 62 63 63 # Format for point is x,y,elevation (with header) 64 point_filenames = ['grid250m_pts.txt'] # 250m grid 2005 64 point_filenames = ['grid250m_pts.txt', 65 'coast_250.txt'] # 250m grid 2005 65 66 66 67 ### Add csv header list to all files in point_filenames -
anuga_work/production/australia_ph2/eucla_motel/project.py
r6402 r6433 34 34 finaltime=1000 # final time for simulation 35 35 36 setup = ' trial' # This can be one of three values36 setup = 'final' # This can be one of three values 37 37 # trial - coarsest mesh, fast 38 38 # basic - coarse mesh
Note: See TracChangeset
for help on using the changeset viewer.