Skip to content

Commit

Permalink
add definition file for connection between pyaerocom <=> EBAS variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Griesfeller committed Aug 29, 2024
1 parent 089aa2d commit e024d13
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions src/pyaro_readers/actrisebas/definitions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# connection between pyaerocom and ACTRIS-EBAS variables
variables:
#prototype
# - <pyaerocom variable name>:
# actris_variable:
# - "ozone mass concentration"
# - "ozone amount fraction"
# actris_matrix:
# - "gas phase"
# ebas_component:
# - ozone
# ebas_matrix:
# - air
- vmro3:
actris_variable:
- "ozone mass concentration"
- "ozone amount fraction"
actris_matrix:
- "gas phase"
ebas_component:
- ozone
ebas_matrix:
- air

- concso4:
actris_variable:
- "aerosol particle sulphate mass concentration"
actris_matrix:
- "aerosol particle phase"
- "PM10"
- "PM2.5"
ebas_component:
- "sulphate_corrected"
- "sulphate_total"
ebas_matrix:
- "aerosol"
- "pm10"
- "pm25"

0 comments on commit e024d13

Please sign in to comment.