tSplit variable run into steps - 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 e8da30a680fa43cddf55379aafa7bec6ab833fb8
 (DIR) parent 4d693b1149fc9172c9bf769d3e472fa874f6d461
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu, 26 Mar 2020 10:09:54 +0100
       
       Split variable run into steps
       
       Diffstat:
         M flux_estimate/Makefile              |       4 +++-
       
       1 file changed, 3 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/flux_estimate/Makefile b/flux_estimate/Makefile
       t@@ -33,11 +33,13 @@ steady:
                @printf 'Yearly volume: %.5g m^3/a\n' "$(YEARLY_VOL_STEADY)"
                @printf 'Duration:      %.5g a\n' "$(YEAR_DURATION_STEADY)"
        
       -variable_flux:
       +variable.output00048.txt:
                $(BIN) $(FLAGS) \
                        -F -a 10e3 -q $$(echo 1.0/3600.0/24.0 | bc -l) -k 4.9e-17 \
                        -e $$(echo 3600.0*24.0*2.0 | bc -l) -I 1800.0 \
                        variable
       +
       +variable_flux: variable.output00048.txt
                $(SHEAFLUX) variable.output*.txt > $@
        
        clean: