Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Inaccurate parcel trajectory #2

Open
KOPRajs opened this issue Feb 11, 2020 · 3 comments
Open

Inaccurate parcel trajectory #2

KOPRajs opened this issue Feb 11, 2020 · 3 comments

Comments

@KOPRajs
Copy link

KOPRajs commented Feb 11, 2020

Hi,
I've just discovered your plugin. It is very nice indeed but the results seems overly optimistic in comparison to our local site http://www.xcmeteo.net. This site is using the GFS model so you can compare the results with your plugin using the same input data when using GFS as well (You can use some well known spots like e.g. Kobala.).

The parcel trajectory seems to be the most significant difference. I've looked through the sources and if I understand it right it seems that you simply draw the parcelTrajectory() +3 degrees to the right from the surface temperature:

const thermalT = skewTSel.tSfc(state) + 3;

Can you elaborate on this a bit? Why 3 degrees?

Thank you.

@vicb
Copy link
Owner

vicb commented Jun 1, 2020

Sorry for the delay, I only your question now.

I use 3C because it seems like it's working for me - that'a an empirical value.

Do you have other suggestions ?

@KOPRajs
Copy link
Author

KOPRajs commented Jun 2, 2020

Hi,
after a brief consultation with other pilots I'm not sure if it should be a simple constant value at all, but at least the value of 3 degrees seems to be too high to me. I would suggest a value of 1.5 degree which I saw somewhere as a reasonable value.

@vicb
Copy link
Owner

vicb commented Jun 2, 2020

For sure it is not a constant in real life. Many parameters are at play here: cloud cover, wind, moisture, pressure, ...

In my opinion 1.5 is no better or worse than 3C - models are models and should be interpreted by humans. And honestly given the poor GFS accuracy I don't think that it would make a diff.

It takes some experience to be able to interpret soundings considering the other influencing. I don't think it is possible today (ever ?) to have super accurate result directly from the model.

I have found 3C to be give reasonable results. May be I'll implement a way to change this 3C difference but for now I think it would confuse people looking at different things.

BTW in your initial message you discuss about this plugin vs xc meteo. I think it would be interesting to add a vs real life.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants