error 62 then error 55

since 0400 gmt+10 I have been getting error 62 followed by 55 in wxmain when running forecast.

the log says
Checking for existence of file: c:\wxsim\wdata.txt
Error 53 at line 3343: File not found
Error 53 at line 3353: File not found
Error 53 at line 3363: File not found
Recent Precipitation Data (mm): …

the error happens after the first advecation run.

After fixing meta and roab downloads, it is unable to continue past this point.

help would be appreciated. :?

Rob

Hi Rob,

Can you confirm that c:\wxsim\wdata.txt does exist?

Please email me if you continue to see issues.

Tom

Hi Tom.

Yes it does exist.

Log file for last run ( after update)

Checking for existence of file: c:\wxsim\wdata.txt
Error 53 at line 3343: File not found
Error 53 at line 3353: File not found
Error 53 at line 3363: File not found
Clicked Get Data
got to metscn
Get surface data for home site
METAR
Found 0 METARs
READY or GFS
Found for 26-18Z
Wind factors: FOUS = 80, READY/GFS = 80
Name of imported file = c:\wxsim\wdata.txt

Using Dobson unit values found in C:\wxsim\dobunitsBun.txt:
296
299
288
296
290
295
WXSIM Version 2018.1.0 forecast log
Date now = 27/07/2018
Time now = 1:44:21 PM
Site = Bundaberg
Model date = 27/7/2018
Model time = 13:44
Standard time
Using professional mode
Temperature = 23.6 C
Dew point = 12.8 C
Sea level pressure = 1017 mb
Wind 13.6 km/hr from NNE
Sky cover by level: 0 0 0 0 0
Cloud opacity by level: 0 0 0 0 0
Wind direction by level: N W W W W
Ozone = 350 Dobson units
Auto cumulus
Auto stratus
Auto haze
Dew = def
Haze = 0.8
Fog = def
Urban heat island effect = 50
Bias correction factors: 0.1030393013162655878041888476 0.9742052591169451342010193063 0.0064848586 -0.0263324279985442344776119403

Upper air adjustments (C) by level: 0.0 0.0 0.0 0.0 0.0

Changed maximum range to 1000 miles, or 1609 km
Cyclonic/anticyclonic changed to 0
got to adve
Clicked Neutral
*Changed wind direction to N *
Changed wind direction to NNE
Adv_Activate: autostep = 3 impadvyes = True gfsinityes = True enfmonyes = False
Clicked Regional Data
Clicked Straight Line Fit
Clicked Import for regional data advection
got to adve
Clicked Get Data
gtdef =
got to metscn
Get surface data for advection
GFS
Found 8 GFS
Wind factors: FOUS = 80, READY/GFS = 80
Name of imported file = c:\wxsim\wdata.txt

Clicked Search
Cyclonic/anticyclonic changed to -4
Cyclonic/anticyclonic changed to 0
Cyclonic/anticyclonic changed to 12
Clicked Neutral
Clicked Regional Data
got to metscn
Cyclonic/anticyclonic changed to 24
Clicked Neutral
Clicked Regional Data
got to metscn
Cyclonic/anticyclonic changed to 36
Clicked Neutral
Clicked Regional Data
got to metscn
Cyclonic/anticyclonic changed to 48
Clicked Neutral
Clicked Regional Data
got to metscn
Cyclonic/anticyclonic changed to 36
Clicked Neutral
Clicked Regional Data
got to metscn
Cyclonic/anticyclonic changed to 35
Cyclonic/anticyclonic changed to 36
Cyclonic/anticyclonic changed to 33
Clicked Neutral
Clicked Regional Data
got to metscn
Cyclonic/anticyclonic changed to 36
Clicked Neutral
Clicked Regional Data
got to metscn
Clicked Use All for regional data advection
Changed regional data sky cover to Clear
Clicked Use for regional data advection
Site = xxxx+94388 Lady Elliot Is QL AUS
Temperature =
Dew Point =
Wind Speed = 0
Sky = 1
Changed regional data sky cover to Clear
Clicked Use for regional data advection
Site = xxxx+94379 Gannet Cay QL AUS
Temperature = 23.8
Dew Point = 13.0
Wind Speed = 13.6
Sky = 1.0
Changed regional data sky cover to Clear
Changed regional data sky cover to Clear
Clicked Use for regional data advection
Site = Sea Level 250 mi (400 km) NNE
Temperature = 22.3
Dew Point = 15.9
Wind Speed = 17.6
Sky = 1.2
Changed regional data sky cover to Clear
Changed regional data sky cover to Clear
Clicked Use for regional data advection
Site = Sea Level 250 mi (400 km) NE
Temperature = 22.2
Dew Point = 15.8
Wind Speed = 18.6
Sky = 1.2
Changed regional data sky cover to Clear
Changed regional data sky cover to P.Cldy
Clicked Use for regional data advection
Site = Sea Level 500 mi (800 km) NNE
Temperature = 21.8
Dew Point = 15.9
Wind Speed = 22.7
Sky = 1.1
Changed regional data sky cover to Clear
Changed regional data sky cover to P.Cldy
Clicked Use for regional data advection
Site = Sea Level 500 mi (800 km) NE
Temperature = 22.9
Dew Point = 16.9
Wind Speed = 20.8
Sky = 2.1
Changed regional data sky cover to Clear
Clicked Smooth Curve Fit
Regional Data Advection
Smooth Curve Fit
50 % monotone
Cyclonic curvature = 36
Advection site effective wind speed = 17.0
Advection site percentage given direction = 92

Clicked Use 850 mb RH
Clicked Use 850 mb RH
Clicked 0% L1T Use
Clicked 50% L1T Use
Clicked Clear All
Clicked Use 850 mb RH
Clicked Use 850 mb RH
Clicked 0% L1T Use
Clicked 50% L1T Use
Clicked Use Model Data from READY or GFS
GFS/

also, now getting exception error on import of local data.

from exception window
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at wxsimate.Form1.fullrad()
at wxsimate.Form1.localimport()
at wxsimate.Form1.impdat_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll

System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll

System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll

System.DirectoryServices
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.directoryservices/1.0.5000.0__b03f5f7f11d50a3a/system.directoryservices.dll

System.Messaging
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.messaging/1.0.5000.0__b03f5f7f11d50a3a/system.messaging.dll

System.ServiceProcess
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.serviceprocess/1.0.5000.0__b03f5f7f11d50a3a/system.serviceprocess.dll

System.Data
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll

wxsimate
Assembly Version: 1.0.6726.24527
Win32 Version: 1.0.6726.24527
CodeBase: file:///C:/wxsim/wxsimate.exe

System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll

Microsoft.VisualBasic
Assembly Version: 7.0.5000.0
Win32 Version: 7.10.3052.4
CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll

CustomMarshalers
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/custommarshalers/1.0.5000.0__b03f5f7f11d50a3a/custommarshalers.dll

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.