Changeset 6751


Ignore:
Timestamp:
Apr 7, 2009, 3:55:21 PM (15 years ago)
Author:
ole
Message:

Reference Patong Run

Location:
anuga_work/production/patong/new_version
Files:
2 edited

Legend:

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

    r6691 r6751  
    1010
    1111
    12 #-------------------------------------------------------------------------------
     12#------------------------------------------------------------------------------
    1313# Directory setup
    14 #-------------------------------------------------------------------------------
     14#------------------------------------------------------------------------------
    1515
    1616# this section needs to be updated to reflect the modelled community.
     
    2020scenario_folder = 'patong_tsunami_scenario'
    2121
    22 #-------------------------------------------------------------------------------
     22#------------------------------------------------------------------------------
    2323# Initial Conditions
    24 #-------------------------------------------------------------------------------
     24#------------------------------------------------------------------------------
    2525
    2626# Model specific parameters.
     
    4141                        #    final - fine mesh, slowest
    4242
    43 #-------------------------------------------------------------------------------
     43#------------------------------------------------------------------------------
    4444# Output filename
    4545#
    46 # Your output filename should be unique between different runs on different data.
    47 # The list of items below will be used to create a file in your output directory.
     46# Your output filename should be unique between different runs on different
     47# data.
     48# The list of items below will be used to create a file in your output
     49# directory.
    4850# Your user name and time+date will be automatically added.  For example,
    4951#     [setup, tide, event_number]
    5052# will result in a filename like
    5153#     20090212_091046_run_final_0_27283_rwilson
    52 #-------------------------------------------------------------------------------
    53 
    54 output_comment = [setup, tide, event_number, 'viz']
    55 
    56 #-------------------------------------------------------------------------------
     54#------------------------------------------------------------------------------
     55
     56output_comment = [setup, tide, event_number, 'final']
     57
     58#------------------------------------------------------------------------------
    5759# Input Data
    58 #-------------------------------------------------------------------------------
     60#------------------------------------------------------------------------------
    5961
    6062# ELEVATION DATA
     
    140142##multi_mux = True
    141143
    142 #-------------------------------------------------------------------------------
     144#------------------------------------------------------------------------------
    143145# Clipping regions for export to asc and regions for clipping data
    144146# Final inundation maps should only be created in regions of the finest mesh
    145 #-------------------------------------------------------------------------------
     147#------------------------------------------------------------------------------
    146148
    147149#CBD extract ascii grid - coordinates from patong_1s extent
     
    207209mux_data_folder = join(muxhome, 'mux')
    208210
    209 #-------------------------------------------------------------------------------
     211#------------------------------------------------------------------------------
    210212# Location of input and output data
    211 #-------------------------------------------------------------------------------
     213#------------------------------------------------------------------------------
    212214
    213215# Convert the user output_comment to a string for run_model.py
  • anuga_work/production/patong/new_version/setup_model.py

    r6691 r6751  
    113113    project.scale_factor = 1
    114114    project.time_thinning = 4
    115     project.yieldstep = 5
     115    project.yieldstep = 60
    116116else:
    117117    print ("Sorry, you must set the 'setup' variable to one of:"
Note: See TracChangeset for help on using the changeset viewer.