Changeset 1604


Ignore:
Timestamp:
Jul 14, 2005, 1:37:19 PM (19 years ago)
Author:
amcphers
Message:

installation commands
changed default directory

Location:
inundation/ga/storm_surge
Files:
2 edited

Legend:

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

    r957 r1604  
    2323python-dev (Interestingly, numeric seems to be installed as well)
    2424python-scientific (or maybe only python-netcdf)
     25 (Remember to put netcdf.dll somewhere so the PATH - e.g. in C:\bin)
    2526
    2627A C compiler such as gcc (from GNU in case of Linux and MinGW in case of Windows)
  • inundation/ga/storm_surge/pyvolution/config.py

    r1591 r1604  
    8282
    8383if sys.platform == 'win32':
    84     default_datadir = 'C:\grohm_output'
     84    #default_datadir = 'C:\grohm_output'
     85    default_datadir = '.'
    8586else:
    86     default_datadir = os.path.expanduser('~'+os.sep+'grohm_output')
    87 
     87    #default_datadir = os.path.expanduser('~'+os.sep+'grohm_output')
     88    default_datadir = '.'
    8889
    8990
Note: See TracChangeset for help on using the changeset viewer.