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

Remove workaround for xconv in fix_long_name #195

Open
atteggiani opened this issue Mar 6, 2025 · 2 comments
Open

Remove workaround for xconv in fix_long_name #195

atteggiani opened this issue Mar 6, 2025 · 2 comments

Comments

@atteggiani
Copy link
Collaborator

Overview

Based on this comment, the xconv long name fix is not too relevant anymore and can be safely removed.

Solution

Remove xconv fix and related variables/tests from um2nc.

@MartinDix
Copy link
Contributor

Just as a demonstration of standard_name length

from iris import std_names
for n in std_names.STD_NAMES:
    if len(n) > 110:
        print(len(n), n)

Our record holder with a length of 166 tendency_of_atmosphere_mass_content_of_particulate_organic_matter_dry_aerosol_particles_expressed_as_carbon_due_to_emission_from_residential_and_commercial_combustion

@atteggiani
Copy link
Collaborator Author

atteggiani commented Mar 14, 2025

WOW.
Can't that standard name length be reduced? 😅

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

2 participants