Changeset 7176 for branches/numpy/anuga/config.py
- Timestamp:
- Jun 10, 2009, 5:28:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy/anuga/config.py
r6553 r7176 8 8 9 9 ################################################################################ 10 # numerical constants10 # Numerical constants 11 11 ################################################################################ 12 12 … … 17 17 # least squares fitting 18 18 single_precision = 1.0e-6 # Smallest single precision number 19 velocity_protection = 1.0e-6 19 velocity_protection = 1.0e-6 # Used to compute velocity from momentum 20 # See section 7.4 on Flux limiting 21 # in the user manual 22 20 23 21 24 ################################################################################ … … 26 29 version_filename = 'stored_version_info.py' 27 30 default_datadir = '.' 28 time_format = '%d/%m/%y %H:%M:%S' 29 umask = 002 # Controls file and directory permission created by anuga 31 time_format = '%d/%m/%y %H:%M:%S' # Used with timefile2netcdf 32 umask = 002 # Controls file and directory permission created by anuga (UNIX) 30 33 default_boundary_tag = 'exterior' 31 34
Note: See TracChangeset
for help on using the changeset viewer.