Changeset 6485


Ignore:
Timestamp:
Mar 11, 2009, 9:28:55 AM (15 years ago)
Author:
kristy
Message:

add original

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/patong/new_version/project.py

    r6430 r6485  
    2828tide = 0.8                # difference between MSL and HAT
    2929zone = 47               # specify zone of model
    30 model = 'large'         # different size model 'small' or 'large'
     30model = 'original'         # different size model 'small' or 'large'
    3131event_number = 'mux_' + model    # the event number or the mux file name
    3232alpha = 0.1             # smoothing parameter for mesh
     
    9191                         ['aoi.csv', 200],
    9292                         ['aos.csv', 900],
    93                          ['sw_coast.csv', 7000],
     93                         ['sw_coast_original.csv', 7000],
    9494                         ['building_main.csv', 20],
    9595                         ['building_main_small.csv', 20],
     
    9797                         ['building_saddle.csv', 20]]
    9898
     99
    99100# LAND - used to set the initial stage/water to be offcoast only
    100101# Used in run_model.py.  Format for points easting,northing (no header)
    101 land_initial_conditions_filename = [['initial_conditions.csv', 0]]
     102land_initial_conditions_filename = [['initial_conditions_' + model +'.csv', 0]]
    102103
    103104# GAUGES - for creating timeseries at a specific point
Note: See TracChangeset for help on using the changeset viewer.