Skip to content

Commit

Permalink
Fix erraneous units
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Jun 8, 2023
1 parent 0d75dd9 commit 8d0ae24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions satpy/etc/readers/olci_l2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ datasets:
sensor: olci
resolution: 300
standard_name: cdm_absorption_coefficient
units: "lg(re m-l)"
units: "lg(re m-1)"
coordinates: [longitude, latitude]
file_type: esa_l2_iop_nn
nc_key: ADG443_NN
Expand All @@ -377,7 +377,7 @@ datasets:
sensor: olci
resolution: 300
standard_name: diffuse_attenuation_coefficient
units: "lg(re m-l)"
units: "lg(re m-1)"
coordinates: [longitude, latitude]
file_type: esa_l2_trsp
nc_key: KD490_M07
Expand Down

0 comments on commit 8d0ae24

Please sign in to comment.