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

fix metadata for vcoord_type #3

Open
cosunae opened this issue Sep 14, 2023 · 1 comment
Open

fix metadata for vcoord_type #3

cosunae opened this issue Sep 14, 2023 · 1 comment

Comments

@cosunae
Copy link
Collaborator

cosunae commented Sep 14, 2023

  • Icon Data Processing Incubator version: b890951

Description

While loading pressure levels, the metadata for vcoord_type is set to "isobaricInhPa",
we should set it to follow instead the mars levtype, in this case "pl"

What I Did

    pdatafile = cosmo_data_dir / "COSMO-2E/1h/pl/000/lfff00000000p"

    reader = GribReader([pdatafile])
    ds = reader.load_cosmo_data(["FI"])
@cosunae
Copy link
Collaborator Author

cosunae commented Sep 14, 2023

Also, some surface fields like V_10M are not marked as sfc, but rather heightAboveGround

@victoria-cherkas victoria-cherkas transferred this issue from MeteoSwiss-APN/icon_data_processing_incubator Apr 22, 2024
@victoria-cherkas victoria-cherkas transferred this issue from another repository Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant