-
Notifications
You must be signed in to change notification settings - Fork 85
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
Netcdf sampling giving unexpected values when more labels are specified #1443
Comments
Hi, thanks for reaching out. This is a curious one. We have a regression test that does exactly what you suggest is not working and it works fine there: https://github.com/Exawind/amr-wind/tree/main/test/test_files/abl_sampling_netcdf. Could you start with that input file and make sure it runs in your setup? If it does work, can you compare that to your input file and see where the difference is? If you can't figure it out, feel free to post the full input file that did not work and any other files necessary to reproduce. |
I can confirm the reported issue. I ran into it yesterday. I was going to post an issue today. This only happens with |
@marchdf in the regression test you linked only the post-processing "volume_sampling" has more than one label. There is something similar also for the plane sampling? |
@marchdf and I can reproduce the issue, we are working toward a fix. In the meanwhile, a workaround would either be to stick with multiple |
In case it wasn't clear, I fixed this in #1449. Thanks for bringing to our attention! |
Bug description
I am using netcdf for sampling. If more than one labels is specified for the same sampling post-processing, the sampling data assume unexpected values.
Steps to reproduce
Steps to reproduce the behavior:
Compiler used
Operating system
Hardware:
Input file attachments
sampling_error.txt
Error (paste or attach):
Expected behavior
Expected results are obtained with more sampling post-processing, each one with only one label (file below):
sampling.txt
The rest of input file is exactly the same.
AMR-Wind information
The text was updated successfully, but these errors were encountered: