Page 1 of 1

Error for trajectory run while specifying initial minutes in the format YY MM DD HH {Minutes}

Posted: October 13th, 2017, 11:56 am
by mstill
Hi,

I'm running the shell file for calculating a simple trajectory while specifying the initial date in the format YY MM DD HH {Minutes} as specified in the user guide but I'm getting an error message on my terminal as:
HYSPLIT4 - Initialization
Last Changed Rev: 896
Last Changed Date: 2017-08-09 18:16:16 +0200 (Wed, 09 Aug 2017)

At line 84 of file decodi.f
Fortran runtime error: Bad integer for item 1 in list input

However, the script runs if I don't specify minutes. I also tried running it on the windows GUI version (svn:854) and it also just gets stuck and displays no error or anything. Note: There were empty Message and Warning files generated in both the run.

I tried using square brackets [minutes] but that also didn't work.

Thanks,

Re: Error for trajectory run while specifying initial minutes in the format YY MM DD HH {Minutes}

Posted: October 13th, 2017, 3:18 pm
by ariel.stein
How exactly are you specifying your minutes in your script? Make sure they are an integer between 0 and 59.

Re: Error for trajectory run while specifying initial minutes in the format YY MM DD HH {Minutes}

Posted: October 16th, 2017, 8:08 am
by mstill
It is in integers. Here is the CONTROL file output:

95 10 16 10 {15}
3
40.0 -90.0 10.0
40.0 -90.0 500.0
40.0 -90.0 1000.0
12
0
10000.0
1
./
oct1618.BIN
./
tdump

Re: Error for trajectory run while specifying initial minutes in the format YY MM DD HH {Minutes}

Posted: October 16th, 2017, 11:55 am
by glenn.rolph
Do not include the brackets. 95 10 16 10 15

Re: Error for trajectory run while specifying initial minutes in the format YY MM DD HH {Minutes}

Posted: October 16th, 2017, 2:03 pm
by mstill
Thanks, it works now. Please make a note to clarify the brackets in the user guide as well.