hansen-zoet-exp

comparison of lab and model results of sediment advection
git clone git://src.adamsgaard.dk/hansen-zoet-exp # fast
git clone https://src.adamsgaard.dk/hansen-zoet-exp.git # slow
Log | Files | Refs | Submodules Back to index

commit 00666aa80b116ba480c10be262250287571b2056
parent 731077d85056daa2896a5e2802bee286a1b55837
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 11 Dec 2022 11:38:15 -0600

add plotting of stress and shear

Diffstat:
MMakefile | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -9,6 +9,7 @@ PDFS = \ fig-sediment_flux-100ma.pdf \ fig-sediment_flux_daily.pdf \ fig-skin_depth_diff.pdf \ + fig-stress_strain.pdf \ stressvals_ != range -l -N 40 0.01 100 stressvals_ += 8 22 50 @@ -39,6 +40,13 @@ ${BIN}: ${REPO}/cngf-pf.c ${REPO}/cngf-pf.c: git submodule update --init +fig-stress_strain.pdf: strain_distribution_N50kPa_v3.169e-6ms.txt fig-stress_strain.gp + sh -ec '\ + for f in strain_distribution_ampl*.output*.txt; do \ + gnuplot -e "f=\"$$f\"" fig-stress_strain.gp >$$f.pdf && \ + echo $$f.pdf; \ + done' + strain_distribution_N50kPa_v3.169e-6ms.txt: ${BIN} sh -c '\ for v in ${velvals}; do \