ESCOMP / CCPPStandardNames

Repository for community-accepted CCPP Standard Names and search tools
Other
3 stars 16 forks source link

Inconsistencies between vertical dimension names #24

Open climbfuji opened 2 years ago

climbfuji commented 2 years ago

We have

     <standard_name name="vertical_dimension_for_radiation">
         <type kind="" units="count">integer</type>
      </standard_name>
      <standard_name name="vertical_interface_dimension_for_radiation">
         <type kind="" units="count">integer</type>
      </standard_name>

but what used to be vertical_dimension (without decorator) is now vertical_layer_dimension. This is inconsistent.

It's consistent for vertical_interface_dimension and vertical_interface_dimension_for_radiation.