Changeset 7055
- Timestamp:
- May 18, 2009, 4:21:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/config.py
r6258 r7055 15 15 # least squares fitting 16 16 single_precision = 1.0e-6 # Smallest single precision number 17 velocity_protection = 1.0e-6 17 velocity_protection = 1.0e-6 # Used to compute velocity from momentum 18 # See section 7.4 on Flux limiting 19 # in the user manual 20 18 21 19 22 ################################################################################ … … 24 27 version_filename = 'stored_version_info.py' 25 28 default_datadir = '.' 26 time_format = '%d/%m/%y %H:%M:%S' 27 umask = 002 # Controls file and directory permission created by anuga 29 time_format = '%d/%m/%y %H:%M:%S' # Used with timefile2netcdf 30 umask = 002 # Controls file and directory permission created by anuga (UNIX) 28 31 default_boundary_tag = 'exterior' 29 32
Note: See TracChangeset
for help on using the changeset viewer.