Hi all, I've got a strange problem with ALGENCAN's 'SOLUTION-FILENAME' passing character strings. Both when I use the specification file and when I use vparam, I get extra characters on the filename:
e.g.
k = 1 ! usually part of a loop
solfilefmt = '(I3.3)'
nvparam=1
vparam(1) = 'SOLUTION-FILENAME bestfit'//trim(k)//'.csv'
results in the following file names:
BESTFIT001.CSVV'e-langpa!
BESTFIT002.CSVV' time in!
etc...
This behaviour does not happen with, e.g. outputfnm = 'results'//trim(fx1)
Clearly it's not urgent as the files are still openable, but it is a bit messy so I have to write a script to trim file names after the .csv.
James