-
Notifications
You must be signed in to change notification settings - Fork 122
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
Adjusting gridGlobalOffset and temporal offset #708
Comments
Or is there a way to manually change values in the hdf5 via a command in the namelist? |
This can be done at post-processing time using happi: |
I have the same problem. It would be really helpful, if it could be implemented before starting the simulation. |
Why do you need it at the beginning if it can be changed afterwards? |
I am interested in a solution that works before post-processing. The proposed solution with happi goes against all efforts of the openpmd standard. |
I want to be able to use the same tools for visualisation for all my simulations (also independent of the code they were compiled with). Thats what the openpmd standard is for... |
One could argue that defining an arbitrary offset should be done during post-processing and not pre-determined and definitive because you might want to change your mind and be able to use different offset for the same data. So maybe a request on the side of the viewer you are using to implement |
Hello,
I would like to be able to set the dimensions of the simulation box at arbitrary values for x,y,z (e.g. xmin = -40um, xmax = 40um, ...) and also start the simulation at different times (e.g. t=-100fs). This would allow the users to always keep a point of interest (e.g. laser focus) at the same position (e.g. (0,0,0) with time of laser irradiation at 0fs).
I think that this should be relatively easy to implement, as all parameters are already there in order to satisfy the openPMD standard. Additionally, the moving window already kind of uses this feature.
Thank you for your assistance!
The text was updated successfully, but these errors were encountered: