Opened 2 years ago
Last modified 2 years ago
#318 accepted New feature
reading receptor output
Reported by: | tcarion | Owned by: | pesei |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | FP post-processing | Version: | FLEXPART 10.4 |
Keywords: | Cc: |
Description
Hi all,
When adding receptors to forward flexpart runs with netcdf enabled, I can't see the desired output in the .nc output file. Could the receptors output be added to the netcdf file? And meanwhile, what is the easiest option to read the receptor_ binary files? Thanks in advance!
Change History (3)
comment:1 Changed 2 years ago by pesei
- Owner set to pesei
- Status changed from new to accepted
- Type changed from Defect to New feature
comment:2 Changed 2 years ago by pesei
If you want to read the binary output, you have to write the reading code to match the writes.
comment:3 Changed 2 years ago by tcarion
Thank you for your answer. In the meantime I found this Matlab script that I could adapt to match my need: https://www.flexpart.eu/attachment/wiki/FpOutput/flex_read_recepconc.m.
Note: See
TracTickets for help on using
tickets.
Hi, I am skeptical whether it is worthwhile to port receptor output, as this output usually is not so large. I even think that having it binary is not needed and I have made a version where you can write out ASCII. I can give that to you if you want.