Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 30-06-2013, 04:29   #316
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,625
Images: 2
Re: Weather Routing

Quote:
Rick...
It's not this simple... There actually might be a reason why weather_routing_pi refuses to work with climatology_pi 0.3. If not with the current codebase then with some changes Sean is planning to do. You can't simply change this and assume it will be ok unless you know why it's there...Pavel
Quote:
After change of Weather_routing_pi.cpp line 235 from minor version "2" to "3" in Release version Climatology data can be used. See Post #206
Well, Pavel it appears you were right! Here is the situation.

Climatology_win32_pi19_v02-*_ov320_pi.dll (Opencpn version 3.2.0)
uses CL-DATA-5 (not compressed cyclone data)
if data is not found will use a URL to download the data

Climatology_win32_pii19_v03-*_ov33406001_pi.dll (Opencpn 3.3.604)
uses CL-DATA-6 (compressed gz cyclone data)
if data is not found will use a URL to suggest download of the data
goes to http://sourceforge.net/projects/opencpnplugins/files/climatology_pi/

More on this here Climatology Post #207 and Climatology Post #208

Sean left Weather_routing_pi working with v02. I changed it to v03 for the minor version number to get the current code working for v03. Perhaps both v02 and v03 should work, if possible.

I think we need to make this clear to users somehow, and host both CL-DATA-5 for Climatology v02 (v3.2.0+)
CL-DATA-6 for Climatology v03 (v3.3.406+)
rgleason is offline   Reply With Quote
Old 30-06-2013, 06:35   #317
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,625
Images: 2
Re: Weather Routing

In git and github.com I wanted to check my fork rgleason/climatology_pi of seandepagnier/climatology_pi and my local repository git clone of climatology_pi to see if it was current. -It was not, a newbie learning event. -I apologize. There is only one current version of the climatology_pi plugin. I must
Quote:
$git remote add upstream https://github.com/seandepagnier/climatology.pi.git
#Assigns the original repository to a remote called "upstream"
Then do a git fetch and git merge a process which I will summarize in Development Environment Thread later and THEN cmake and MSVC compile! Then the 3.2.0 version will be at Climatology Plugin version 03. I apologize for any confusion thus created.

Additionally in reading Sean's code changes on github it is clear that he intends to have only version 03 of the plugin released. Also he modified the 03 code to read both compressed data and and uncompressed data. (So 03 will read both CL-DATA-5 and CL-DATA-6) compressed and uncompressed data.

Additionally, it appears that Weather_routing will not need to be recompiled.
rgleason is offline   Reply With Quote
Old 30-06-2013, 21:06   #318
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,625
Images: 2
Re: Weather Routing

Plugins- All of Sean's Plugins + Weather_Routing & Climatology Updates - Hopefully these are the release versions, also new CL-DATA-5.
Find the new updates and compiles for rtlsdr and watchman.
For more details see Plugin Threads Post #80
Opencpn Beta Login - Plugins - rguser, rgpass.
rgleason is offline   Reply With Quote
Old 01-07-2013, 01:56   #319
Registered User

Join Date: Sep 2010
Posts: 153
Re: Weather Routing

Hi rgleason,

I have also tried updated version of weather_routing plugin with climatology and I have an error "Climatology plugin version not supported, no climatology data".

Kubek
Attached Thumbnails
Click image for larger version

Name:	OpenCPN_3.2.2_weather_routing_plugin_error.png
Views:	262
Size:	250.5 KB
ID:	63403  
kubek is offline   Reply With Quote
Old 01-07-2013, 04:33   #320
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,625
Images: 2
Re: Weather Routing

Kubek,
First you need to get Climatology working with data. The greyed out checkboxes in Climatology are a signal that Climatology has no data to work with. The data must be under "../opencpn/plugins/climatology/data" Download the CL-DATA-5.zip which has been refreshed. The Climatology plugin should now read both compressed and uncompressed data (I've tested that, and Sean's commit notes indicate those changes, and I see it in the code).

Once Climatology has access to its data, the Weather_routing notice will disappear.

