You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 fromum2nc
.The text was updated successfully, but these errors were encountered: