I have attached a link to my Project on DropBox (too long to post). Simple enough. It initializes several arrays that are in named common via DATA statements.
The issue is in the first rows at Line 167 in the INCLUDE file.
$ 'AL E','T', 101, 85.833333333333D0, 200000.000000000000D0,30.500000000000D0, 25000.000000000000D0,0.000000000000D0,0.000000000000D0,
The variable SPCC_83 (1,1:6) is not initialized properly. The print statement shows that the second element will be set to 215.25.
85.8333333333 ** 215.250000000** 200000.000000 13.5000000000 1.00000000000 100000.000000
Every other element is, as far as I can determine, proper.
I would appear that this 215.25 is inserted, since the elements that follow are correct, just displaced by one array position.
https://www.dropbox.com/s/wim9oemo7thzyhy/FPStackFault.zip?dl=0