Changeset 1780


Ignore:
Timestamp:
Aug 30, 2005, 2:41:39 PM (19 years ago)
Author:
ole
Message:

Project file for the Karratha study

Location:
production
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • production/README.txt

    r1779 r1780  
    66runs for scenarios.
    77
     8It is not a repository for large source files and outputs such as
     9DEMs provided externally, MOST tsunami simulations to be used
     10as boundary conditions and sww files - they should be stored elsewhere, e.g. in ~/source_data
    811
    912
     13Filenames and locations are typically stored in project.py with each simulation.
    1014
    11 Sub directories contain scrips and derived files for each simulation.
    12 The directory ../source_data contains large source files such as
    13 DEMs provided externally as well as MOST tsunami simulations to be used
    14 as boundary conditions.
    15 
    16 Manual 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  
    22 Typical 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.                         
    3515                               
    3616 
Note: See TracChangeset for help on using the changeset viewer.