Changeset 6610
- Timestamp:
- Mar 25, 2009, 12:06:45 PM (16 years ago)
- Location:
- anuga_work/production/australia_ph2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/ceduna/build_urs_boundary.py
r6474 r6610 139 139 ordering_filename=project.urs_order, 140 140 weights=mux_weights, 141 zone=project.zone, 142 mean_stage=project.tide, 141 central_meridian=project.central_meridian, 143 142 verbose=True) 144 143 else: # a single mux stem file, assume 1.0 weight … … 158 157 ordering_filename=order_filename, 159 158 weights=mux_weights, 160 mean_stage=project.tide,159 central_meridian=project.central_meridian, 161 160 verbose=True) 162 161 -
anuga_work/production/australia_ph2/ceduna/project.py
r6581 r6610 27 27 # One or all can be changed each time the run_model script is executed 28 28 tide = 0 # difference between MSL and HAT 29 zone = 53 # specify zone of model 29 ##zone = 53 # specify zone of model 30 central_meridian = 133.0 # nonstandard projection 30 31 event_number = 27347 # the event number or the mux file name 31 32 # ceduna: 27347 (Java), 64448 (sandwich), 58331 (Puysegur) … … 37 38 friction=0.01 # manning's friction coefficient 38 39 starttime=0 # start time for simulation 39 finaltime= 80000 # final time for simulation40 finaltime=1000 # final time for simulation 40 41 41 42 # index is only used when wave = Tb … … 71 72 72 73 # Format for point is x,y,elevation (with header) 73 point_filenames = ['grid 250m_pts.txt'] # 250m grid 200574 point_filenames = ['grid_250m.txt'] # 250m grid 2005 74 75 75 76 ### Add csv header list to all files in point_filenames -
anuga_work/production/australia_ph2/darwin/build_urs_boundary.py
r6461 r6610 139 139 ordering_filename=project.urs_order, 140 140 weights=mux_weights, 141 zone=project.zone, 142 mean_stage=project.tide, 141 central_meridian=project.central_meridian, 143 142 verbose=True) 144 143 else: # a single mux stem file, assume 1.0 weight … … 158 157 ordering_filename=order_filename, 159 158 weights=mux_weights, 160 mean_stage=project.tide,159 central_meridian=project.central_meridian, 161 160 verbose=True) 162 161
Note: See TracChangeset
for help on using the changeset viewer.