Changeset 7877 for trunk/anuga_work/production/tweed_heads/project.py
- Timestamp:
- Jun 29, 2010, 11:26:45 AM (13 years ago)
- Location:
- trunk/anuga_work
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/production/tweed_heads/project.py
r7479 r7877 32 32 finaltime=100 # final time for simulation 33 33 34 setup = ' final' # This can be one of three values34 setup = 'trial' # This can be one of three values 35 35 # trial - coarsest mesh, fast 36 36 # basic - coarse mesh … … 143 143 # Environment variable names. 144 144 # The inundation directory, not the data directory. 145 ENV_INUNDATIONHOME = ' INUNDATIONHOME'145 ENV_INUNDATIONHOME = '/home/james/Projects/anuga/anuga_work/production' 146 146 147 147 # Path to MUX data 148 ENV_MUXHOME = ' MUXHOME'148 ENV_MUXHOME = '/home/james/Projects/anuga/anuga_work/production' 149 149 150 150 #------------------------------------------------------------------------------- … … 167 167 168 168 # create paths generated from environment variables. 169 home = join(os.getenv(ENV_INUNDATIONHOME), 'data')# Absolute path for data folder170 muxhome = os.getenv(ENV_MUXHOME)169 home = ENV_INUNDATIONHOME # Absolute path for data folder 170 muxhome = ENV_MUXHOME 171 171 172 172 # check various directories/files that must exist
Note: See TracChangeset
for help on using the changeset viewer.