|
|
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. This procedure has some limitations: at the moment it works for the three PS fault structures defined in TSUMAPS hazard model (Hellenic Arc, Calabrian Arc and Cyprus Arc).
|
|
|
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. This procedure has some limitations: at the moment it works for the three PS (Predominant Seismicity) fault structures defined in TSUMAPS hazard model: Hellenic Arc (HeA), Calabrian Arc (CaA) and Cyprus Arc(CyA).
|
|
|
|
|
|
### 1\. Preparation of the procedure
|
|
|
|
... | ... | @@ -11,6 +11,14 @@ mkdir slip # where to put scenarios slip distributio |
|
|
mkdir barycenters # where to put list of barycenters of scenarios
|
|
|
```
|
|
|
|
|
|
In `barycenters/` please copy the text files with the barycenters used in TSUMAPS for the three PS faults:
|
|
|
|
|
|
```
|
|
|
cp /work/tonini/tsumaps/slip_distribution/barycenters/barycenters_all_CaA.dat barycenters/
|
|
|
cp /work/tonini/tsumaps/slip_distribution/barycenters/barycenters_all_CyA.dat barycenters/
|
|
|
cp /work/tonini/tsumaps/slip_distribution/barycenters/barycenters_all_HeA.dat barycenters/
|
|
|
```
|
|
|
|
|
|
Slip distributions for a given fault structure are grouped in a specific folder tree. For example:
|
|
|
|
|
|
```
|
... | ... | @@ -40,13 +48,14 @@ find $PWD -type f -path "*Hellenic*.vtk" -print > list_slip_hellenic_arc.txt |
|
|
Then, copy the script to create tsunami initial conditions:
|
|
|
|
|
|
```
|
|
|
cp /work/tonini/works/heterogeneous_slip/run_ps_init_cond.sh ./
|
|
|
cp /work/tonini/tsumaps/slip_distribution/run_ps_init_cond.sh ./
|
|
|
chmod u+x run_ps_init_cond.sh
|
|
|
```
|
|
|
|
|
|
At the end, the structure of your `my_dir` folder should be the following:
|
|
|
|
|
|
```
|
|
|
barycenters/
|
|
|
logs/
|
|
|
ps_initial_conditions/
|
|
|
slip/
|
... | ... | |