Skip to content
Open
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
4 changes: 2 additions & 2 deletions Metadata-standard-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,9 +455,9 @@ Note that appending '_on_previous_timestep' to standard_names in this section yi
* `real(kind=kind_phys)`: units = kg kg-1
* `mass_fraction_of_dust_accumulation_aerosol_particles_in_air`: Mass fraction of accumulation mode dust aerosol particles
* `real(kind=kind_phys)`: units = kg kg-1
* `number_fraction_of_coarse_aerosol_particles_in_air`: Ratio of number concentration of coarse mode dust aerosol particles to the molecular concentration of air
* `number_fraction_of_coarse_aerosol_particles_in_air`: Ratio of number concentration of coarse-mode dust aerosol particles to the molecular concentration of air; i.e., the ratio of the number of coarse-mode dust aerosol particles to the number of air molecules in a unit volume
* `real(kind=kind_phys)`: units = particles molecules-1
* `number_fraction_of_accumulation_aerosol_particles_in_air`: Ratio of number concentration of accumulation mode dust aerosol particles to the molecular concentration of air
* `number_fraction_of_accumulation_aerosol_particles_in_air`: Ratio of number concentration of accumulation-mode dust aerosol particles to the molecular concentration of air; i.e., the ratio of the number of accumulation-mode dust aerosol particles to the number of air molecules in a unit volume
* `real(kind=kind_phys)`: units = particles molecules-1
## emissions
Emissions variables, contributed for the Community Emissions Data System (CEDS)
Expand Down
10 changes: 6 additions & 4 deletions Metadata-standard-names.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1072,14 +1072,16 @@ sections:
kind: kind_phys
units: kg kg-1
- name: number_fraction_of_coarse_aerosol_particles_in_air
long_name: Ratio of number concentration of coarse mode dust aerosol particles
to the molecular concentration of air
long_name: Ratio of number concentration of coarse-mode dust aerosol particles
to the molecular concentration of air; i.e., the ratio of the number of coarse-mode
dust aerosol particles to the number of air molecules in a unit volume
type: real
kind: kind_phys
units: particles molecules-1
- name: number_fraction_of_accumulation_aerosol_particles_in_air
long_name: Ratio of number concentration of accumulation mode dust aerosol particles
to the molecular concentration of air
long_name: Ratio of number concentration of accumulation-mode dust aerosol particles
to the molecular concentration of air; i.e., the ratio of the number of accumulation-mode
dust aerosol particles to the number of air molecules in a unit volume
type: real
kind: kind_phys
units: particles molecules-1
Expand Down
4 changes: 2 additions & 2 deletions standard_names.xml
Original file line number Diff line number Diff line change
Expand Up @@ -797,11 +797,11 @@
<type kind="kind_phys" units="kg kg-1">real</type>
</standard_name>
<standard_name name="number_fraction_of_coarse_aerosol_particles_in_air"
long_name="Ratio of number concentration of coarse mode dust aerosol particles to the molecular concentration of air">
long_name="Ratio of number concentration of coarse-mode dust aerosol particles to the molecular concentration of air; i.e., the ratio of the number of coarse-mode dust aerosol particles to the number of air molecules in a unit volume">
<type kind="kind_phys" units="particles molecules-1">real</type>
</standard_name>
<standard_name name="number_fraction_of_accumulation_aerosol_particles_in_air"
long_name="Ratio of number concentration of accumulation mode dust aerosol particles to the molecular concentration of air">
long_name="Ratio of number concentration of accumulation-mode dust aerosol particles to the molecular concentration of air; i.e., the ratio of the number of accumulation-mode dust aerosol particles to the number of air molecules in a unit volume">
<type kind="kind_phys" units="particles molecules-1">real</type>
</standard_name>
</section>
Expand Down