We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abce321 + cd4f4ef commit 2163ad0Copy full SHA for 2163ad0
1 file changed
ecohydrology/cellular_automaton_vegetation_DEM/ca_veg_dem_py_file.py
@@ -85,7 +85,8 @@
85
EP30[Julian])) * Rad_Factor[Julian])
86
87
# Assign spatial rainfall data
88
- grid['cell']['rainfall__daily_depth'] = P[i] * np.ones(grid.number_of_cells)
+ grid['cell']['rainfall__daily_depth'] = (P[i] *
89
+ np.ones(grid.number_of_cells))
90
91
# Update soil moisture component
92
current_time = SM.update(current_time, Tr=Tr[i], Tb=Tb[i])
0 commit comments