Skip to content

Commit

Permalink
Added AOD range to YAML config.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwfncar committed Jul 14, 2024
1 parent 2483fb5 commit a5e4f1a
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions examples/process_swath_data/control_modis_l2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ obs_grid:
ntime: 72
nlat: 180
nlon: 360
lat_obs_name: 'Latitude'
lon_obs_name: 'Longitude'

obs:
Terra_MODIS:
Expand All @@ -23,14 +21,9 @@ 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
minimum: 0.0
maximum: 10.0
scale: 0.001
units: none

Expand All @@ -41,14 +34,9 @@ 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
minimum: 0.0
maximum: 10.0
scale: 0.001
units: none

0 comments on commit a5e4f1a

Please sign in to comment.