Changeset 2528 for inundation/pyvolution/config.py
- Timestamp:
- Mar 12, 2006, 10:03:28 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/config.py
r1839 r2528 1 """Module where global model parameters are set1 """Module where global pyvolution model parameters are set 2 2 """ 3 3 4 epsilon = 1.0e-125 4 6 default_boundary_tag = 'exterior' 5 #FIXME (Ole): Temporary access to global config file 6 from anuga_config import epsilon, default_boundary_tag 7 7 8 8 9 10 #FIXME (Ole): More of these may need to be moved to anuga_config.py 9 11 time_format = '%d/%m/%y %H:%M:%S' 10 12 … … 88 90 89 91 if sys.platform == 'win32': 90 #default_datadir = 'C:\grohm_output'91 92 default_datadir = '.' 92 93 else: 93 #default_datadir = os.path.expanduser('~'+os.sep+'grohm_output')94 94 default_datadir = '.' 95 95
Note: See TracChangeset
for help on using the changeset viewer.