# HG changeset patch # User Giuseppe D'Amico # Date 1649153786 -7200 # Node ID 5358586fe387ba8e329f8ee5b3f92f6c275e9124 # Parent 5367b3cad3fb0352cc4604119b83257032fec120 Added missing variables in HiRELPP product diff -r 5367b3cad3fb -r 5358586fe387 docs/file_formats/elpp_product_format.rst --- a/docs/file_formats/elpp_product_format.rst Mon Apr 04 15:52:04 2022 +0200 +++ b/docs/file_formats/elpp_product_format.rst Tue Apr 05 12:16:26 2022 +0200 @@ -124,7 +124,7 @@ :Type: *byte* :Dimensions: -- :Variable\_Type: Mandatory - :Description: Bimask describing the cloudmask type + :Description: Bitmask describing the cloudmask type :Units: -- :Definition: *byte cloud_mask_type* @@ -132,7 +132,7 @@ :Type: *byte* :Dimensions: *time, level* :Variable\_Type: Optional - :Description: Bimask describing the cloudmask + :Description: Bitmask describing the cloudmask :Units: -- :Definition: *byte cloud_mask(time, level)* diff -r 5367b3cad3fb -r 5358586fe387 docs/file_formats/hirelpp_product_format.rst --- a/docs/file_formats/hirelpp_product_format.rst Mon Apr 04 15:52:04 2022 +0200 +++ b/docs/file_formats/hirelpp_product_format.rst Tue Apr 05 12:16:26 2022 +0200 @@ -459,6 +459,22 @@ :Units: -- :Definition: *double volume\_linear\_depolarization\_ratio\_systematic\_error(depolarization, time, level)* +cloud\_mask\_type + :Type: *byte* + :Dimensions: -- + :Variable\_Type: Mandatory + :Description: Bitmask describing the cloudmask type + :Units: -- + :Definition: *byte cloud_mask_type* + +cloud\_mask + :Type: *byte* + :Dimensions: *time, level* + :Variable\_Type: Optional + :Description: Bitmask describing the cloudmask + :Units: -- + :Definition: *byte cloud_mask(time, level)* + HiRELPP Products: global attributes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~