- 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/australia_ph2/perth/project.py
r7010 r7877 41 41 starttime=0 # start time for simulation 42 42 finaltime=60000 # final time for simulation 43 setup = ' final_30' # This can be one of three values43 setup = 'trial' # This can be one of three values 44 44 # trial - coarsest mesh, fast 45 45 # basic - coarse mesh … … 186 186 187 187 # create paths generated from environment variables. 188 print os.getenv(ENV_INUNDATIONHOME) 188 189 home = join(os.getenv(ENV_INUNDATIONHOME), 'data') # Absolute path for data folder 189 190 muxhome = os.getenv(ENV_MUXHOME)
Note: See TracChangeset
for help on using the changeset viewer.