Introduction
Introduction Statistics Contact Development Disclaimer Help
tfix generation of output during simulations - hansen-zoet-exp - comparison of …
git clone git://src.adamsgaard.dk/hansen-zoet-exp
Log
Files
Refs
Submodules
---
commit f46fbebaeb5cf4eab2caa5ff85154041f945e228
parent 34849286277708d5f92ba66797431c8c1444e27e
Author: Anders Damsgaard <[email protected]>
Date: Tue, 7 Jun 2022 19:27:43 +0200
fix generation of output during simulations
Diffstat:
M Makefile | 10 ++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -68,6 +68,7 @@ strain_distribution_ampl1Pa_freq1.157e-5s.txt: ${BIN}
-I 1800 \
-q $${freq} \
-a $${ampl} \
+ strain_distribution_ampl$${ampl}Pa_freq$${freq}s \
> strain_distribution_ampl$${ampl}Pa_freq$${freq}s.txt…
done; done'
t@@ -88,6 +89,15 @@ sediment_flux_v3.169e-6ms.txt: strain_distribution_N50kPa_v…
echo sediment_flux_v$${v}ms.txt; \
done; done'
+sediment_flux_freq1.157e-5s.txt: strain_distribution_ampl1Pa_freq1.157e-5s.txt…
+ sh -c '\
+ rm -f sediment_flux_freq*s.txt; \
+ for freq in ${fluid_freq_vals}; do \
+ for ampl in ${fluid_ampl_vals}; do \
+ (printf "%g\t" $$ampl; ../cngf-pf/shear_flux < strain_…
+ echo sediment_flux_freq$${freq}s.txt; \
+ done; done'
+
fig-strain_distribution.pdf: fig-strain_distribution.gp strain_distribution_N5…
gnuplot fig-strain_distribution.gp > $@
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.