Changeset 5997
- Timestamp:
- Nov 25, 2008, 4:46:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/ted_rigby/model_run.py
r5989 r5997 180 180 181 181 # convert time series to temporal function 182 flowrate = file_function(tms_filename, quantities='value',boundary_polygon=None) 183 hydrograph = Inflow(domain,center=(xcoord,ycoord),radius=10, rate=flowrate ) 182 flowrate = file_function(tms_filename, 183 quantities='value', 184 boundary_polygon=None) 185 hydrograph = Inflow(domain, 186 center=(xcoord,ycoord), 187 radius=10, 188 rate=flowrate) 184 189 185 190 # append hydrograph to domain … … 343 348 # Initiate the starttime reset 344 349 domain.set_starttime(starttime) 350 print 'Start time', domain.get_time() 345 351 346 352
Note: See TracChangeset
for help on using the changeset viewer.