OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
cloud_phase Module Reference

Functions/Subroutines

subroutine clouddecision (platform_name, cloudmask, measurements, RSSLiq, RSSIce, optical_thickness_liquid, optical_thickness_ice, effective_radius_16_liquid, effective_radius_21_liquid, effective_radius_37_liquid, effective_radius_16_ice, effective_radius_21_ice, effective_radius_37_ice, cloud_top_temperature_1km, cloud_mask_SPI, cloudHeightMethod, ir_phase, procflag_band_used_ot, cloudsummary, debug, status, i, j)
 

Function/Subroutine Documentation

◆ clouddecision()

subroutine cloud_phase::clouddecision ( character*(*), intent(in)  platform_name,
type(cloudmask_type), intent(in)  cloudmask,
real, dimension(:), intent(in)  measurements,
real, dimension(4), intent(in)  RSSLiq,
real, dimension(4), intent(in)  RSSIce,
real  optical_thickness_liquid,
real  optical_thickness_ice,
real  effective_radius_16_liquid,
real  effective_radius_21_liquid,
real  effective_radius_37_liquid,
real  effective_radius_16_ice,
real  effective_radius_21_ice,
real  effective_radius_37_ice,
real, intent(in)  cloud_top_temperature_1km,
real, intent(in)  cloud_mask_SPI,
integer*1, intent(in)  cloudHeightMethod,
type(cloudphase), intent(in)  ir_phase,
integer*1, intent(in)  procflag_band_used_ot,
type(processflag), intent(inout)  cloudsummary,
logical, intent(in)  debug,
integer, intent(out)  status,
integer, intent(in)  i,
integer, intent(in)  j 
)

Definition at line 27 of file cloud_phase.f90.