Skip to content

Commit 45140b8

Browse files
committed
set all init condition to off
1 parent d8a389d commit 45140b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Parallel_Wild_Fire.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141

4242
# ------------ Change the code below here for different initial environment ---------
4343

44-
# -------------Quick Change Begin
44+
# -------------Quick Change Begin-------------------------
4545
# number of rows and columns of full grid and the generations
4646
n_row_total = 300
4747
n_col = 300
4848
generation = 300
4949

5050
# the possibility a cell will continue to burn in next time step
5151
# change the value to change the boundary of fire
52-
p_continue_burn = 0.9
52+
p_continue_burn = 0.5
5353

5454
# Quick switch for factors in the model, turn on: True, turn off: False
5555
wind = False

0 commit comments

Comments
 (0)