Changes between Version 6 and Version 7 of MiscellaneousQuestions
- Timestamp:
- Jun 12, 2009, 5:01:38 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MiscellaneousQuestions
v6 v7 38 38 39 39 40 == How do I run a model? == 41 42 This is how a user should run a model from the 'Tsunami Inundation Models' DVDs. We assume that you are 43 using Windows and will give examples for that operating system. The translation to Linux is left as 44 an exercise for the student! 45 46 You must copy the entire contents of the DVD to a place in your filesystem. Let's assume that you want 47 to put the data into '''C:\ANUGA'''. You would do: 48 {{{ 49 C: 50 cd \ 51 mkdir ANUGA 52 xcopy /e X:\ ANUGA 53 }}} 54 55 40 56 41 57 -----