Fortran runtime error: End of file Error termination. Backtrace

General questions and postings pertaining to the use of HYSPLIT regardless of the platform. For platform specific questions, use the HYSPLIT Platform forums.
Post Reply
joaolucas
Posts: 10
Joined: May 17th, 2022, 2:30 pm
Registered HYSPLIT User: No

Fortran runtime error: End of file Error termination. Backtrace

Post by joaolucas »

I'm executing a trajectory simulation using CLI in this way:

./hyts_std -i /path/to/ARL/file

But I'm getting this error:

Error termination. Backtrace:
#0 0x148e63971171 in ???
#1 0x148e63971d19 in ???
#2 0x148e63972521 in ???
#3 0x148e63b7a1bb in ???
#4 0x148e63b7a7b2 in ???
#5 0x148e63b7733b in ???
#6 0x148e63b7bec4 in ???
#7 0x148e63b7cd34 in ???
#8 0x42d4a5 in ???
#9 0x42c8cc in ???
#10 0x402432 in ???
#11 0x401982 in ???
#12 0x148e62deccf2 in ???
#13 0x4019bd in ???
#14 0xffffffffffffffff in ???

There is something wrong in the command line or the problem must be inside the ARL file.
Thanks.
sonny.zinn
Posts: 354
Joined: May 8th, 2019, 1:31 pm
Registered HYSPLIT User: Yes

Re: Fortran runtime error: End of file Error termination. Backtrace

Post by sonny.zinn »

If you are using CONTROL and SETUP.CFG, the hyts_std program does not need a command-line argument. If you want multiple control and setup files in the same work directory, they can be named with an identifier which cannot exceed 16 characters. For example, CONTROL.1, SETUP.1; CONTROL.2, SETUP.2, etc. hyts_std can run with each pair of control and setup using an identifier. For example, hyts_std 1 will use CONTROL.1 and SETUP.1.
Post Reply

Return to “Users”