Changes between Version 19 and Version 20 of MiscellaneousQuestions
- Timestamp:
- Jun 15, 2009, 3:03:42 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MiscellaneousQuestions
v19 v20 64 64 At this point you should run the '''build_elevation.py''' script to create a set of 'combined_elevation' 65 65 files ready to be used by the ANUGA system. It is possible that you have not been given the elevation 66 data on the DVD as it is too large . In that case you cannot run the '''build_elevation.py''' script.66 data on the DVD as it is too large: in that case you cannot run the '''build_elevation.py''' script. 67 67 68 Note thatyou may have been given the combined elevation files on your68 Yyou may have been given the combined elevation files on your 69 69 DVD (if there was room), in which case you do not strictly need to run '''build_elevation.py''' at this point. 70 However, if you change the elevation data files you '''must''' run '''build_elevation.py''' to recreate 71 the combined elevation files. In that case you have been given the combined elevation output from '''build_elevation.py'''. 70 In that case you have been given the combined elevation output from '''build_elevation.py''' and can skip this step. 72 71 {{{ 73 72 cd C:\ANUGA … … 75 74 python build_elevation.py 76 75 }}} 76 77 When you get to the point of running the model with your own data, you '''must''' run '''build_elevation.py''' to recreate 78 the combined elevation files every time you change the elevation data. 77 79 78 80 Next, you just prepare and execute the model: