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

Use effective_solar_pathlength_corrected for cloud type and cloud phase #3032

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions satpy/etc/composites/fci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,18 +309,18 @@ composites:
### other RGBs
cloud_type:
description: >
Equal to cimss_cloud_type recipe, but with additional sunz_reducer modifier to avoid saturation at the terminator.
Equal to cimss_cloud_type recipe, but with the effective_solar_pathlength_corrected modifier to avoid saturation at the terminator.
references:
EUMETRAIN Quick Guide: https://resources.eumetrain.org/rgb_quick_guides/quick_guides/CloudTypeRGB.pdf
Recipe: https://resources.eumetrain.org/RGBguide/recipes/RGB_recipes.pdf
compositor: !!python/name:satpy.composites.GenericCompositor
prerequisites:
- name: nir_13
modifiers: [ sunz_corrected, sunz_reduced ]
modifiers: [ effective_solar_pathlength_corrected ]
- name: vis_06
modifiers: [ sunz_corrected, sunz_reduced ]
modifiers: [ effective_solar_pathlength_corrected ]
- name: nir_16
modifiers: [ sunz_corrected, sunz_reduced ]
modifiers: [ effective_solar_pathlength_corrected ]
standard_name: cimss_cloud_type

cloud_type_with_night_ir105:
Expand All @@ -336,18 +336,18 @@ composites:

cloud_phase:
description: >
Equal to cloud_phase recipe, but with additional sunz_reducer modifier to avoid saturation at the terminator.
Equal to cloud_phase recipe, but with the effective_solar_pathlength_corrected modifier to avoid saturation at the terminator.
references:
EUMETRAIN Quick Guide: https://resources.eumetrain.org/rgb_quick_guides/quick_guides/CloudPhaseRGB.pdf
Recipe: https://resources.eumetrain.org/RGBguide/recipes/RGB_recipes.pdf
compositor: !!python/name:satpy.composites.GenericCompositor
prerequisites:
- name: nir_16
modifiers: [sunz_corrected, sunz_reduced]
modifiers: [ effective_solar_pathlength_corrected ]
- name: nir_22
modifiers: [sunz_corrected, sunz_reduced]
modifiers: [ effective_solar_pathlength_corrected ]
- name: vis_06
modifiers: [sunz_corrected, rayleigh_corrected, sunz_reduced]
modifiers: [ effective_solar_pathlength_corrected, rayleigh_corrected ]
standard_name: cloud_phase

cloud_phase_with_night_ir105:
Expand Down
Loading