URI: 
       tIncrease depth in diurnal example - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
  HTML git clone git://src.adamsgaard.dk/cngf-pf
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 3d0ba716b503cdc4601ba45c9a48d22afe73d78e
   DIR parent a9f79ec4da5140331d52ada83cfa3ee030e1571c
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri, 28 Jun 2019 17:49:53 +0200
       
       Increase depth in diurnal example
       
       Diffstat:
         M examples/1d_fd_simple_shear_fluid.… |       2 --
         M examples/Makefile                   |       9 ++++++++-
         M examples/diurnal.gif                |       0 
       
       3 files changed, 8 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/examples/1d_fd_simple_shear_fluid.gp b/examples/1d_fd_simple_shear_fluid.gp
       t@@ -7,8 +7,6 @@ set terminal pngcairo color size 40 cm, 12 cm
        set multiplot layout 1,3
        # set multiplot layout 1,4
        
       -set yrange [0.0:2.0]
       -
        set key bottom right #samplen 0.9
        
        set xlabel "Water pressure, p_f [Pa]"
   DIR diff --git a/examples/Makefile b/examples/Makefile
       t@@ -19,7 +19,12 @@ diurnal.output00000.txt.png: 1d_fd_simple_shear_fluid.gp diurnal.output00000.txt
        
        diurnal.output00000.txt: $(BIN)
                /bin/sh -c '\
       -        ./$< --resolution 50 --length 2.0 --normal-stress 150e3 --fluid --fluid-permeability 2e-17 --fluid-pressure-top 50e3 --fluid-pressure-ampl 50e3 --fluid-pressure-freq $$( echo "1.0/(3600*24)" | bc -l ) --file-interval $$( echo "60*10" | bc -l ) --time-end $$( echo "3600*24*7" | bc -l ) diurnal'
       +        ./$< --resolution 50 --length 4.0 --normal-stress 150e3 \
       +        --fluid --fluid-permeability 2e-17 \
       +        --fluid-pressure-top 50e3 --fluid-pressure-ampl 50e3 \
       +        --fluid-pressure-freq $$( echo "1.0/(3600*24)" | bc -l ) \
       +        --file-interval $$( echo "60*10" | bc -l ) \
       +        --time-end $$( echo "3600*24*7" | bc -l ) diurnal'
        
        diurnal.timeseries.txt: diurnal.output00000.txt
                /bin/sh -c '\
       t@@ -99,6 +104,8 @@ $(BIN):
        clean:
                $(RM) *.txt
                $(RM) *.png
       +        $(RM) *.gif
       +        $(RM) *.mp4
                $(RM) *.pdf
                $(RM) *.o
                $(RM) 1d_fd_simple_shear.png
   DIR diff --git a/examples/diurnal.gif b/examples/diurnal.gif
       Binary files differ.