Skip to content

Commit 139788b

Browse files
authored
add glomap dust modes (#111)
This PR adds in new aerosol variables needed for the Met Office LFRIC forecast model. These are the number and mass fractions for the two dust modes in the UKCA/GLOMAP aerosol model.
1 parent 1e37329 commit 139788b

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

Metadata-standard-names.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [diagnostics](#diagnostics)
99
* [atmospheric_composition](#atmospheric_composition)
1010
* [atmospheric_composition: GOCART aerosols](#atmospheric_composition-gocart-aerosols)
11+
* [atmospheric_composition: GLOMAP/UKCA aerosols](#atmospheric_composition-glomapukca-aerosols)
1112
* [emissions](#emissions)
1213
* [Application-specific variables](#application-specific-variables)
1314
* [system variables](#system-variables)
@@ -449,6 +450,15 @@ Note that appending '_on_previous_timestep' to standard_names in this section yi
449450
* `real(kind=kind_phys)`: units = m-1
450451
* `volume_extinction_in_air_due_to_aerosol_particles_lambda3`: Aerosol extinction at wavelength3
451452
* `real(kind=kind_phys)`: units = m-1
453+
## atmospheric_composition: GLOMAP/UKCA aerosols
454+
* `mass_fraction_of_dust_coarse_aerosol_particles_in_air`: Mass fraction of coarse mode dust aerosol particles
455+
* `real(kind=kind_phys)`: units = kg kg-1
456+
* `mass_fraction_of_dust_accumulation_aerosol_particles_in_air`: Mass fraction of accumulation mode dust aerosol particles
457+
* `real(kind=kind_phys)`: units = kg kg-1
458+
* `number_fraction_of_coarse_aerosol_particles_in_air`: Number fraction of coarse mode dust aerosol particles
459+
* `real(kind=kind_phys)`: units = 1
460+
* `number_fraction_of_accumulation_aerosol_particles_in_air`: Number fraction of accumulation mode dust aerosol particles
461+
* `real(kind=kind_phys)`: units = 1
452462
## emissions
453463
Emissions variables, contributed for the Community Emissions Data System (CEDS)
454464
* `emissions_of_co_due_to_anthropogenic`: Carbon monoxide emissions from anthropogenic sources, total

standard_names.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,24 @@
787787
<type kind="kind_phys" units="m-1">real</type>
788788
</standard_name>
789789
</section>
790+
<section name="atmospheric_composition: GLOMAP/UKCA aerosols">
791+
<standard_name name="mass_fraction_of_dust_coarse_aerosol_particles_in_air"
792+
long_name="Mass fraction of coarse mode dust aerosol particles">
793+
<type kind="kind_phys" units="kg kg-1">real</type>
794+
</standard_name>
795+
<standard_name name="mass_fraction_of_dust_accumulation_aerosol_particles_in_air"
796+
long_name="Mass fraction of accumulation mode dust aerosol particles">
797+
<type kind="kind_phys" units="kg kg-1">real</type>
798+
</standard_name>
799+
<standard_name name="number_fraction_of_coarse_aerosol_particles_in_air"
800+
long_name="Number fraction of coarse mode dust aerosol particles">
801+
<type kind="kind_phys" units="1">real</type>
802+
</standard_name>
803+
<standard_name name="number_fraction_of_accumulation_aerosol_particles_in_air"
804+
long_name="Number fraction of accumulation mode dust aerosol particles">
805+
<type kind="kind_phys" units="1">real</type>
806+
</standard_name>
807+
</section>
790808
<section name="emissions"
791809
comment="Emissions variables, contributed for the Community Emissions Data System (CEDS)">
792810
<standard_name name="emissions_of_co_due_to_anthropogenic"

0 commit comments

Comments
 (0)