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

interpolate vars except p along height #93

Open
Tracked by #90
Geet-George opened this issue Dec 14, 2023 · 5 comments
Open
Tracked by #90

interpolate vars except p along height #93

Geet-George opened this issue Dec 14, 2023 · 5 comments

Comments

@Geet-George
Copy link
Owner

No description provided.

@Geet-George Geet-George mentioned this issue Dec 14, 2023
14 tasks
@hgloeckner
Copy link
Collaborator

#121 interpolates along gpsalt. Does this mean something different?

@hgloeckner
Copy link
Collaborator

we thought it might be better to interpolate everything along log p, as we only have gpsalt in the data

@Geet-George
Copy link
Owner Author

Hi Helene, why do you say we have only gpsalt in the data? There is also alt, right?

For the variables, I used to interpolate everything linearly except p (which we know should be logarithmic, but doesn't make a big difference with our high-res sampling). So, all variables except p are interpolated linearly. The log interpolation takes a bit of time, iirc.

@hgloeckner
Copy link
Collaborator

I don't know. In the level 2 data, there is only
lat(time)
lon(time)
time(time)
gpsalt(time)
Data variables:
u(time)
v(time)
ta(time)
p(time)
rh(time)
sonde_id

but maybe I am missing something

@Geet-George
Copy link
Owner Author

Ah... I see. I guess that makes sense because the helper dict doesn't include the alt variable to add to L2. Maybe this should be done first. I'll create an issue.

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