Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Welcome to the SeisSol training. Please clone this repository with git (using th
This repository contains a Dockerfile to build a Docker container.
The Docker container contains an interactive learning environment (Jupyter) which includes meshing tools, SeisSol, and visualiation tools.


## [Quakeworx](https://quakeworx.org)

In addition to the base notebook, of the "standard" SeisSol training repository, the repository also contains notebooks specifically adapted for seamless integration with the Quakeworx science gateway for seismic simulations. These notebooks are identified by the _qwx.ipynb suffix. More details can be found at the Quakeworx Kick-off: [Advancing Earthquake Science and Cybertraining in Seismology workshop page](https://quakeworx.org/events/quakeworx-kick-off-workshop).

The simplest way to access the input files for the Gateway is by running ``git clone https://github.com/SeisSol/Training.git`` from your terminal locally. Make sure to navigate into the Training folder when uploading the input files to the SeisSol App from the Gateway.


## Installation

Please install [Docker](https://docs.docker.com/engine/install/), launch the Docker Desktop and then run
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions kaikoura/NZ_rhomulambda_large.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
uc: 0.0
components: !Any
- !ASAGI
file: asagi/NZ_asagi_7_4.nc
file: NZ_asagi_7_4.nc
parameters: [rho, mu, lambda]
var: data
interpolation: linear
- !ASAGI
file: asagi/NZ_asagi_40_4.nc
file: NZ_asagi_40_4.nc
parameters: [rho, mu, lambda]
var: data
interpolation: linear
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion kaikoura/output/.empty

This file was deleted.

2 changes: 1 addition & 1 deletion kaikoura/parametersLSW.par
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ClusteredLTS = 2 ! 1 for Global time stepping, 2,3,5,... Loc
/

&Output
OutputFile = 'output/NZ_LSW'
OutputFile = 'outputs/NZ_LSW'
Format = 10 ! Format (10= no output, 6=hdf5 output)
! |stress |vel
iOutputMask = 0 0 0 0 0 0 1 1 1
Expand Down
5 changes: 0 additions & 5 deletions quakeworx/README.md

This file was deleted.

1 change: 0 additions & 1 deletion quakeworx/kaikoura/NZ_asagi_40_4.nc

This file was deleted.

1 change: 0 additions & 1 deletion quakeworx/kaikoura/NZ_asagi_7_4.nc

This file was deleted.

1 change: 0 additions & 1 deletion quakeworx/kaikoura/NZ_faultLSW.yaml

This file was deleted.

1 change: 0 additions & 1 deletion quakeworx/kaikoura/NZ_initial_stressLSW.yaml

This file was deleted.

1 change: 0 additions & 1 deletion quakeworx/kaikoura/NZ_materialLSW.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions quakeworx/kaikoura/NZ_rhomulambda_large.yaml

This file was deleted.

1 change: 0 additions & 1 deletion quakeworx/kaikoura/NZ_sigzz.yaml

This file was deleted.

1 change: 0 additions & 1 deletion quakeworx/kaikoura/NZmicro_full1500_small_box_only.puml.h5

This file was deleted.

1 change: 0 additions & 1 deletion quakeworx/kaikoura/NZmicro_full1500_small_box_only.xdmf

This file was deleted.

113 changes: 0 additions & 113 deletions quakeworx/kaikoura/parametersLSW.par

This file was deleted.

100 changes: 0 additions & 100 deletions quakeworx/tpv13/parameters.par

This file was deleted.

1 change: 0 additions & 1 deletion quakeworx/tpv13/paraview.jpg

This file was deleted.

1 change: 0 additions & 1 deletion quakeworx/tpv13/tpv12_13_fault.yaml

This file was deleted.

1 change: 0 additions & 1 deletion quakeworx/tpv13/tpv12_13_initial_stress.yaml

This file was deleted.

1 change: 0 additions & 1 deletion quakeworx/tpv13/tpv12_13_material.yaml

This file was deleted.

1 change: 0 additions & 1 deletion quakeworx/tpv13/tpv13.jpg

This file was deleted.

Empty file removed sulawesi/output/.empty
Empty file.
Empty file removed tpv13/output/.empty
Empty file.
2 changes: 1 addition & 1 deletion tpv13/parameters.par
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ClusteredLTS = 2 ! Enable local time-stepping
/

&Output
OutputFile = 'output/tpv13'
OutputFile = 'outputs/tpv13'
Format = 6 ! Format (10=no output, 6=hdf5 output)
! |stress |vel
iOutputMask = 0 0 0 0 0 0 1 1 1
Expand Down
File renamed without changes.
File renamed without changes.
Loading