source: production/README.txt @ 1779

Last change on this file since 1779 was 1779, checked in by ole, 19 years ago
File size: 1.1 KB
Line 
1
2Simulation scenarios
3--------------------
4
5This area is reserved for scripts that carry out and document production
6runs for scenarios.
7
8
9
10
11Sub directories contain scrips and derived files for each simulation.
12The directory ../source_data contains large source files such as
13DEMs provided externally as well as MOST tsunami simulations to be used
14as boundary conditions.
15
16Manual steps are:
17  Creation of DEMs from argcview (.asc + .prj)
18  Creation of mesh from pmesh (.tsh)
19  Creation of tsunami simulations from MOST (.nc)
20
21 
22Typical scripted steps are
23
24  prepare_dem.py:  Convert asc and prj files supplied by arcview to
25                   native dem and pts formats
26 
27  prepare_boundary.py: Convert netcdf output from MOST to an sww file suitable
28                  as boundary condition
29                 
30  prepare_mesh.py: Merge DEM (pts) and mesh (tsh) using least squares
31                   smoothing. The outpus are tsh files with elevation data.
32                   
33  run_simulation.py: Use the above together with various parameters to
34                     run inundation simluation.                         
35                               
36 
37       
Note: See TracBrowser for help on using the repository browser.