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/tweed_heads/project.py

    r7479 r7877  
    3232finaltime=100         # final time for simulation
    3333
    34 setup = 'final'         # This can be one of three values
     34setup = 'trial'         # This can be one of three values
    3535                        #    trial - coarsest mesh, fast
    3636                        #    basic - coarse mesh
     
    143143# Environment variable names.
    144144# The inundation directory, not the data directory.
    145 ENV_INUNDATIONHOME = 'INUNDATIONHOME'
     145ENV_INUNDATIONHOME = '/home/james/Projects/anuga/anuga_work/production'
    146146
    147147# Path to MUX data
    148 ENV_MUXHOME = 'MUXHOME'
     148ENV_MUXHOME = '/home/james/Projects/anuga/anuga_work/production'
    149149
    150150#-------------------------------------------------------------------------------
     
    167167
    168168# create paths generated from environment variables.
    169 home = join(os.getenv(ENV_INUNDATIONHOME), 'data') # Absolute path for data folder
    170 muxhome = os.getenv(ENV_MUXHOME)
     169home = ENV_INUNDATIONHOME # Absolute path for data folder
     170muxhome = ENV_MUXHOME
    171171   
    172172# check various directories/files that must exist
Note: See TracChangeset for help on using the changeset viewer.