Skip to content

Commit 2163ad0

Browse files
committed
Merge branch 'master' into kbarnhart/make_new_FlowAccummulator_and_FlowDirector_tutorials
2 parents abce321 + cd4f4ef commit 2163ad0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ecohydrology/cellular_automaton_vegetation_DEM/ca_veg_dem_py_file.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@
8585
EP30[Julian])) * Rad_Factor[Julian])
8686

8787
# Assign spatial rainfall data
88-
grid['cell']['rainfall__daily_depth'] = P[i] * np.ones(grid.number_of_cells)
88+
grid['cell']['rainfall__daily_depth'] = (P[i] *
89+
np.ones(grid.number_of_cells))
8990

9091
# Update soil moisture component
9192
current_time = SM.update(current_time, Tr=Tr[i], Tb=Tb[i])

0 commit comments

Comments
 (0)