tUpdate for name change: 1d_fd_simple_shear -> cngf-pf - cngf-pf-exp1 - experiments for first paper with continuum granular model
 (HTM) git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 017721becfe1bc2fa6095e69440d1ca82a12d145
 (DIR) parent b859325b552d5dfa4a39a924ee47dd1089f6bb3b
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue, 25 Aug 2020 16:50:04 +0200
       
       Update for name change: 1d_fd_simple_shear -> cngf-pf
       
       Diffstat:
         M .gitmodules                         |       6 +++---
         M fig-mohr_coulomb/Makefile           |       2 +-
         M fig-parameter_test/Makefile         |       2 +-
         M fig-pulse_lag/Makefile              |       2 +-
         M fig-pulse_square/Makefile           |       2 +-
         M fig-pulse_triangle/Makefile         |       2 +-
         M fig-rate_dependence/Makefile        |       2 +-
         M fig-skin_depth/Makefile             |       2 +-
         M fig-stick_slip_depth/Makefile       |       2 +-
         M fig-stick_slip_forcing/Makefile     |       2 +-
         M fig-stick_slip_rate/Makefile        |       2 +-
         M fig-stick_slip_rate_depth/Makefile  |       2 +-
         M fig-stick_slip_rate_depth_local/Ma… |       2 +-
         M fig-stick_slip_rate_local/Makefile  |       2 +-
         M fig-stick_slip_stress/Makefile      |       2 +-
         M fig-stick_slip_stress_depth/Makefi… |       2 +-
         M fig-strain_distribution/Makefile    |       2 +-
         M fig-strain_distribution_local/Make… |       2 +-
         M flux_estimate/Makefile              |       6 +++---
       
       19 files changed, 23 insertions(+), 23 deletions(-)
       ---
 (DIR) diff --git a/.gitmodules b/.gitmodules
       t@@ -1,3 +1,3 @@
       -[submodule "1d_fd_simple_shear"]
       -        path = 1d_fd_simple_shear
       -        url = git://src.adamsgaard.dk/1d_fd_simple_shear
       +[submodule "cngf-pf"]
       +        path = cngf-pf
       +        url = git://src.adamsgaard.dk/cngf-pf
 (DIR) diff --git a/fig-mohr_coulomb/Makefile b/fig-mohr_coulomb/Makefile
       t@@ -1,4 +1,4 @@
       -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear
       +BIN = ../cngf-pf/cngf-pf
        FIG != basename $(PWD)
        N_SEQ != awk 'BEGIN{for(i=1; i<=220; i+=20) print i}'
        
 (DIR) diff --git a/fig-parameter_test/Makefile b/fig-parameter_test/Makefile
       t@@ -1,4 +1,4 @@
       -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear
       +BIN = ../cngf-pf/cngf-pf
        FIG != basename $(PWD)
        
        # default parameter values
 (DIR) diff --git a/fig-pulse_lag/Makefile b/fig-pulse_lag/Makefile
       t@@ -1,4 +1,4 @@
       -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear
       +BIN = ../cngf-pf/cngf-pf
        FIG != basename $(PWD)
        
        default: ../$(FIG).pdf
 (DIR) diff --git a/fig-pulse_square/Makefile b/fig-pulse_square/Makefile
       t@@ -1,4 +1,4 @@
       -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear
       +BIN = ../cngf-pf/cngf-pf
        FIG != basename $(PWD)
        
        default: ../$(FIG).pdf
 (DIR) diff --git a/fig-pulse_triangle/Makefile b/fig-pulse_triangle/Makefile
       t@@ -1,4 +1,4 @@
       -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear
       +BIN = ../cngf-pf/cngf-pf
        FIG != basename $(PWD)
        
        default: ../$(FIG).pdf
 (DIR) diff --git a/fig-rate_dependence/Makefile b/fig-rate_dependence/Makefile
       t@@ -1,4 +1,4 @@
       -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear
       +BIN = ../cngf-pf/cngf-pf
        FIG != basename $(PWD)
        
        default: ../$(FIG).pdf
 (DIR) diff --git a/fig-skin_depth/Makefile b/fig-skin_depth/Makefile
       t@@ -1,5 +1,5 @@
        FIG != basename $(PWD)
       -BIN = ../1d_fd_simple_shear/max_depth_simple_shear
       +BIN = ../cngf-pf/max_depth_simple_shear
        
        default: ../$(FIG).pdf
        
 (DIR) diff --git a/fig-stick_slip_depth/Makefile b/fig-stick_slip_depth/Makefile
       t@@ -1,5 +1,5 @@
        FIG != basename $(PWD)
       -BIN = ../1d_fd_simple_shear/max_depth_simple_shear
       +BIN = ../cngf-pf/max_depth_simple_shear
        
        default: ../$(FIG).pdf
        
 (DIR) diff --git a/fig-stick_slip_forcing/Makefile b/fig-stick_slip_forcing/Makefile
       t@@ -1,4 +1,4 @@
       -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear
       +BIN = ../cngf-pf/cngf-pf
        FIG != basename $(PWD)
        
        default: ../$(FIG).pdf
 (DIR) diff --git a/fig-stick_slip_rate/Makefile b/fig-stick_slip_rate/Makefile
       t@@ -1,4 +1,4 @@
       -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear
       +BIN = ../cngf-pf/cngf-pf
        FIG != basename $(PWD)
        
        default: ../$(FIG).pdf
 (DIR) diff --git a/fig-stick_slip_rate_depth/Makefile b/fig-stick_slip_rate_depth/Makefile
       t@@ -1,5 +1,5 @@
        FIG != basename $(PWD)
       -BIN = ../1d_fd_simple_shear/max_depth_simple_shear
       +BIN = ../cngf-pf/max_depth_simple_shear
        
        default: ../$(FIG).pdf
        
 (DIR) diff --git a/fig-stick_slip_rate_depth_local/Makefile b/fig-stick_slip_rate_depth_local/Makefile
       t@@ -1,5 +1,5 @@
        FIG != basename $(PWD)
       -BIN = ../1d_fd_simple_shear/max_depth_simple_shear
       +BIN = ../cngf-pf/max_depth_simple_shear
        
        default: ../$(FIG).pdf
        
 (DIR) diff --git a/fig-stick_slip_rate_local/Makefile b/fig-stick_slip_rate_local/Makefile
       t@@ -1,4 +1,4 @@
       -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear
       +BIN = ../cngf-pf/cngf-pf
        FIG != basename $(PWD)
        
        default: ../$(FIG).pdf
 (DIR) diff --git a/fig-stick_slip_stress/Makefile b/fig-stick_slip_stress/Makefile
       t@@ -1,4 +1,4 @@
       -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear
       +BIN = ../cngf-pf/cngf-pf
        FIG != basename $(PWD)
        
        default: ../$(FIG).pdf
 (DIR) diff --git a/fig-stick_slip_stress_depth/Makefile b/fig-stick_slip_stress_depth/Makefile
       t@@ -1,5 +1,5 @@
        FIG != basename $(PWD)
       -BIN = ../1d_fd_simple_shear/max_depth_simple_shear
       +BIN = ../cngf-pf/max_depth_simple_shear
        
        default: ../$(FIG).pdf
        
 (DIR) diff --git a/fig-strain_distribution/Makefile b/fig-strain_distribution/Makefile
       t@@ -1,4 +1,4 @@
       -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear
       +BIN = ../cngf-pf/cngf-pf
        FIG != basename $(PWD)
        
        default: ../$(FIG).pdf
 (DIR) diff --git a/fig-strain_distribution_local/Makefile b/fig-strain_distribution_local/Makefile
       t@@ -1,4 +1,4 @@
       -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear
       +BIN = ../cngf-pf/cngf-pf
        FIG != basename $(PWD)
        
        default: ../$(FIG).pdf
 (DIR) diff --git a/flux_estimate/Makefile b/flux_estimate/Makefile
       t@@ -1,6 +1,6 @@
       -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear
       -SHEARFLUX = ../1d_fd_simple_shear/shear_flux
       -MAXDEPTH = ../1d_fd_simple_shear/max_depth_simple_shear
       +BIN = ../cngf-pf/cngf-pf
       +SHEARFLUX = ../cngf-pf/shear_flux
       +MAXDEPTH = ../cngf-pf/max_depth_simple_shear
        
        # grounding-line width [m]
        WIDTH = 100e3