Skip to content

Commit

Permalink
add new sub-section and variable names for land surface
Browse files Browse the repository at this point in the history
  • Loading branch information
SamanthaPullen committed Mar 7, 2024
1 parent 005a346 commit 8e471f6
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Metadata-standard-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* [constants](#constants)
* [coordinates](#coordinates)
* [state_variables](#state_variables)
* [land_surface](#land_surface)
* [diagnostics](#diagnostics)
* [atmospheric_composition](#atmospheric_composition)
* [atmospheric_composition: GOCART aerosols](#atmospheric_composition-gocart-aerosols)
Expand Down Expand Up @@ -258,6 +259,21 @@ Note that appending '_on_previous_timestep' to standard_names in this section yi
* `real(kind=kind_phys)`: units = 1
* `gravitational_acceleration`: Gravitational acceleration
* `real(kind=kind_phys)`: units = m s-2
## land_surface
* `land_ice_area_fraction`: fraction of horizontal area of grid cell that is land ice
* `real(kind=kind_phys)`: units = frac
* `mass_content_of_water_in_top_soil_layer`: content per unit area of water in top layer of soil
* `real(kind=kind_phys)`: units = kg m-2
* `surface_snow_density`: Surface snow density
* `real(kind=kind_phys)`: units = kg m-3
* `urban_area_fraction`: fraction of horizontal area of grid cell that is urban
* `real(kind=kind_phys)`: units = frac
* `volume_fraction_of_liquid_water_in_soil_at_critical_point`: volume fraction of water in liquid phase in soil at critical point
* `real(kind=kind_phys)`: units = m3 m-3
* `volume_fraction_of_liquid_water_in_soil_at_saturation`: volume fraction of water in liquid phase in soil at saturation
* `real(kind=kind_phys)`: units = m3 m-3
* `volume_fraction_of_liquid_water_in_soil_at_wilting_point`: volume fraction of water in liquid phase in soil at wilting point
* `real(kind=kind_phys)`: units = m3 m-3
## diagnostics
* `total_precipitation_rate_at_surface`: Total precipitation rate at surface
* `real(kind=kind_phys)`: units = m s-1
Expand Down
29 changes: 29 additions & 0 deletions standard_names.xml
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,35 @@
<type kind="kind_phys" units="m s-2">real</type>
</standard_name>
</section>
<section name="land_surface">
<standard_name name="land_ice_area_fraction"
long_name="fraction of horizontal area of grid cell that is land ice">
<type kind="kind_phys" units="frac">real</type>
</standard_name>
<standard_name name="mass_content_of_water_in_top_soil_layer"
long_name="content per unit area of water in top layer of soil">
<type kind="kind_phys" units="kg m-2">real</type>
</standard_name>
<standard_name name="surface_snow_density">
<type kind="kind_phys" units="kg m-3">real</type>
</standard_name>
<standard_name name="urban_area_fraction"
long_name="fraction of horizontal area of grid cell that is urban">
<type kind="kind_phys" units="frac">real</type>
</standard_name>
<standard_name name="volume_fraction_of_liquid_water_in_soil_at_critical_point"
long_name="volume fraction of water in liquid phase in soil at critical point">
<type kind="kind_phys" units="m3 m-3">real</type>
</standard_name>
<standard_name name="volume_fraction_of_liquid_water_in_soil_at_saturation"
long_name="volume fraction of water in liquid phase in soil at saturation">
<type kind="kind_phys" units="m3 m-3">real</type>
</standard_name>
<standard_name name="volume_fraction_of_liquid_water_in_soil_at_wilting_point"
long_name="volume fraction of water in liquid phase in soil at wilting point">
<type kind="kind_phys" units="m3 m-3">real</type>
</standard_name>
</section>
<section name="diagnostics">
<standard_name name="total_precipitation_rate_at_surface">
<type kind="kind_phys" units="m s-1">real</type>
Expand Down

0 comments on commit 8e471f6

Please sign in to comment.