Changeset 6430


Ignore:
Timestamp:
Feb 27, 2009, 1:51:57 PM (16 years ago)
Author:
kristy
Message:

increased tide to 0.8 and changed mesh to have model

File:
1 edited

Legend:

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

    r6422 r6430  
    2626# Model specific parameters.
    2727# One or all can be changed each time the run_model script is executed
    28 tide = 0                # difference between MSL and HAT
     28tide = 0.8                # difference between MSL and HAT
    2929zone = 47               # specify zone of model
    3030model = 'large'         # different size model 'small' or 'large'
     
    218218
    219219# The absolute pathname of the mesh, generated in run_model.py
    220 meshes = join(meshes_folder, scenario_name) + '.msh'
     220meshes = join(meshes_folder, scenario_name) + model +'.msh'
    221221
    222222# The pathname for the urs order points, used within build_urs_boundary.py
Note: See TracChangeset for help on using the changeset viewer.