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

Mapping layer specific variables to cf name #1

Open
khintz opened this issue Nov 12, 2024 · 0 comments
Open

Mapping layer specific variables to cf name #1

khintz opened this issue Nov 12, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@khintz
Copy link
Contributor

khintz commented Nov 12, 2024

It is unresolved how to map variables like, low, medium and high cloud cover (lcc, mcc and hcc) to cf-standard name.

discipline  parameterCategory   parameterNumber cf_standard_name                        cf_table_version
0           6                   3               cloud_area_fraction_in_atmosphere_layer 86
0           6                   4               cloud_area_fraction_in_atmosphere_layer 86
0           6                   5               cloud_area_fraction_in_atmosphere_layer 86

lcc, mcc and hcc are all mapped to the same cf_standard_name as cloud_area_fraction_in_atmosphere_layer.

The CF standard is quite clear on how to define the different layers (https://cfconventions.org/Data/cf-standard-names/current/build/cf-standard-name-table.html):

There must be a vertical coordinate variable indicating the extent of the layer(s). If the layers are model layers, the vertical coordinate can be model_level_number, but it is recommended to specify a physical coordinate (in a scalar or auxiliary coordinate variable) as well.

The extent of each variable can probably be figured out, but it is unclear how we would like to map this information in the table, if we do want to provide that information at all.

@khintz khintz added the help wanted Extra attention is needed label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant