Changeset 1780
- Timestamp:
- Aug 30, 2005, 2:41:39 PM (19 years ago)
- Location:
- production
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
production/README.txt
r1779 r1780 6 6 runs for scenarios. 7 7 8 It is not a repository for large source files and outputs such as 9 DEMs provided externally, MOST tsunami simulations to be used 10 as boundary conditions and sww files - they should be stored elsewhere, e.g. in ~/source_data 8 11 9 12 13 Filenames and locations are typically stored in project.py with each simulation. 10 14 11 Sub directories contain scrips and derived files for each simulation.12 The directory ../source_data contains large source files such as13 DEMs provided externally as well as MOST tsunami simulations to be used14 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 are23 24 prepare_dem.py: Convert asc and prj files supplied by arcview to25 native dem and pts formats26 27 prepare_boundary.py: Convert netcdf output from MOST to an sww file suitable28 as boundary condition29 30 prepare_mesh.py: Merge DEM (pts) and mesh (tsh) using least squares31 smoothing. The outpus are tsh files with elevation data.32 33 run_simulation.py: Use the above together with various parameters to34 run inundation simluation.35 15 36 16
Note: See TracChangeset
for help on using the changeset viewer.