Reminder to others, don't forget to download data files for plugins climatology, weather_routing and celestial_navigation, and place the data in the following respective directories:
../opencpn/plugins/climatology/data
../opencon/plugns/weather_routing/data
../opencpn/plugins/celestial_navigation/data
rgleason is offline   Reply With Quote
Old 01-07-2013, 07:00   #321
Registered User

Join Date: Sep 2010
Posts: 153
Re: Weather Routing

Quote:
Originally Posted by rgleason View Post
Kubek,
First you need to get Climatology working with data. The greyed out checkboxes in Climatology are a signal that Climatology has no data to work with. The data must be under "../opencpn/plugins/climatology/data" Download the CL-DATA-5.zip which has been refreshed. The Climatology plugin should now read both compressed and uncompressed data (I've tested that, and Sean's commit notes indicate those changes, and I see it in the code).

Once Climatology has access to its data, the Weather_routing notice will disappear.

Reminder to others, don't forget to download data files for plugins climatology, weather_routing and celestial_navigation, and place the data in the following respective directories:
../opencpn/plugins/climatology/data
../opencon/plugns/weather_routing/data
../opencpn/plugins/celestial_navigation/data
Hi,

As you can see on screenshot climatology plugin works perfect without any problem (see that values are shown in climatology window)

Kubek
kubek is offline   Reply With Quote
Old 01-07-2013, 07:18   #322
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,625
Images: 2
Re: Weather Routing

My eyes may not be so good, sorry.
What version of climatology?
What version of weather_routing.?
Also filenames actually being used please.
Also what data are you using? (file name and date please)
I have to go, can check back tonight and look into more.

Also version number for Opencpn?
rgleason is offline   Reply With Quote
Old 01-07-2013, 10:35   #323
Registered User

Join Date: Sep 2010
Posts: 153
Re: Weather Routing

Quote:
Originally Posted by rgleason View Post
My eyes may not be so good, sorry.
What version of climatology?
What version of weather_routing.?
Also filenames actually being used please.
Also what data are you using? (file name and date please)
I have to go, can check back tonight and look into more.

Also version number for Opencpn?
Hi,

I download all files today morning (2013-07-01)
climatology_win32_pi19_v03_ov320_pi.dll
weather_routing_win32_pi110_v08-2_vo33604_pi.dll
CL-DATA-5.7z

OpenCPN 3.3.604001

Kubek
kubek is offline   Reply With Quote
Old 01-07-2013, 19:12   #324
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,625
Images: 2
Re: Weather Routing

Kubek,
I am sorry, I think that was an older version done 6-22-13.
I have deleted it and uploaded the one I recently compiled and am using.
weather_routing_win32_pi110_vo08-3_ov33604_pi.dll
Don't know how that happened, but I had planned on uploading it and listed it in the Plugins thread (I'm going to check the others.)

Thanks for testing! Sorry for any inconvenience.
Rick
rgleason is offline   Reply With Quote
Old 19-07-2013, 08:40   #325
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,625
Images: 2
Re: Weather Routing

A new Weather_Routing_Plugin wiki has been created
Weather_Routing_Plugin | Official OpenCPN Homepage

Any ideas, comments, contributions would be appreciated.
rgleason is offline   Reply With Quote
Old 21-07-2013, 07:04   #326
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,625
Images: 2
Re: Weather Routing

From reading Sean's github, it appears he has left us with some updates of Watchman, Climatology and Weather_Routing plugins. I've compiled them for Windows and will update file thingie later, but I wanted to try something to see if we could get grib wind and currents working in weather_routing.

1. Run two instances of the grib plugins
grib_pi showing RTOFS current data
girb_pi showing Wind data
2. Run new version of Climatology with July set
3. Run the new version of Weather_routing with
Position Start-FL near Florida shore
Postion Fin near England
4. Set interval to 12 hours, and set time to current and current grib date
5. Hit Wx-Rte START

The route developed appears to follow the Gulf Stream currents!

The first screen shot is a route taken when Climatology currents was checked, so in Climatology I unchecked "currents" and ran a new route with the same start and end points, using only the Grib currents....

