From 841a4a20ea30ca5b32304619e70e3641b1d85817 Mon Sep 17 00:00:00 2001 From: David Fillmore Date: Sat, 13 Jul 2024 18:16:33 -0600 Subject: [PATCH] Added Latitude and Longitude to config. --- examples/process_swath_data/control_modis_l2.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/examples/process_swath_data/control_modis_l2.yaml b/examples/process_swath_data/control_modis_l2.yaml index c1bde6e3..2c8671f9 100644 --- a/examples/process_swath_data/control_modis_l2.yaml +++ b/examples/process_swath_data/control_modis_l2.yaml @@ -21,6 +21,12 @@ obs: sat_type: 'modis_l2' filename: $HOME/Data/MODIS/Terra/C61/2020/*/MOD04_L2.*.hdf variables: + Latitude: + fillvalue: -9999 + scale: 1.0 + Longitude: + fillvalue: -9999 + scale: 1.0 AOD_550_Dark_Target_Deep_Blue_Combined: fillvalue: -9999 scale: 0.001 @@ -33,6 +39,12 @@ obs: sat_type: 'modis_l2' filename: $HOME/Data/MODIS/Aqua/C61/2020/*/MYD04_L2.*.hdf variables: + Latitude: + fillvalue: -9999 + scale: 1.0 + Longitude: + fillvalue: -9999 + scale: 1.0 AOD_550_Dark_Target_Deep_Blue_Combined: fillvalue: -9999 scale: 0.001