-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathother_examples.jl
22 lines (16 loc) · 978 Bytes
/
other_examples.jl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@warn("This script is not intended to be run, it is meant as a reference for further example scripts.")
# Auckland, with single replication.
# This is the same as the example script: JEMSS/example/example.jl.
# To animate (after sim is loaded), run: animate!(sim)
include("$(JEMSS.jemssDir)/example/cities/auckland/1/single/example.jl")
# Auckland, with multiple replications.
# Multiple replications cannot be animated.
include("$(JEMSS.jemssDir)/example/cities/auckland/1/reps/example.jl")
# Edmonton, with multiple replications.
include("$(JEMSS.jemssDir)/example/cities/edmonton/1/reps/example.jl")
# Manhattan, with multiple replications.
include("$(JEMSS.jemssDir)/example/cities/manhattan/1/reps/example.jl")
# Utrecht, with multiple replications.
include("$(JEMSS.jemssDir)/example/cities/utrecht/1/reps/example.jl")
# Small and artificially generated example; sim loads relatively quickly.
include("$(JEMSS.jemssDir)/example/cities/generated/small/1/example.jl")