Skip to content

Commit

Permalink
Remove dash to comply with standard name rule number 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
nusbaume committed Jun 13, 2023
1 parent 465a27f commit 7bbdf49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Metadata-standard-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Note that appending '_on_previous_timestep' to standard_names in this section yi
* `real(kind=kind_phys)`: units = kg m-2
* `mass_content_of_cloud_liquid_water_in_atmosphere_layer`: Mass content of cloud liquid water in atmosphere layer
* `real(kind=kind_phys)`: units = kg m-2
* `non-convective_cloud_area_fraction_in_atmosphere_layer`: cloud area fraction in atmosphere layer excluding clouds produced by the convective schemes
* `nonconvective_cloud_area_fraction_in_atmosphere_layer`: cloud area fraction in atmosphere layer excluding clouds produced by the convective schemes
* `real(kind=kind_phys)`: units = 1
* `relative_humidity`: Relative humidity
* `real(kind=kind_phys)`: units = 1
Expand Down Expand Up @@ -802,9 +802,9 @@ Standard / required CCPP variables
* `integer(kind=)`: units = index
* `index_of_air_temperature_two_timesteps_back_in_xyz_dimensioned_restart_array`: Index of air temperature two timesteps back in xyz dimensioned restart array
* `integer(kind=)`: units = index
* `index_of_non-convective_cloud_area_fraction_in_atmosphere_layer_in_tracer_concentration_array`: Index of non-convective cloud area fraction in atmosphere layer in tracer concentration array
* `index_of_nonconvective_cloud_area_fraction_in_atmosphere_layer_in_tracer_concentration_array`: Index of nonconvective cloud area fraction in atmosphere layer in tracer concentration array
* `integer(kind=)`: units = index
* `index_of_non-convective_cloud_area_fraction_in_atmosphere_layer_in_xyz_dimensioned_restart_array`: Index of non-convective cloud area fraction in atmosphere layer in xyz dimensioned restart array
* `index_of_nonconvective_cloud_area_fraction_in_atmosphere_layer_in_xyz_dimensioned_restart_array`: Index of nonconvective cloud area fraction in atmosphere layer in xyz dimensioned restart array
* `integer(kind=)`: units = index
* `index_of_cloud_liquid_water_effective_radius_in_xyz_dimensioned_restart_array`: Index of cloud liquid water effective radius in xyz dimensioned restart array
* `integer(kind=)`: units = index
Expand Down Expand Up @@ -1967,7 +1967,7 @@ Standard / required CCPP variables
* `real(kind=kind_phys)`: units = kg kg-1
* `mass_number_concentration_of_cloud_liquid_water_particles_in_air_of_new_state`: Mass number concentration of cloud liquid water particles in air of new state
* `real(kind=kind_phys)`: units = kg-1
* `non-convective_cloud_area_fraction_in_atmosphere_layer_of_new_state`: Non-convective cloud area fraction in atmosphere layer of new state
* `nonconvective_cloud_area_fraction_in_atmosphere_layer_of_new_state`: Nonconvective cloud area fraction in atmosphere layer of new state
* `real(kind=kind_phys)`: units = frac
* `graupel_mixing_ratio_wrt_moist_air_of_new_state`: Graupel mixing ratio wrt moist air of new state
* `real(kind=kind_phys)`: units = kg kg-1
Expand Down
8 changes: 4 additions & 4 deletions standard_names.xml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
<type kind="kind_phys" units="kg m-2">real</type>
</standard_name>
<standard_name
name="non-convective_cloud_area_fraction_in_atmosphere_layer"
name="nonconvective_cloud_area_fraction_in_atmosphere_layer"
long_name="cloud area fraction in atmosphere layer excluding clouds produced by the convective schemes">
<type kind="kind_phys" units="1">real</type>
</standard_name>
Expand Down Expand Up @@ -1243,10 +1243,10 @@
<standard_name name="index_of_air_temperature_two_timesteps_back_in_xyz_dimensioned_restart_array">
<type kind="" units="index">integer</type>
</standard_name>
<standard_name name="index_of_non-convective_cloud_area_fraction_in_atmosphere_layer_in_tracer_concentration_array">
<standard_name name="index_of_nonconvective_cloud_area_fraction_in_atmosphere_layer_in_tracer_concentration_array">
<type kind="" units="index">integer</type>
</standard_name>
<standard_name name="index_of_non-convective_cloud_area_fraction_in_atmosphere_layer_in_xyz_dimensioned_restart_array">
<standard_name name="index_of_nonconvective_cloud_area_fraction_in_atmosphere_layer_in_xyz_dimensioned_restart_array">
<type kind="" units="index">integer</type>
</standard_name>
<standard_name name="index_of_cloud_liquid_water_effective_radius_in_xyz_dimensioned_restart_array">
Expand Down Expand Up @@ -2995,7 +2995,7 @@
<standard_name name="mass_number_concentration_of_cloud_liquid_water_particles_in_air_of_new_state">
<type kind="kind_phys" units="kg-1">real</type>
</standard_name>
<standard_name name="non-convective_cloud_area_fraction_in_atmosphere_layer_of_new_state">
<standard_name name="nonconvective_cloud_area_fraction_in_atmosphere_layer_of_new_state">
<type kind="kind_phys" units="frac">real</type>
</standard_name>
<standard_name name="graupel_mixing_ratio_wrt_moist_air_of_new_state">
Expand Down

0 comments on commit 7bbdf49

Please sign in to comment.