|
|
Description of the procedure to get tsunami wave heights from a set of possible slip distributions provided for a pre-defined fault structure using tsunami linear combinations.
|
|
|
|
|
|
## Create tsunami initial conditions
|
|
|
Slip distributions for a given fault structure are grouped in a specific folder tree. For example
|
|
|
`
|
|
|
slip/
|
|
|
|--- HellenicArc
|
|
|
|--- 9_0260
|
|
|
|--- Mur_Prop_No
|
|
|
|--- Mur_PropYes
|
|
|
|--- Str_Prop_No
|
|
|
|--- Str_PropYes
|
|
|
|--- 8_9588
|
|
|
|--- Mur_Prop_No
|
|
|
|--- Mur_PropYes
|
|
|
|--- Str_Prop_No
|
|
|
|--- Str_PropYes
|
|
|
...
|
|
|
...
|
|
|
`
|
|
|
|
|
|
### Create a list with the path of the slip distribution files for each fault structure.
|
|
|
For example:
|
|
|
`find $PWD -type f -path "*Hellenic*.vtk" -print > list_slip_hellenic_arc.txt` |
|
|
\ No newline at end of file |