Ignore:
Timestamp:
Jun 29, 2010, 11:26:45 AM (15 years ago)
Author:
James Hudson
Message:

Moved all development files into trunk.

Location:
trunk/anuga_work
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/anuga_work/production/australia_ph2/perth/project.py

    r7010 r7877  
    4141starttime=0             # start time for simulation
    4242finaltime=60000 # final time for simulation
    43 setup = 'final_30'         # This can be one of three values
     43setup = 'trial'         # This can be one of three values
    4444                        #    trial - coarsest mesh, fast
    4545                        #    basic - coarse mesh
     
    186186
    187187# create paths generated from environment variables.
     188print os.getenv(ENV_INUNDATIONHOME)
    188189home = join(os.getenv(ENV_INUNDATIONHOME), 'data') # Absolute path for data folder
    189190muxhome = os.getenv(ENV_MUXHOME)
  • trunk/anuga_work/production/australia_ph2/perth/setup_model.py

    r7010 r7877  
    1010
    1111from os.path import join, exists
    12 from anuga.utilities.polygon import read_polygon, number_mesh_triangles
     12from anuga.geometry.polygon import read_polygon, number_mesh_triangles
    1313
    1414import project
Note: See TracChangeset for help on using the changeset viewer.