Changeset 4856 for anuga_work/production/exmouth_2006/export_results.py
- Timestamp:
- Nov 27, 2007, 4:18:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/exmouth_2006/export_results.py
r4479 r4856 5 5 from os import sep 6 6 7 time_dir = '' # HAT 1 in Dampier 10000 yr 8 #time_dir = '' # MSL 1 in Dampier 10000 yr 9 #time_dir = '' # HAT 1 in Broome 10000 yr 10 #time_dir = '' # MSL 1 in Broome 10000 yr 11 #time_dir = '' # HAT 1 in Pt Hedland 10000 yr 12 #time_dir = '' # MSL 1 in Pt Hedland 10000 yr 13 #time_dir = '' # HAT 1 in Onslow 10000 yr 14 #time_dir = '' # MSL 1 in Onslow 10000 yr 15 #time_dir = '' # HAT 1 in Exmouth 10000 yr 16 #time_dir = '' # MSL 1 in Exmouth 10000 yr 7 #time_dir = '20070618_035101_run_final_1.4_dampier_nbartzis' # HAT 1 in Dampier 10000 yr 8 #time_dir = '20070618_035114_run_final_0_dampier_nbartzis' # MSL 1 in Dampier 10000 yr 9 #time_dir = '20070619_042043_run_final_1.4_onslow_nbartzis' # HAT 1 in Onslow 10000 yr 10 #time_dir = '20070619_042140_run_final_0_onslow_nbartzis' # MSL 1 in Onslow 10000 yr 11 #time_dir = '20070619_042542_run_final_1.4_exmouth_nbartzis' # HAT 1 in Exmouth 10000 yr 12 time_dir = '20070619_042417_run_final_0_exmouth_nbartzis' # MSL 1 in Exmouth 10000 yr 17 13 cellsize = 25 18 14 timestep = None … … 37 33 38 34 if which_var == 2: # Depth 39 outname = name + '_depth '35 outname = name + '_depth_north' 40 36 quantityname = 'stage-elevation' 41 37 42 38 if which_var == 3: # Speed 43 outname = name + '_speed '39 outname = name + '_speed_north' 44 40 quantityname = '(xmomentum**2 + ymomentum**2)**0.5/(stage-elevation+1.e-6/(stage-elevation))' #Speed 45 41
Note: See TracChangeset
for help on using the changeset viewer.