-
Notifications
You must be signed in to change notification settings - Fork 33
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
Change ozone_sonder name #345
Comments
What about just "sonde"? Or something like "inst_sonde" to emphasize that these data are provided as each profile being just one time and fixed horizontal location |
I like using "sonde" here to make it more general. I put this as the interpolation. Is this right? Are you not interpolating on time here? Ozonesonde - time and vertical interpolation at a fixed horizontal location |
I believe the model is interpolated to the time of the sonde.
I like the idea too, I'm not sure if what we currently have there would work with more general sonde data (which might have GPS position and data varying in time for a given sounding). But for that sort of sounding, you might want to use the aircraft option anyway. Has anyone tried that? |
when I code the ozone sonder, we interpolate time, that is why we need nearest 2 time step for ozone sonde code. for vertical interpolation, I use the one in aircraft code. for horizontal interpolation, no we assume fix lat and lon at starting point. |
Do you interpolate the time to one fixed time for the entire profile or allow the time to vary as the sonde moves along it's trajectory? |
I think I interpolated to fixed time, the release time/start time. |
Can you verify this to be sure and if so, I'll update the description so this is clearer to users, thanks! |
SURE! |
ozone sonder time interpolation based on release time in the observation vertical interpolation use aircraft vertical interpolation: horizontal interpolation use nearest neighbor, ignore horizontal displacement while sonder flew bottom to top. |
Change the option for "ozone_sonder" to "ozone_sonde".
The text was updated successfully, but these errors were encountered: