Skip to content

Commit cd4f4ef

Browse files
author
saisiddu
committed
Minor_style_correction
SN: very minor style correction
1 parent abce321 commit cd4f4ef

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)