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

Aligned height and height_name for TAC #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

elenafillo
Copy link

@elenafillo elenafillo commented Jul 5, 2024

tac height and height name were in different orders:
["185m", "54m", "100m"] and ["185magl", "100magl", "54magl"]
This meant that the tutorial did not load correctly, as it was fetching 54m obs but 100magl footprints. Changing the order so that they are aligned which solves tutorial problem

before:
extract_height_name("TAC", "decc", "54m") returns "100magl"

expected behaviour, and behaviour after correcting:
extract_height_name("TAC", "decc", "54m") returns "54magl"

tac height and height name were in different orders, which creates issues when loading the tutorial. corrected this
Copy link
Contributor

@joe-pitt joe-pitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good spot!

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

Successfully merging this pull request may close these issues.

2 participants