Skip to content
New issue

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

Array bounds on i_p_lp1 in low_collisionality #3

Open
lazersos opened this issue Jul 14, 2023 · 4 comments
Open

Array bounds on i_p_lp1 in low_collisionality #3

lazersos opened this issue Jul 14, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@lazersos
Copy link
Collaborator

In the file low_collisionality.f90 the subroutine FIND_ALPHA_NEIGHBOURS defines the variable

INTEGER i_p_lp1(nbifx,npoint)

however later on the code references i_p_lp1(1,imax(4)) (around line 2090) but the variable imax(4) can be set to 0. This causes an error.

@lazersos lazersos added the bug Something isn't working label Jul 14, 2023
@lazersos
Copy link
Collaborator Author

Any updates? I'd debug this myself but at the point at which this occurs, the code is quite difficult to read.

@joseluisvelasco
Copy link
Owner

Hi, no, sorry, I have not had time to debug this, but I intend to do it soon.

@lazersos
Copy link
Collaborator Author

Any progress?

@joseluisvelasco
Copy link
Owner

Hi. No, sorry, I've been swamped with the EPS and ISHW talks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants