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

Field variables read from a file need to consecutive #194

Open
david-montiel-t opened this issue Jun 23, 2023 · 0 comments
Open

Field variables read from a file need to consecutive #194

david-montiel-t opened this issue Jun 23, 2023 · 0 comments
Labels

Comments

@david-montiel-t
Copy link
Contributor

For example, in an application where there are 5 field variables (n0,n1,n2,n3 and n4), the code will work if variables n0, n1 and n2 are marked to be read:

set Load initial conditions = true,true,true,false,false

Bur the code will get stuck if variables n0, n1 and n4 are marked, e.g.,

set Load initial conditions = true,true,false,false,true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant