File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 557557 "source" : [
558558 " for i in range(nt):\n " ,
559559 " # lin_diffuse.run_one_step(dt) no diffusion this time\n " ,
560- " fr.run_one_step() # route_flow isn't time sensitive, so it doesn't take dt as input\n " ,
560+ " fr.run_one_step() # run_one_step isn't time sensitive, so it doesn't take dt as input\n " ,
561561 " sp.run_one_step(dt)\n " ,
562562 " mg.at_node['topographic__elevation'][mg.core_nodes] += uplift_per_step # add the uplift\n " ,
563563 " if i % 20 == 0:\n " ,
629629 " z[:] = initial_roughness\n " ,
630630 " for i in range(nt):\n " ,
631631 " lin_diffuse.run_one_step(dt) # no diffusion this time\n " ,
632- " fr.run_one_step() # route_flow isn't time sensitive, so it doesn't take dt as input\n " ,
632+ " fr.run_one_step() # run_one_step isn't time sensitive, so it doesn't take dt as input\n " ,
633633 " sp.run_one_step(dt)\n " ,
634634 " mg.at_node['topographic__elevation'][mg.core_nodes] += uplift_per_step # add the uplift\n " ,
635635 " if i % 20 == 0:\n " ,
You can’t perform that action at this time.
0 commit comments