Control over timing of outputs #2496
-
QuestionHi all, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Thanks for your question, @andrewwatford. Unfortunately, the outputdt parameter indeed can only be one fixed value. You can store an event on a particle using custom variables (e.g. |
Beta Was this translation helpful? Give feedback.
Thanks for your question, @andrewwatford. Unfortunately, the outputdt parameter indeed can only be one fixed value.
You can store an event on a particle using custom variables (e.g.
particle.time_at_first_landing) and then write kernels to set these at the appropriate moment. If you then also write them out, you can select only these events in post-processing. This does mean of course that you'll write out much more data than you need, but I don't see a way around that I fear