Skip to content

Commit

Permalink
Update standard_names.xml
Browse files Browse the repository at this point in the history
changed the units of variables that start with volume_mixing_ratio to m3 m-3.
  • Loading branch information
bluefinweiwei authored Jul 28, 2021
1 parent 78e80d5 commit e93a517
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions standard_names.xml
Original file line number Diff line number Diff line change
Expand Up @@ -367,43 +367,43 @@
</standard_name>
<standard_name name="volume_mixing_ratio_of_ch4"
long_name="CH4 volume mixing ratio">
<type kind="kind_phys" units="kg kg-1">real</type>
<type kind="kind_phys" units="m3 m-3">real</type>
</standard_name>
<standard_name name="volume_mixing_ratio_of_co"
long_name="CO volume mixing ratio">
<type kind="kind_phys" units="kg kg-1">real</type>
<type kind="kind_phys" units="m3 m-3">real</type>
</standard_name>
<standard_name name="volume_mixing_ratio_of_co2"
long_name="CO2 volume mixing ratio">
<type kind="kind_phys" units="kg kg-1">real</type>
<type kind="kind_phys" units="m3 m-3">real</type>
</standard_name>
<standard_name name="volume_mixing_ratio_of_ccl4"
long_name="CCL4 volume mixing ratio">
<type kind="kind_phys" units="kg kg-1">real</type>
<type kind="kind_phys" units="m3 m-3">real</type>
</standard_name>
<standard_name name="volume_mixing_ratio_of_cfc11"
long_name="CFC11 volume mixing ratio">
<type kind="kind_phys" units="kg kg-1">real</type>
<type kind="kind_phys" units="m3 m-3">real</type>
</standard_name>
<standard_name name="volume_mixing_ratio_of_cfc12"
long_name="CFC12 volume mixing ratio">
<type kind="kind_phys" units="kg kg-1">real</type>
<type kind="kind_phys" units="m3 m-3">real</type>
</standard_name>
<standard_name name="volume_mixing_ratio_of_cfc113"
long_name="CFC113 volume mixing ratio">
<type kind="kind_phys" units="kg kg-1">real</type>
<type kind="kind_phys" units="m3 m-3">real</type>
</standard_name>
<standard_name name="volume_mixing_ratio_of_cfc22"
long_name="CFC22 volume mixing ratio">
<type kind="kind_phys" units="kg kg-1">real</type>
<type kind="kind_phys" units="m3 m-3">real</type>
</standard_name>
<standard_name name="volume_mixing_ratio_of_o2"
long_name="O2 volume mixing ratio">
<type kind="kind_phys" units="kg kg-1">real</type>
<type kind="kind_phys" units="m3 m-3">real</type>
</standard_name>
<standard_name name="volume_mixing_ratio_of_n2o"
long_name="N2O volume mixing ratio">
<type kind="kind_phys" units="kg kg-1">real</type>
<type kind="kind_phys" units="m3 m-3">real</type>
</standard_name>
</section>
<section name="standard_variables"
Expand Down Expand Up @@ -3023,4 +3023,4 @@
<type kind="kind_phys" units="m s-1">real</type>
</standard_name>
</section>
</standard_names>
</standard_names>

0 comments on commit e93a517

Please sign in to comment.