Skip to content

Commit 4cd5879

Browse files
authored
TPV13 last minute changes (#36)
* Enable friction coefficient output * Add support for podman * Adapt output intervals
1 parent 78b45cc commit 4cd5879

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ if [ -z $1 ]
66
then
77
if grep "docker/containers" /proc/self/mountinfo -qa; then
88
cd /home/training
9+
elif [[ $container == "podman" ]]; then
10+
cd /home/training
911
else
1012
# it is not in docker, thus singularity
1113
mkdir -p $(pwd)/seissol-training

tpv13/parameters.par

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ OutputPointType = 4
3939
&Elementwise
4040
printIntervalCriterion = 2 ! 1=iteration, 2=time
4141
printtimeinterval_sec = 1.0 ! Time interval at which output will be written
42-
OutputMask = 1 1 1 0 1 1 1 1 1 1 1 ! turn on and off fault outputs
42+
OutputMask = 1 1 1 1 1 1 1 1 1 1 1 ! turn on and off fault outputs
4343
refinement_strategy = 2
4444
refinement = 1
4545
/
@@ -72,13 +72,13 @@ Format = 6 ! Format (10=no output, 6=hdf5 ou
7272
iOutputMask = 0 0 0 0 0 0 1 1 1
7373
! |strain |eta
7474
iPlasticityMask = 0 0 0 0 0 0 1
75-
TimeInterval = 5. ! Index of printed info at time
75+
TimeInterval = 4. ! Index of printed info at time
7676
refinement = 1
7777

7878
! Free surface output
7979
SurfaceOutput = 1
8080
SurfaceOutputRefinement = 1
81-
SurfaceOutputInterval = 5.0
81+
SurfaceOutputInterval = 2.0
8282

8383
printIntervalCriterion = 2 ! Criterion for index of printed info: 1=timesteps,2=time,3=timesteps+time
8484

0 commit comments

Comments
 (0)