nsrdb.gap_fill.irradiance_fill.missing_cld_props
- missing_cld_props(cloud_type, cld_opd_dcomp, cld_reff_dcomp)[source]
Make a boolean mask showing where there are missing cloud properties.
- Parameters:
cloud_type (np.ndarray) – Array of integer cloud types.
cloud_opd_dcomp (np.ndarray) – Array of cloud optical depths. Expected range is 0 - 160 with missing values <= 0.
cld_reff_dcomp (np.ndarray) – Array of cloud effective particle radii. Expected range is 0 - 160 with missing values <= 0.
- Returns:
missing_props (np.ndarray) – Boolean array with True values where there are clouds but no cloud properties.