From 4cd5879a3d3bfd6e4edc78091563b6612ec0f6cf Mon Sep 17 00:00:00 2001 From: Sebastian Wolf <24592027+sebwolf-de@users.noreply.github.com> Date: Thu, 11 May 2023 15:03:09 -0700 Subject: [PATCH] TPV13 last minute changes (#36) * Enable friction coefficient output * Add support for podman * Adapt output intervals --- entrypoint.sh | 2 ++ tpv13/parameters.par | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 2db14d3..bcaa7ab 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,6 +6,8 @@ if [ -z $1 ] then if grep "docker/containers" /proc/self/mountinfo -qa; then cd /home/training + elif [[ $container == "podman" ]]; then + cd /home/training else # it is not in docker, thus singularity mkdir -p $(pwd)/seissol-training diff --git a/tpv13/parameters.par b/tpv13/parameters.par index de7eec1..53532b0 100644 --- a/tpv13/parameters.par +++ b/tpv13/parameters.par @@ -39,7 +39,7 @@ OutputPointType = 4 &Elementwise printIntervalCriterion = 2 ! 1=iteration, 2=time printtimeinterval_sec = 1.0 ! Time interval at which output will be written -OutputMask = 1 1 1 0 1 1 1 1 1 1 1 ! turn on and off fault outputs +OutputMask = 1 1 1 1 1 1 1 1 1 1 1 ! turn on and off fault outputs refinement_strategy = 2 refinement = 1 / @@ -72,13 +72,13 @@ Format = 6 ! Format (10=no output, 6=hdf5 ou iOutputMask = 0 0 0 0 0 0 1 1 1 ! |strain |eta iPlasticityMask = 0 0 0 0 0 0 1 -TimeInterval = 5. ! Index of printed info at time +TimeInterval = 4. ! Index of printed info at time refinement = 1 ! Free surface output SurfaceOutput = 1 SurfaceOutputRefinement = 1 -SurfaceOutputInterval = 5.0 +SurfaceOutputInterval = 2.0 printIntervalCriterion = 2 ! Criterion for index of printed info: 1=timesteps,2=time,3=timesteps+time