-
Notifications
You must be signed in to change notification settings - Fork 3
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
No complete grid file created with the tokamak example #169
Comments
I don't see any errors running that script. Could you post the exact command you ran, and the full output please? |
It's not a direct error, the created file just does not contain all the grid points. The output when running 'python tokamak_example.py' in terminal is: UserWarning: At least one element of OptionsName | ValueN_norm_prefactor | 1.0 (default) creating region 0 - inner_lower_divertor(0) There is also two plot of the grid that show up with no visible issue. |
Ah, OK. I was looking in the wrong place. I see the |
Hi. I have been trying to create a grid using the tokamak example provided. I can get the visual representation of the grid but the file created seems to be incomplete as I get the following error
DataFile: None passed as data to write. Ignoring
DataFile: None passed as data to write. Ignoring
I have tried to use the incomplete file in a simulation, and that also comes up with errors
Is there any way of using the tokamak example script to create a usable grid file?
The text was updated successfully, but these errors were encountered: