Ignore:
Timestamp:
Mar 1, 2005, 1:31:28 PM (20 years ago)
Author:
ole
Message:

Work with georeferencing and documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/documentation/assumptions.txt

    r980 r981  
    1414one UTM zone. However, the computation will use that of the mesh.
    1515
    16 The dataflow is: (See data_manager.py)
     16The dataflow is: (See data_manager.py and from scenarios)
    1717
    1818
     19Simulation scenarios
     20--------------------
     21
     22
     23Sub directories contain scrips and derived files for each simulation.
     24The directory ../source_data contains large source files such as
     25DEMs provided externally as well as MOST tsunami simulations to be used
     26as boundary conditions.
     27
     28Manual steps are:
     29  Creation of DEMs from argcview (.asc + .prj)
     30  Creation of mesh from pmesh (.tsh)
     31  Creation of tsunami simulations from MOST (.nc)
     32
     33 
     34Typical scripted steps are
     35
     36  prepare_dem.py:  Convert asc and prj files supplied by arcview to
     37                   native dem and pts formats
     38 
     39  prepare_pts.py: Convert netcdf output from MOST to an sww file suitable
     40                  as boundary condition
     41                 
     42  prepare_mesh.py: Merge DEM (pts) and mesh (tsh) using least squares
     43                   smoothing. The outputs are tsh files with elevation data.
     44                   
     45  run_simulation.py: Use the above together with various parameters to
     46                     run inundation simluation.                         
     47                               
    1948 
    2049
Note: See TracChangeset for help on using the changeset viewer.