Changes between Version 6 and Version 7 of MiscellaneousQuestions


Ignore:
Timestamp:
Jun 12, 2009, 5:01:38 PM (15 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MiscellaneousQuestions

    v6 v7  
    3838
    3939
     40== How do I run a model? ==
     41
     42This is how a user should run a model from the 'Tsunami Inundation Models' DVDs.  We assume that you are
     43using Windows and will give examples for that operating system.  The translation to Linux is left as
     44an exercise for the student!
     45
     46You must copy the entire contents of the DVD to a place in your filesystem.  Let's assume that you want
     47to put the data into '''C:\ANUGA'''.  You would do:
     48{{{
     49C:
     50cd \
     51mkdir ANUGA
     52xcopy /e X:\ ANUGA
     53}}}
     54
     55
    4056
    4157-----