Input Conversion Error in Hysplit

Post questions and find resources to convert meteorological data into a format HYSPLIT can read.
ariel.stein
Posts: 660
Joined: November 7th, 2012, 3:14 pm
Registered HYSPLIT User: Yes

Re: Input Conversion Error in Hysplit

Post by ariel.stein »

Since you are doing a long run, the number of forecast hours from the beginning of the run exceed the format of the header in the ARL formatted file.
You will need to modify the subroutine pakrec.f and replace the line:

! extended forecast hour (3 digit)
GV(KG)%ICX=IC

with
! extended forecast hour (3 digit)
GV(KG)%ICX=MIN(IC,999)

That should solve your problem. Let me know if it worked for you.
amberh
Posts: 7
Joined: April 7th, 2014, 3:47 pm
Registered HYSPLIT User: No

Re: Input Conversion Error in Hysplit

Post by amberh »

Yes, that did the trick! Thank you for taking the time to solve it, I appreciate it. :)
Post Reply

Return to “Conversion programs”