You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description
Writes projections as 2D plotfiles, rather than as 3D plotfiles with one
cell in the 3rd dimension.
### Related issues
Fixes#685.
### Checklist
_Before this pull request can be reviewed, all of these tasks should be
completed. Denote completed tasks with an `x` inside the square brackets
`[ ]` in the Markdown source below:_
- [x] I have added a description (see above).
- [x] I have added a link to any related issues see (see above).
- [x] I have read the [Contributing
Guide](https://github.com/quokka-astro/quokka/blob/development/CONTRIBUTING.md).
- [ ] I have added tests for any new physics that this PR adds to the
code.
- [x] I have tested this PR on my local computer and all tests pass.
- [x] I have manually triggered the GPU tests with the magic comment
`/azp run`.
- [x] I have requested a reviewer for this PR.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Describe the proposal
We create NxNx1 3D grids when outputting projections (https://quokka-astro.github.io/quokka/insitu_analysis.html#d-projections).
However, it would make a lot more sense to output 2D plotfiles, since the data is actually 2D.
Describe alternatives you've considered
Keep as is.
Additional context
The slice outputs are already 2D plotfiles (https://quokka-astro.github.io/quokka/insitu_analysis.html#d-slices).
The text was updated successfully, but these errors were encountered: