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

New sub-section and standard names for land surface variables #60

Merged
merged 2 commits into from
Apr 11, 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
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_of_cell_area`: 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_of_cell_area`: 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_of_cell_area"
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_of_cell_area"
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"
nusbaume marked this conversation as resolved.
Show resolved Hide resolved
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
Loading