Skip to content
Snippets Groups Projects
Select Git revision
  • b402c07fb3055a17387d3b4207428c950c5aaf34
  • master default protected
  • taxon-oriented
  • marco/vectorise
  • development
  • phase-oriented
  • atkis
  • marco/atkis-skylark-speed-opt
  • marco/master-skylark-speed-opt
  • marco/atkis-fix-unit-tests
  • marco/aquacrop-fix-api-use
  • new-data
  • fix-almass-crop-model
  • precompile-statements
  • precompile-tools
  • tmp-faster-loading
  • skylark
  • testsuite
  • code-review
  • v0.8
  • v0.7.0
  • v0.6.1
  • v0.6.0
  • v0.5.5
  • v0.5.4
  • v0.5.3
  • v0.5.2
  • v0.2
  • v0.3.0
  • v0.4.1
  • v0.5
31 results

example.sh

Blame
  • Daniel Vedder's avatar
    xo30xoqa authored
    Multiple runs and parameter scanning works, but parallelising was (as
    always) a bit trickier than expected... Will try to get this working
    soon, but for now I need to focus on more important things.
    8e89cb52
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    example.sh 232 B
    #!/bin/bash
    ## A short shell script to test the current development version of Persephone.
    
    if [[ -d "example_results" ]]
    then
        rm -r example_results
    fi
    
    ./run.jl -o example_results
    
    src/analysis/analyse_nature.R example_results