manus_continuum_granular1_exp

experiments for first paper with continuum granular model
git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
Log | Files | Refs | Submodules | README | LICENSE Back to index

commit e8da30a680fa43cddf55379aafa7bec6ab833fb8
parent 4d693b1149fc9172c9bf769d3e472fa874f6d461
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 26 Mar 2020 10:09:54 +0100

Split variable run into steps

Diffstat:
Mflux_estimate/Makefile | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/flux_estimate/Makefile b/flux_estimate/Makefile @@ -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: