Skip to content

Commit

Permalink
Added Latitude and Longitude to config.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwfncar committed Jul 14, 2024
1 parent 8bb739f commit 841a4a2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/process_swath_data/control_modis_l2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 841a4a2

Please sign in to comment.