Changeset 7055


Ignore:
Timestamp:
May 18, 2009, 4:21:23 PM (14 years ago)
Author:
ole
Message:

Added a few comments to config.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/config.py

    r6258 r7055  
    1515                                     # least squares fitting
    1616single_precision = 1.0e-6            # Smallest single precision number
    17 velocity_protection = 1.0e-6                                     
     17velocity_protection = 1.0e-6         # Used to compute velocity from momentum
     18                                     # See section 7.4 on Flux limiting
     19                                     # in the user manual
     20                           
    1821
    1922################################################################################
     
    2427version_filename = 'stored_version_info.py'
    2528default_datadir = '.'
    26 time_format = '%d/%m/%y %H:%M:%S'
    27 umask = 002  # Controls file and directory permission created by anuga
     29time_format = '%d/%m/%y %H:%M:%S'    # Used with timefile2netcdf
     30umask = 002  # Controls file and directory permission created by anuga (UNIX)
    2831default_boundary_tag = 'exterior'
    2932
Note: See TracChangeset for help on using the changeset viewer.