We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a389d commit 45140b8Copy full SHA for 45140b8
Parallel_Wild_Fire.py
@@ -41,15 +41,15 @@
41
42
# ------------ Change the code below here for different initial environment ---------
43
44
-# -------------Quick Change Begin
+# -------------Quick Change Begin-------------------------
45
# number of rows and columns of full grid and the generations
46
n_row_total = 300
47
n_col = 300
48
generation = 300
49
50
# the possibility a cell will continue to burn in next time step
51
# change the value to change the boundary of fire
52
-p_continue_burn = 0.9
+p_continue_burn = 0.5
53
54
# Quick switch for factors in the model, turn on: True, turn off: False
55
wind = False
0 commit comments