Hi, everyone,
I made some changes to my program to remove the use of "END", the program no longer has the SIGSEGV problem, but there is an iteration limit problem, does anyone know the solution to this problem? Thank you!
shihangliu wrote:
Hello,
I want to customize the initial suspended sediment concentration when using GAIA, for this I modified the user_condi3d_trac.f. My intention was to introduce an external txt file(named data2.txt here) to define the initial tracer values in the full calculation domain, and the number of TA values in this txt file has been set to the same number as my grid.
But when debugging, the following Segmentation fault occurs. I think this is caused by the wrong location of my data file.
At the moment I put it in the upper level of user_fortran to call, but I am not sure where I should put the txt file to run successfully. Or maybe I am using it this way is wrong, please help me out.