Ignore:
Timestamp:
Nov 27, 2007, 4:18:39 PM (16 years ago)
Author:
sexton
Message:

rename plot_polygons_points to original name of plot_polygons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/exmouth_2006/export_results.py

    r4479 r4856  
    55from os import sep
    66
    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
     12time_dir = '20070619_042417_run_final_0_exmouth_nbartzis' # MSL 1 in Exmouth 10000 yr
    1713cellsize = 25
    1814timestep = None
     
    3733
    3834    if which_var == 2:  # Depth
    39         outname = name + '_depth'
     35        outname = name + '_depth_north'
    4036        quantityname = 'stage-elevation' 
    4137
    4238    if which_var == 3:  # Speed
    43         outname = name + '_speed'
     39        outname = name + '_speed_north'
    4440        quantityname = '(xmomentum**2 + ymomentum**2)**0.5/(stage-elevation+1.e-6/(stage-elevation))'  #Speed
    4541
Note: See TracChangeset for help on using the changeset viewer.