Skip to content
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

Issues about fog composites #2810

Open
augustou18 opened this issue Jun 12, 2024 · 6 comments
Open

Issues about fog composites #2810

augustou18 opened this issue Jun 12, 2024 · 6 comments

Comments

@augustou18
Copy link

augustou18 commented Jun 12, 2024

I would like to ask what is the physical significance of the results generated by ahi/hsd's fog composites. The 3D matrix does not seem to confirm the exact distribution of this fog. Is there something inappropriate in our approach?

@djhoese
Copy link
Member

djhoese commented Jun 12, 2024

@augustou18 Could you please provide the code you are running to generate the data/image you're looking at and include the exact composite name you are loading?

@augustou18
Copy link
Author

@djhoese Hi, djhoese. The composite output fog is a three-dimensional(3 bands) matrix, what is its physical meaning?

@djhoese
Copy link
Member

djhoese commented Jun 14, 2024

What fog composite are you talking about? Please answer my questions above. My understanding is you are providing Satpy data as AHI HSD files and generating a "fog" composite. Could you please show me the code you are running to do this?

@ZitaTan
Copy link

ZitaTan commented Jun 17, 2024

@djhoese Hi, djhoese. I’m using AHI HSD files and generating a "fog" composite too. I get a "fog" image using "scn.load(['fog'])", Could you please tell me what the colors on the picture represent? Thanks.
tmpqz87hbe6

@mraspaud
Copy link
Member

@ZitaTan I think the fog composite in satpy is the 24h microphysics, which you can read more about here https://resources.eumetrain.org/rgb_quick_guides/quick_guides/24MicroRGB.pdf

@djhoese
Copy link
Member

djhoese commented Jun 17, 2024

Note that there is always a chance our recipe was implemented poorly so please let us know if something looks off. One thing I noticed is that the AHI configuration specifically has difference channels used for the 10.8um in the two differences. See:

fog:
compositor: !!python/name:satpy.composites.GenericCompositor
prerequisites:
- compositor: !!python/name:satpy.composites.DifferenceCompositor
prerequisites:
- name: B15
- name: B13
- compositor: !!python/name:satpy.composites.DifferenceCompositor
prerequisites:
- name: B14
- name: B11
- name: B13
standard_name: fog

Instead of using B13 for both differences, it uses (B15 - B13) for red and (B14 - B11) for green (instead of B13 - B11). I think this is expected for AHI given the goals of the composite and the properties of those bands. Night microphysics is configured similarly. I'm not a scientist, but this is what I remember from past discussions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants