Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

variables_changed_units_categories #1418

Merged
merged 6 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pyaerocom/aeroval/glob_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ class CategoryType(str, Enum):
temperature = "Temperature"
particle_ratio = "Particle ratio"
vertical_column_density = "Vertical column density"
surface_emission = "Surface emission"
column_burden = "Column burden"
UNDEFINED = "UNDEFINED"

def __str__(self):
Expand Down
50 changes: 25 additions & 25 deletions pyaerocom/data/variables.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ var_name = emiisop
description = Total isoprene emissions
standard_name = tendency_of_atmosphere_mass_content_of_isoprene_due_to_emission
var_type = Emission fluxes
unit = kg m-2 s-1
unit = mg m-2 d-1
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand Down Expand Up @@ -1360,7 +1360,7 @@ var_name = emiso2
description = Total emission of SO2
standard_name = tendency_of_atmosphere_mass_content_of_sulfur_dioxide_due_to_emission
var_type = Emission fluxes
unit = kg m-2 s-1
unit = mg m-2 d-1
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand All @@ -1371,7 +1371,7 @@ var_name = emidms
description = Total emission of DMS
standard_name = tendency_of_atmosphere_mass_content_of_dimethyl_sulfide_due_to_emission
var_type = Emission fluxes
unit = kg m-2 s-1
unit = mg m-2 d-1
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand All @@ -1382,7 +1382,7 @@ var_name = emiso4
description = Total emission of particulate SO4
standard_name = tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_emission
var_type = Emission fluxes
unit = kg m-2 s-1
unit = mg m-2 d-1
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand All @@ -1393,7 +1393,7 @@ var_name = emioa
description = Total emission of OA
standard_name = tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_emission
var_type = Emission fluxes
unit = kg m-2 s-1
unit = mg m-2 d-1
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand Down Expand Up @@ -1426,7 +1426,7 @@ var_name = emibc
description = Total emission of BC
standard_name = tendency_of_atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles_due_to_emission
var_type = Emission fluxes
unit = kg m-2 s-1
unit = mg m-2 d-1
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand All @@ -1437,7 +1437,7 @@ var_name = emiss
description = Total emission of seasalt
standard_name = tendency_of_atmosphere_mass_content_of_seasalt_dry_aerosol_particles_due_to_emission
var_type = Emission fluxes
unit = kg m-2 s-1
unit = mg m-2 d-1
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand All @@ -1448,7 +1448,7 @@ var_name = emidust
description = Total emission of dust
standard_name = tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_emission
var_type = Emission fluxes
unit = kg m-2 s-1
unit = mg m-2 d-1
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand Down Expand Up @@ -1812,7 +1812,7 @@ var_name = dryso2
description = Dry deposition of SO2
standard_name = tendency_of_atmosphere_mass_content_of_sulfur_dioxide_due_to_dry_deposition
var_type = dry deposition flux
unit = kg m-2 s-1
unit = mg m-2 d-1
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand All @@ -1823,7 +1823,7 @@ var_name = dryso4
description = Dry deposition of SO4
standard_name = tendency_of_atmosphere_mass_content_of_sulfate_dry_aerosol_particles_due_to_dry_deposition
var_type = dry deposition flux
unit = kg m-2 s-1
unit = mg m-2 d-1
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand All @@ -1845,7 +1845,7 @@ var_name = drydms
description = Dry deposition of DMS
standard_name = tendency_of_atmosphere_mass_content_of_dimethyl_sulfide_due_to_dry_deposition
var_type = dry deposition flux
unit = kg m-2 s-1
unit = mg m-2 d-1
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand All @@ -1856,7 +1856,7 @@ var_name = dryss
description = Dry deposition of seasalt
standard_name = tendency_of_atmosphere_mass_content_of_seasalt_dry_aerosol_particles_due_to_dry_deposition
var_type = dry deposition flux
unit = kg m-2 s-1
unit = mg m-2 d-1
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand Down Expand Up @@ -2030,7 +2030,7 @@ var_name = drybc
description = Dry deposition of BC
standard_name = tendency_of_atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles_due_to_dry_deposition
var_type = dry deposition flux
unit = kg m-2 s-1
unit = mg m-2 d-1
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand Down Expand Up @@ -2120,7 +2120,7 @@ var_name = dryoa
description = Dry deposition of OA
standard_name = tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_dry_deposition
var_type = dry deposition flux
unit = kg m-2 s-1
unit = mg m-2 d-1
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand Down Expand Up @@ -2406,7 +2406,7 @@ var_name = wetbc
description = Wet deposition of BC
standard_name = tendency_of_atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles_due_to_wet_deposition
var_type = wet deposition flux
unit = kg m-2 s-1
unit = mg m-2 d-1
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand All @@ -2417,7 +2417,7 @@ var_name = wetss
description = Wet deposition of seasalt
standard_name = tendency_of_atmosphere_mass_content_of_seasalt_dry_aerosol_particles_due_to_wet_deposition
var_type = wet deposition flux
unit = kg m-2 s-1
unit = mg m-2 d-1
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand All @@ -2439,7 +2439,7 @@ var_name = wetdust
description = Wet deposition of dust
standard_name = tendency_of_atmosphere_mass_content_of_dust_dry_aerosol_particles_due_to_wet_deposition
var_type = wet deposition flux
unit = kg m-2 s-1
unit = mg m-2 d-1
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand Down Expand Up @@ -2615,7 +2615,7 @@ var_name = wetoa
description = Wet deposition of OA
standard_name = tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_due_to_wet_deposition
var_type = wet deposition flux
unit = kg m-2 s-1
unit = mg m-2 d-1
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand Down Expand Up @@ -4471,7 +4471,7 @@ var_name = loadso4
description = Column SO4 mass load
standard_name = atmosphere_mass_content_of_sulfate_dry_aerosol_particles
var_type = mass load
unit = kg m-2
unit = mg m-2
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand All @@ -4482,7 +4482,7 @@ var_name = loadbc
description = Column BC mass load
standard_name = atmosphere_mass_content_of_elemental_carbon_dry_aerosol_particles
var_type = mass load
unit = kg m-2
unit = mg m-2
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand All @@ -4504,7 +4504,7 @@ var_name = loadoa
description = Column OA mass load
standard_name = atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles
var_type = mass load
unit = kg m-2
unit = mg m-2
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand All @@ -4526,7 +4526,7 @@ var_name = loadss
description = Column sea salt mass load
standard_name = atmosphere_mass_content_of_seasalt_dry_aerosol_particles
var_type = mass load
unit = kg m-2
unit = mg m-2
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand All @@ -4537,7 +4537,7 @@ var_name = loaddust
description = Column dust mass load
standard_name = atmosphere_mass_content_of_dust_dry_aerosol_particles
var_type = mass load
unit = kg m-2
unit = mg m-2
minimum = 0
maximum = 10000
dimensions = time,lat,lon
Expand Down Expand Up @@ -4680,7 +4680,7 @@ var_name = loaddms
description = Column mass of DMS
standard_name = atmosphere_mass_content_of_dimethyl_sulfide
var_type = mass load
unit = kg m-2
unit = mg m-2
minimum = 0
maximum = 10000
dimensions = tune,lat,lon
Expand All @@ -4691,7 +4691,7 @@ var_name = loadso2
description = Column mass of SO2
standard_name = atmosphere_mass_content_of_sulfur_dioxide
var_type = mass load
unit = kg m-2
unit = mg m-2
minimum = 0
maximum = 10000
dimensions = tune,lat,lon
Expand Down
Loading