Changeset 4685 for anuga_core/source/anuga/config.py
- Timestamp:
- Aug 28, 2007, 2:23:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/config.py
r4677 r4685 130 130 131 131 132 optimised_gradient_limiter = True #Use hardwired gradient limiter 132 optimise_dry_cells = True # Exclude dry and still cells from flux computation 133 134 optimised_gradient_limiter = True # Use hardwired gradient limiter 133 135 134 136 #Specific to shallow water W.E. … … 140 142 141 143 142 minimum_storable_height = 1.0e-5 # Water depth below which it is *stored* as 0144 minimum_storable_height = 1.0e-5 # Water depth below which it is *stored* as 0 143 145 144 146 points_file_block_line_size = 500 # Number of lines read in from a points file … … 146 148 147 149 umask = 002 # used to set file and directory permission created by anuga 150
Note: See TracChangeset
for help on using the changeset viewer.