diff --git a/out/plots/geometry.pdf b/out/plots/geometry.pdf index 5bbc805..73e88ef 100644 Binary files a/out/plots/geometry.pdf and b/out/plots/geometry.pdf differ diff --git a/out/plots/hillslope_plots.pdf b/out/plots/hillslope_plots.pdf index 5e85145..ba07e2d 100644 Binary files a/out/plots/hillslope_plots.pdf and b/out/plots/hillslope_plots.pdf differ diff --git a/out/plots/spatial_data.pdf b/out/plots/spatial_data.pdf index effe6b2..014bd6b 100644 Binary files a/out/plots/spatial_data.pdf and b/out/plots/spatial_data.pdf differ diff --git a/src/docker_commands.txt b/src/docker_commands.txt index f5f6d89..4b94a69 100644 --- a/src/docker_commands.txt +++ b/src/docker_commands.txt @@ -1,8 +1,9 @@ This is a docker commands file used only for development and testing - AMJ Will be deleted in final version +Clear out folder before running the tool till final version docker ps docker build -t catflow . -docker run --rm -it -v /home/hiwi/development/tool_catflow/in:/in -v /home/hiwi/development/tool_catflow/src:/src -v /home/hiwi/development/tool_catflow/out:/out catflow bash +docker run --rm -it -v /home/ashish/tool_catflow/in:/in -v /home/ashish/tool_catflow/src:/src -v /home/ashish/tool_catflow/out:/out catflow bash export TOOL_RUN=make_representative_hillslope -Rscipt run.R +Rscript run.R exit