-
Notifications
You must be signed in to change notification settings - Fork 35
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
end of Grib is dispayed as "Land Error" #246
Comments
How about "Grib duration too short, turn on Climatology"? |
If you active climatology it keeps going until the end, but climatology data in Biscay Bay or in the English Channel is of no real value, so I always turn it off. |
Ok, so perhaps "Grib duration too short" Or if the error happens to be from the beginning, where Grib time range does not match route start. Trying to generalize , "Grib time is out of range of route start or finish" ? It gets complicated when climatology is run at the beginning and then the grib starts. Also related to #193 |
Weather_routing.cpp Line 1903 and afterwards
So what is if(routemapoverlay->LandCrossing()) { Not sure where "Land Error" comes from yet. Maybe there needs to be a new condition test in routemapoverlay.cpp? |
Hi, In your case it's likely that:
Not sure info is easily available for adding a UI symbol. |
Then perhaps, there should be multiple messages for all of them? I know how in-determinant these failure reports are. We only seem to know what the problem "was" once we get it working. Is the plugin divided into logical parts for failures?
Have any of these 5 failures (1,2,3,4,5.6) report at the Failure line if they are triggered? |
If the grib duration does not cover the tme required for the route, the error message is "land error" while is should be something like "no more data in Grib" or "Grib duration too short"
The text was updated successfully, but these errors were encountered: