Changeset 5834


Ignore:
Timestamp:
Oct 14, 2008, 8:45:28 AM (16 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_all.py

    r5824 r5834  
    2020directory = project.output_dir
    2121
    22 time_dir1 = '20081003_135518_run_final_0_27283_alpha0.1_jgriffin'
     22time_dir1 = '20081009_152642_run_final_0_27283_alpha0.1_jgriffin'
    2323time_dirs = [time_dir1]
    2424
    2525#cellsize = 20
    26 cellsize = 25
     26cellsize = 50
    2727
    2828#timestep = None    # None means no timestep!
     
    4646
    4747# one or more key strings from var_equations above
    48 var = ['stage','elevation']
     48var = ['elevation','stage']
    4949
    5050######
  • anuga_work/production/pt_hedland_2008/project.py

    r5808 r5834  
    4949friction=0.01           # manning's friction coefficient
    5050starttime=0             
    51 finaltime=80000         # final time for simulation
     51finaltime=1000         # final time for simulation
    5252
    5353setup='final'  # Final can be replaced with trial or basic.
     
    9090coast_name = 'coastline.txt'
    9191# bathymetry: format x,y,elevation (with title)
    92 offshore_name = 'port_hedland.txt'
     92offshore_name = 'port_hedland_new2.txt'
    9393
    9494
Note: See TracChangeset for help on using the changeset viewer.