<div dir="ltr"><div>this is the <span style="color:rgb(0,0,0);white-space:pre-wrap">instruction code </span>you given to make disaster area movement :</div><div><br><div>#!/usr/bin/perl -w<br><br>my $bm = &quot;../../bin/bm&quot;;<br><br>my $model       = &quot;DisasterArea&quot;;<br>my $scenario    = &quot;DA&quot;;<br>my $nodes       = 150;<br>my $x           = &quot;350&quot;;<br>my $y           = &quot;200&quot;;<br>my $groupchange = &quot;0&quot;;<br>my $groupsize   = &quot;1&quot;;<br>my $dist        = &quot;3&quot;;<br>my $mindist     = &quot;3&quot;;<br>my $circlevertices = &quot;140&quot;;<br>my $factor      = &quot;1&quot;;<br>my $duration    = &quot;3000&quot;;<br>my $skip        = &quot;5000&quot;;<br>my $seed        = &quot;23&quot;;<br>my $maxpause    = &quot;20&quot;;<br><br>################################## AREAS #########################################<br><br>my $maxareas    = &quot;8&quot;;<br><br>my $IL1         = &quot;25,5,125,5,125,100,25,100,25,50,125,50,0,15,15&quot;;<br>my $PWFTA1      = &quot;133,25,180,25,180,75,133,75,133,50,180,50,1,39,37&quot;;<br>my $CCS1        = &quot;220,5,300,5,300,40,220,40,220,20,310,20,2,15,0&quot;;<br>my $CCS2        = &quot;220,46,300,46,300,80,220,80,220,60,310,60,2,15,0&quot;;<br>my $CCS3        = &quot;220,86,300,86,300,120,220,120,220,100,310,100,2,15,0&quot;;<br>my $CCS4        = &quot;220,126,300,126,300,160,220,160,220,140,310,140,2,15,0&quot;;<br>my $TEL         = &quot;320,75,345,75,345,100,320,100,330,75,330,76,3,6,0&quot;;<br>my $APP1        = &quot;320,5,345,5,345,50,320,50, 5,0,345,0, 325,5,325,50, 4,30,28&quot;;<br>my $OBST1       = &quot;25,150,100,150,100,200,25,200&quot;;<br><br>###################################################################################<br><br>my $measures    = &quot;10&quot;;<br>my $timestep    = &quot;1&quot;;<br><br>my $params = &quot;-f $scenario DisasterArea -n $nodes -x $x -y $y -p $maxpause -a $groupsize -g $circlevertices -r $dist -q $mindist -d $duration -e $maxareas -i $skip -j $factor -b $TEL -b $CCS1 -b $CCS2 -b $CCS3 -b $CCS4 -b $PWFTA1 -b $IL1 -b $APP1 -o $OBST1 -K -R$seed&quot;;<br><br>system &quot;$bm $params&quot;;<br><br>exit(0);<br><br></div><div>==========================================================</div><div><br></div><div>My question is, how to create a node to move in incident location to the clean clearing station area?<br>Because I&#39;ve tried the instruction code you are given and analyzing that the movement on the One Simulator the node moving in ping pong movement (from the incident location to patient waiting for treatment area, the node does not go to clean clearing station). In your research paper, the node should come from the incident location to the patient waiting for treatment area and then go to clean clearing station area.<br><br>Furthermore, may I know where to get the guide textbook Or pdf relating to disaster area?<br><br>Thanks~<br></div></div></div>