Changeset 5861


Ignore:
Timestamp:
Oct 23, 2008, 10:00:41 AM (15 years ago)
Author:
jgriffin
Message:
 
Location:
anuga_work/production/pt_hedland_2008
Files:
2 edited

Legend:

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

    r5836 r5861  
    99cellsize = 30
    1010#cellsize = 150
    11 #timestep = 0
     11timestep = 0
    1212directory = project.output_dir
    1313name = directory+time_dir+sep+project.scenario_name
     
    2424#var = [3,4] # depth and speed
    2525#var = [2] # depth
    26 var = [4] # stage and elevation
    27 
     26var = [0] #stage
     27#var = [0,4] # stage and elevation
    2828
    2929for which_var in var:
     
    5656            sww2dem(namei, basename_out = outnamei,
    5757                        quantity = quantityname,
    58                         #timestep = timestep,
     58                        timestep = timestep,
    5959                        cellsize = cellsize,     
    6060                        easting_min = project_grad.e_min_area,
  • anuga_work/production/pt_hedland_2008/export_results_all.py

    r5834 r5861  
    2020directory = project.output_dir
    2121
    22 time_dir1 = '20081009_152642_run_final_0_27283_alpha0.1_jgriffin'
     22time_dir1 = '20081015_140641_run_final_0_27283_alpha0.1_jgriffin'
    2323time_dirs = [time_dir1]
    2424
    2525#cellsize = 20
    26 cellsize = 50
     26cellsize = 20
    2727
    28 #timestep = None    # None means no timestep!
    29 timestep = 0
     28timestep = None    # None means no timestep!
     29#timestep = 0
    3030
    3131######
     
    4646
    4747# one or more key strings from var_equations above
    48 var = ['elevation','stage']
     48var = ['stage', 'speed','depth']
    4949
    5050######
Note: See TracChangeset for help on using the changeset viewer.