Changeset 6751 for anuga_work
- Timestamp:
- Apr 7, 2009, 3:55:21 PM (16 years ago)
- Location:
- anuga_work/production/patong/new_version
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/patong/new_version/project.py
r6691 r6751 10 10 11 11 12 #------------------------------------------------------------------------------ -12 #------------------------------------------------------------------------------ 13 13 # Directory setup 14 #------------------------------------------------------------------------------ -14 #------------------------------------------------------------------------------ 15 15 16 16 # this section needs to be updated to reflect the modelled community. … … 20 20 scenario_folder = 'patong_tsunami_scenario' 21 21 22 #------------------------------------------------------------------------------ -22 #------------------------------------------------------------------------------ 23 23 # Initial Conditions 24 #------------------------------------------------------------------------------ -24 #------------------------------------------------------------------------------ 25 25 26 26 # Model specific parameters. … … 41 41 # final - fine mesh, slowest 42 42 43 #------------------------------------------------------------------------------ -43 #------------------------------------------------------------------------------ 44 44 # Output filename 45 45 # 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. 48 50 # Your user name and time+date will be automatically added. For example, 49 51 # [setup, tide, event_number] 50 52 # will result in a filename like 51 53 # 20090212_091046_run_final_0_27283_rwilson 52 #------------------------------------------------------------------------------ -53 54 output_comment = [setup, tide, event_number, ' viz']55 56 #------------------------------------------------------------------------------ -54 #------------------------------------------------------------------------------ 55 56 output_comment = [setup, tide, event_number, 'final'] 57 58 #------------------------------------------------------------------------------ 57 59 # Input Data 58 #------------------------------------------------------------------------------ -60 #------------------------------------------------------------------------------ 59 61 60 62 # ELEVATION DATA … … 140 142 ##multi_mux = True 141 143 142 #------------------------------------------------------------------------------ -144 #------------------------------------------------------------------------------ 143 145 # Clipping regions for export to asc and regions for clipping data 144 146 # Final inundation maps should only be created in regions of the finest mesh 145 #------------------------------------------------------------------------------ -147 #------------------------------------------------------------------------------ 146 148 147 149 #CBD extract ascii grid - coordinates from patong_1s extent … … 207 209 mux_data_folder = join(muxhome, 'mux') 208 210 209 #------------------------------------------------------------------------------ -211 #------------------------------------------------------------------------------ 210 212 # Location of input and output data 211 #------------------------------------------------------------------------------ -213 #------------------------------------------------------------------------------ 212 214 213 215 # Convert the user output_comment to a string for run_model.py -
anuga_work/production/patong/new_version/setup_model.py
r6691 r6751 113 113 project.scale_factor = 1 114 114 project.time_thinning = 4 115 project.yieldstep = 5115 project.yieldstep = 60 116 116 else: 117 117 print ("Sorry, you must set the 'setup' variable to one of:"
Note: See TracChangeset
for help on using the changeset viewer.