Ignore:
Timestamp:
Mar 16, 2009, 10:27:09 AM (16 years ago)
Author:
nick2009
Message:

Change boundary condition, so not to double-dip on the tide.

Location:
anuga_work/production/geraldton/NewScripts
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/geraldton/NewScripts/export_results_max.py

    r6420 r6516  
    2929##time_dirs = [time_dir1, time_dir2]#, time_dir3]
    3030
    31 time_dir1 = '20090130_165532_run_final_0.6_27255_extend_dt_kvanputt'
     31time_dir1 = '20090225_171439_run_final_0_wa04_val_kvanputt'
    3232##time_dir2 = '20081211_162311_run_final_0_27255_alpha0.1_kvanputt'
    3333##time_dir3 = '20081211_162346_run_final_0_68693_alpha0.1_kvanputt'
     
    3939 
    4040
    41 cellsize = 250
     41cellsize = 20
    4242##cellsize = 5
    4343
     
    6363
    6464# one or more key strings from var_equations above
    65 var = ['elevation']
     65var = ['elevation','stage']
    6666
    6767######
  • anuga_work/production/geraldton/NewScripts/project.py

    r6421 r6516  
    2626# Model specific parameters.
    2727# One or all can be changed each time the run_model script is executed
    28 tide = 0                # difference between MSL and HAT
     28tide = 0.0               # difference between MSL and HAT
    2929zone = 50               # specify zone of model
    3030event_number = 'wa04_val'   # the event number or the mux file name
     
    3232friction=0.01           # manning's friction coefficient
    3333starttime=0             # start time for simulation
    34 finaltime=1000          # final time for simulation
     34finaltime=80000          # final time for simulation
    3535
    3636setup = 'final'         # This can be one of three values
     
    9292# Used in get_timeseries.py. 
    9393# Format easting,northing,name,elevation (with header)
    94 gauges_filename = 'gauges.csv'
     94gauges_filename = 'nick_geraldton_gauges.csv'
    9595
    9696# BUILDINGS EXPOSURE - for identifying inundated houses
  • anuga_work/production/geraldton/NewScripts/run_model.py

    r6420 r6516  
    141141                    domain, mean_stage=project.tide,
    142142                    time_thinning=1,
    143                     default_boundary=Bd,
     143                    default_boundary=Dirichlet_boundary([0, 0, 0]),
    144144                    boundary_polygon=bounding_polygon_sts,                   
    145145                    use_cache=True,
Note: See TracChangeset for help on using the changeset viewer.