Changeset 957


Ignore:
Timestamp:
Feb 25, 2005, 12:34:48 PM (20 years ago)
Author:
ole
Message:

Comments

Location:
inundation/ga/storm_surge
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/README.txt

    r895 r957  
    2727
    2828RECOMMENDED
    29 
    3029psyco
    3130visual python
     
    3837  python compile.py
    3938 
    40  
    4139
     40LINKS 
     41    Python: http://www.python.org
     42    Visual Python: http://vpython.org/
     43    Python NetCDF Interface: http://www-md.fsl.noaa.gov/eft/developer/netCDFPythonInterface.html   
     44    Psyco: http://psyco.sourceforge.net/index.html
    4245
    4346LICENSE
  • inundation/ga/storm_surge/pyvolution/util.py

    r955 r957  
    8484    """If domain is specified, don't specify quantites as they are automatically derived
    8585    """
     86
     87
     88    #FIXME (OLE): Should check origin of domain against that of file
     89
     90   
    8691    assert type(filename) == type(''),\
    8792               'First argument to File_function must be a string'
Note: See TracChangeset for help on using the changeset viewer.