Bruce Xiong
Bruce Xiong
Yes, Sir. I using docker . And I installed badlands==2.2.4 successfully. Then, I have tried my code again, and it works. But, It emerged another warning:`IOStream.flush timed out`. But simulation...
Thank you so much! Sir. Yeah, I will run the code in command instead of jupyter lab.
Sir, I truly appreciate your continued care and guidance. After I installed badlands2.2.4, I built a new container based on underworld2.16.0-arm64-ompi include new badlands. Then, I runned my code on...
Sir, my apologize. I mean I have met three problems. First problem, No matter which version of Underworld I use, include 2.15.1b or 2.16, my code crashes after running for...
Oh, I want explain about my second problem of excessive number of iterations during the surface process. I'm not sure if caused by my code grammar, but it actually work....
Sir, I mean my adding passive tracer code runs much slower with approach `pts1 = np.array([[GEO.nd(140.* u.kilometer),GEO.nd(-20. * u.kilometer)]])` compared to approach `pts1 = np.ndarray((1, 2))` `pts1[:,0] = GEO.nd(140.* u.kilometer)`...
Sir, The script I submitted to you that I added grids passive tracer, and its ok. My problem about passive tracer code is I want to add points passive tracer...
[test.zip](https://github.com/user-attachments/files/19624908/test.zip) This is my adding points passive tracer code by using `pts1 = np.ndarray((1, 2))` `pts1[:,0] = GEO.nd(140.* u.kilometer)` `pts1[:,1] = GEO.nd(-20. * u.kilometer)`
Thanks, @NengLu, Sir. But I do not know why code running have different speed just because different adding passive tracer code. I tested two scripts where the only difference in...
> The linkage will overwrite the display time in the element, but it will not affect the strata display. Sir, I mean I don't set series parameters in old version....