Changeset 6524


Ignore:
Timestamp:
Mar 16, 2009, 4:45:24 PM (15 years ago)
Author:
ole
Message:

Added code to include zone in Patong output.

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

Legend:

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

    r6523 r6524  
    2626# Model specific parameters.
    2727# One or all can be changed each time the run_model script is executed
    28 tide = 0.8                # difference between MSL and HAT
     28tide = 0.8              # difference between MSL and HAT
    2929zone = 47               # specify zone of model
    30 model = 'large'         # different size model 'small' or 'large'
     30model = 'small'         # different size model 'small' or 'large'
    3131event_number = 'mux_' + model    # the event number or the mux file name
    3232alpha = 0.1             # smoothing parameter for mesh
     
    5252#-------------------------------------------------------------------------------
    5353
    54 output_comment = [setup, tide, event_number, 'transmissive']
     54output_comment = [setup, tide, event_number, 'ultimate']
    5555
    5656#-------------------------------------------------------------------------------
  • anuga_work/production/patong/new_version/run_model.py

    r6523 r6524  
    104104                                    verbose=True)
    105105print domain.statistics()
     106
     107# FIXME(Ole): How can we make this more automatic?
     108domain.geo_reference.zone = project.zone
     109
    106110
    107111domain.set_name(project.scenario_name)
Note: See TracChangeset for help on using the changeset viewer.