We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for i in range(10): D = (P0 + aP0z) 0.0005 fr3.run_one_step() # Flow Accumulator sp3.run_one_step(dt) # StreamPower FastScape Eroder ld.run_one_step(dt) # Linear Diffuser z[mg3.core_nodes] += U * dt mg3.at_node["water__unit_flux_in"][mg3.y_of_node>=2+mg3.y_of_node[z==max(z)]]=P0/2 D[mg3.y_of_node>=2+mg3.y_of_node[z==max(z)]] = (P0/2) 0.001np.ones(len( D[mg3.y_of_node>=10+mg3.y_of_node[z==max(z)]])) mg3.at_node["water__unit_flux_in"][mg3.y_of_node<10+mg3.y_of_node[z==max(z)]]=P0 + aP0*z[mg3.y_of_node<10+mg3.y_of_node[z==max(z)]]
imshow_grid(mg3,"topographic__elevation")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
for i in range(10):
D = (P0 + aP0z) 0.0005
fr3.run_one_step() # Flow Accumulator
sp3.run_one_step(dt) # StreamPower FastScape Eroder
ld.run_one_step(dt) # Linear Diffuser
z[mg3.core_nodes] += U * dt
mg3.at_node["water__unit_flux_in"][mg3.y_of_node>=2+mg3.y_of_node[z==max(z)]]=P0/2
D[mg3.y_of_node>=2+mg3.y_of_node[z==max(z)]] = (P0/2) 0.001np.ones(len( D[mg3.y_of_node>=10+mg3.y_of_node[z==max(z)]]))
mg3.at_node["water__unit_flux_in"][mg3.y_of_node<10+mg3.y_of_node[z==max(z)]]=P0 + aP0*z[mg3.y_of_node<10+mg3.y_of_node[z==max(z)]]
imshow_grid(mg3,"topographic__elevation")
The text was updated successfully, but these errors were encountered: