Skip to content

Suffix for accumulated quantities over a certain time period #130

@climbfuji

Description

@climbfuji

In the UFS, there are many CCPP standard names for accumulated quantities over a certain period of time ("in a bucket"), for example https://github.com/NOAA-EMC/ufsatm/blob/b667c11bc8a29d83b667fd8d5a8fb32cba5426ea/ccpp/data/GFS_typedefs.meta#L9034.

  standard_name = accumulated_lwe_thickness_of_precipitation_amount_in_bucket

To understand the meaning of the variable, one then has to look at another variable, for example https://github.com/NOAA-EMC/ufsatm/blob/b667c11bc8a29d83b667fd8d5a8fb32cba5426ea/ccpp/data/GFS_typedefs.meta#L3470 or ...

standard_name = period_of_diagnostics_reset

and obtain its value and units.

Wouldn't it make more sense to specify the accumulation period explicitly in the standard name of the accumulated variable, and use a good standard notation for it, for example the ISO 8601 Duration Format?

  standard_name = accumulated_lwe_thickness_of_precipitation_amount_over_PT6H
  standard_name = accumulated_lwe_thickness_of_precipitation_amount_over_PT2H30M

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions