Skip to content

Commit

Permalink
change range of backscatter values
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisblake committed Feb 1, 2024
1 parent 3f6a9da commit 6d48efa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyaerocom/data/variables.ini
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ map_cbar_levels = [0, 4, 8, 12, 16, 20, 40, 60, 80, 100, 200, 300, 400]
description = Aerosol light backscattering coefficient at 550 nm
wavelength_nm = 550
unit = km-1 sr-1
minimum = -1000
maximum = 1000
minimum = -1
maximum = 1

[bsc550dryaer]
description = Dry aerosol light backscattering coefficient at 550 nm (RH<40)
Expand All @@ -365,24 +365,24 @@ maximum = 1000
description = Aerosol light backscattering coefficient at 532 nm
wavelength_nm = 532
unit = km-1 sr-1
minimum = -1000
maximum = 1000
minimum = -1
maximum = 1

[bsc355aer]
var_name = bsc355aer
description = Aerosol light backscattering coefficient at 355 nm
wavelength_nm = 355
unit = km-1 sr-1
minimum = -1000
maximum = 1000
minimum = -1
maximum = 1

[bsc1064aer]
var_name = bsc1064aer
description = Aerosol light backscattering coefficient at 1064 nm
wavelength_nm = 1064
unit = km-1 sr-1
minimum = -1000
maximum = 1000
minimum = -1
maximum = 1

[ac550aer]
description = Aerosol light absorption coefficient at 550 nm
Expand Down

0 comments on commit 6d48efa

Please sign in to comment.