Skip to content

Commit

Permalink
Use solar_pathlength_corrected for cloud type and cloud phase
Browse files Browse the repository at this point in the history
Use the solar_pathlength_corrected modifier for cloud type and cloud
phase RGBs for FCI.  This makes the composite usable closer to the terminator
but without the saturation seen in the ABI versions.
  • Loading branch information
gerritholl committed Jan 16, 2025
1 parent 40a62fa commit 16ce83c
Showing 1 changed file with 8 additions and 8 deletions.
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 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: [ solar_pathlength_corrected ]
- name: vis_06
modifiers: [ sunz_corrected, sunz_reduced ]
modifiers: [ solar_pathlength_corrected ]
- name: nir_16
modifiers: [ sunz_corrected, sunz_reduced ]
modifiers: [ 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 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: [ solar_pathlength_corrected ]
- name: nir_22
modifiers: [sunz_corrected, sunz_reduced]
modifiers: [ solar_pathlength_corrected ]
- name: vis_06
modifiers: [sunz_corrected, rayleigh_corrected, sunz_reduced]
modifiers: [ solar_pathlength_corrected, rayleigh_corrected ]
standard_name: cloud_phase

cloud_phase_with_night_ir105:
Expand Down

0 comments on commit 16ce83c

Please sign in to comment.