Changeset 957
- Timestamp:
- Feb 25, 2005, 12:34:48 PM (20 years ago)
- Location:
- inundation/ga/storm_surge
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/README.txt
r895 r957 27 27 28 28 RECOMMENDED 29 30 29 psyco 31 30 visual python … … 38 37 python compile.py 39 38 40 41 39 40 LINKS 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 42 45 43 46 LICENSE -
inundation/ga/storm_surge/pyvolution/util.py
r955 r957 84 84 """If domain is specified, don't specify quantites as they are automatically derived 85 85 """ 86 87 88 #FIXME (OLE): Should check origin of domain against that of file 89 90 86 91 assert type(filename) == type(''),\ 87 92 'First argument to File_function must be a string'
Note: See TracChangeset
for help on using the changeset viewer.