Changeset 6524
- Timestamp:
- Mar 16, 2009, 4:45:24 PM (14 years ago)
- Location:
- anuga_work/production/patong/new_version
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/patong/new_version/project.py
r6523 r6524 26 26 # Model specific parameters. 27 27 # One or all can be changed each time the run_model script is executed 28 tide = 0.8 28 tide = 0.8 # difference between MSL and HAT 29 29 zone = 47 # specify zone of model 30 model = ' large' # different size model 'small' or 'large'30 model = 'small' # different size model 'small' or 'large' 31 31 event_number = 'mux_' + model # the event number or the mux file name 32 32 alpha = 0.1 # smoothing parameter for mesh … … 52 52 #------------------------------------------------------------------------------- 53 53 54 output_comment = [setup, tide, event_number, ' transmissive']54 output_comment = [setup, tide, event_number, 'ultimate'] 55 55 56 56 #------------------------------------------------------------------------------- -
anuga_work/production/patong/new_version/run_model.py
r6523 r6524 104 104 verbose=True) 105 105 print domain.statistics() 106 107 # FIXME(Ole): How can we make this more automatic? 108 domain.geo_reference.zone = project.zone 109 106 110 107 111 domain.set_name(project.scenario_name)
Note: See TracChangeset
for help on using the changeset viewer.