Ignore:
Timestamp:
Jun 29, 2010, 11:26:45 AM (13 years ago)
Author:
hudson
Message:

Moved all development files into trunk.

Location:
trunk/anuga_work
Files:
1 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)
Note: See TracChangeset for help on using the changeset viewer.