Skip to content
Snippets Groups Projects
Select Git revision
  • e410a7a5c52ecf34b454cff74f0b641cd5615679
  • main default protected
  • test_coef
  • 21-things-to-take-care-of-before-submission
4 results

mxl_wtp_space_NR_caseC.R

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    run.jl 283 B
    #!/usr/bin/env julia
    # A very thin wrapper to start a Persefone simulation.
    # (This is not included in Persefone.jl in order to enable the latter to
    # be used as a library, without automatically launching a simulation.)
    
    using Pkg
    Pkg.activate(".")
    using Persefone
    
    @time simulate()