The second screen shot close up shows a definite intention to utilize the Gulf Stream, and the third screen shot of the whole trip gives that kick north along the Gulf Stream even more significance.

===
So I believe Weather_routing will read all data provided by running two grib instances, one with just RTOFS "Current" checked and another with "Wind" checked.

===
I now ask if there is some easy way to incorporate this simple feature (ability to run two instances of grib files in order to provide that data to weather_routing? The first grib selected would be dominant, and any data type selected in that grib would take precedence. The second grib selected, would grey out all checked data types previously selected in the first grib. I believe this is a feature that needs to be added to the Grib_pi plugin.

===
I'll augment the current feature request in the Grib_pi flyspray .

Rick
Attached Thumbnails
Click image for larger version

Name:	Climatology-Wx-Rte-which-Current-is-it-using.jpg
Views:	253
Size:	466.6 KB
ID:	64372   Click image for larger version

Name:	Climatology-Wx-Rte-using-2-Grib-Currents.jpg
Views:	483
Size:	458.3 KB
ID:	64373  

Click image for larger version

Name:	Climatology-Wx-Rte-using-2-Grib-Currents-LargeScale.jpg
Views:	407
Size:	436.4 KB
ID:	64374  
rgleason is offline   Reply With Quote
Old 22-07-2013, 05:05   #327
Registered User

Join Date: Apr 2012
Location: Port Steven, NSW, Australia
Boat: Van der Stadt Samoa 48
Posts: 142
Re: Weather Routing

Rick,

I think it is going to be confusing to have several Grib-file windows open in order to use current in the route planning. I believe the best thing to do is having a check-box in the original grib-file window where you can choose to ad a current file.
Taarnskov is offline   Reply With Quote
Old 23-07-2013, 20:11   #328
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,625
Images: 2
Re: Weather Routing

Taarnskov, That is exactly right, and is similar to what I am asking for!! Thank you for putting it simply. I wanted to show that it works currently with two grib files, so it wouldn't be that difficult to make it easier for the user.
rgleason is offline   Reply With Quote
Old 09-08-2013, 23:55   #329
Registered User

Join Date: Apr 2012
Location: Port Steven, NSW, Australia
Boat: Van der Stadt Samoa 48
Posts: 142
Re: Weather Routing

I have been thinking a lot about using climate data for route-planning. Using actual grib-filer, there are specific data for wind speed and direction as for current.

I am planning a trip from south of France to Gibraltar in April 2014. On the attached picture you can see that from the wind rose I could get 40 knots from north or 30 knots from south besides some other directions and speed. How does the route-planning take that into consideration.

When planning in OpenCPN the result is ad shown in the picture. The result, 4 days, is the best possible scenario. I believe it could take up to more than 10 days

When using climate data for planning the correct thing to do, is calculate a range of scenarios. The results will very a lot, and can tell you have long I will take, and how many days you might have to stay in the harbor and wait for better weather.
Attached Thumbnails
Click image for larger version

Name:	2013-08-10 08_49_21-OpenCPN 3.3.604.png
Views:	202
Size:	268.7 KB
ID:	65334  
Taarnskov is offline   Reply With Quote
Old 10-08-2013, 00:30   #330
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,207
Re: Weather Routing

Taarnskov...
Just from the look at the wind roses you can tell a single thing: at that time the weather can (and will) be pretty much anything. The long term stats are useless to tell anything but that. You simply have to wait for the weather windows to do the hops along the coast.

Pavel
nohal is offline   Reply With Quote
Reply

Tags
paracelle, weather

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Yachts in transit - new system for weather, blogging, diving, walking tracking sail-fish Navigation 13 22-05-2016 15:57
SSB Weather info VirtualVagabond General Sailing Forum 8 15-01-2016 08:40
Optimum SSB/satphone combo setup tulsag Marine Electronics 33 30-04-2012 07:19
MaxSea Weather Routing svrevelations Weather | Gear, Reports and Resources 12 10-10-2011 01:08
Sea Myths and Sayings Mariners The Sailor's Confessional 5 29-09-2011 13:51

Advertise Here


All times are GMT -7. The time now is 22:30.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.