Skip to content

Commit

Permalink
other vcd variables (no default color maps yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisblake authored and thorbjoernl committed Aug 7, 2024
1 parent 4ede28c commit 581e631
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyaerocom/aeroval/data/var_web_info.ini
Original file line number Diff line number Diff line change
Expand Up @@ -807,3 +807,18 @@ category = Particle ratio
menu_name = VCD NO2
vertical_type = 3D
category = Vertical column density

[vcdso2]
menu_name = VCD SO2
vertical_type = 3D
category = Vertical column density

[vcdhcho]
menu_name = VCD HCHO
vertical_type = 3D
category = Vertical column density

[vcdco]
menu_name = VCD CO
vertical_type = 3D
category = Vertical column density
30 changes: 30 additions & 0 deletions pyaerocom/data/variables.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5980,4 +5980,34 @@ var_type = vertical column density
unit = umol m-2
minimum = 0
maximum = 100000
dimensions = time,lat,lon

[vcdso2]
var_name = vcdso2
description = Vertical Column Density SO2
standard_name = atmosphere_mole_content_of_sulfur_dioxide
var_type = vertical column density
unit = mol m-2
minimum = 0
maximum = 100000000
dimensions = time,lat,lon

[vcdhcho]
var_name = vcdhcho
description = Vertical Column Density HCHO
standard_name = troposphere_mole_content_of_formaldehyde
var_type = vertical column density
unit = mol m-2
minimum = 0
maximum = 100000000
dimensions = time,lat,lon

[vcdco]
var_name = vcdco
description = Vertical Column Density CO
standard_name = atmosphere_mole_content_of_carbon_monoxide
var_type = vertical column density
unit = mol m-2
minimum = 0
maximum = 100000000
dimensions = time,lat,lon

0 comments on commit 581e631

Please sign in to comment.