From d8605400570b9f2fb22531b08bfc456bc8bb2f74 Mon Sep 17 00:00:00 2001 From: martin_rdz <31452472+martin-rdz@users.noreply.github.com> Date: Wed, 21 Aug 2024 20:29:48 +0200 Subject: [PATCH 1/2] Add Cloud_Optical_Thickness to viirs_l2.yaml --- satpy/etc/readers/viirs_l2.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/satpy/etc/readers/viirs_l2.yaml b/satpy/etc/readers/viirs_l2.yaml index d4dceccccc..774862d986 100644 --- a/satpy/etc/readers/viirs_l2.yaml +++ b/satpy/etc/readers/viirs_l2.yaml @@ -104,6 +104,15 @@ datasets: file_type: cldprop_l2_viirs standard_name: cloud_top_height + Cloud_Optical_Thickness: + name: Cloud_Optical_Thickness + long_name: Cloud Optical Thickness two-channel retrieval using 2.2 um and either 0.65 um, 0.86 um or 1.24um (specified in Quality_Assurance) from best points: not failed in any way, not marked for clear sky restoral + units: '1' + coordinates: [cld_lon,cld_lat] + file_key: geophysical_data/Cloud_Optical_Thickness + file_type: cldprop_l2_viirs + standard_name: cloud_optical_thickness + ########################################## # Datasets in files aerdb_l2_viirs ########################################## From f54f270d475bffc7aa4effffabc4afd02ec3c18a Mon Sep 17 00:00:00 2001 From: martin_rdz <31452472+martin-rdz@users.noreply.github.com> Date: Sat, 28 Sep 2024 22:05:45 +0200 Subject: [PATCH 2/2] Update satpy/etc/readers/viirs_l2.yaml Co-authored-by: David Hoese --- satpy/etc/readers/viirs_l2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satpy/etc/readers/viirs_l2.yaml b/satpy/etc/readers/viirs_l2.yaml index 774862d986..c2dfbca35e 100644 --- a/satpy/etc/readers/viirs_l2.yaml +++ b/satpy/etc/readers/viirs_l2.yaml @@ -107,7 +107,7 @@ datasets: Cloud_Optical_Thickness: name: Cloud_Optical_Thickness long_name: Cloud Optical Thickness two-channel retrieval using 2.2 um and either 0.65 um, 0.86 um or 1.24um (specified in Quality_Assurance) from best points: not failed in any way, not marked for clear sky restoral - units: '1' + units: "1" coordinates: [cld_lon,cld_lat] file_key: geophysical_data/Cloud_Optical_Thickness file_type: cldprop_l2_viirs