After saving the files, I've used the following command.
ck2cti --input=chem.inp --thermo=therm.dat --transport=tran.dat --output=teste.cti --permissive
The error message was:
WARNING:root:"SPECIES" section implicitly ended by start of next section on line 460.
ERROR:root:Error reading reaction entry starting on line 1961:
WARNING:root:
ERROR: Unable to parse 'chem.inp' near line 5323:
Traceback (most recent call last):
File "/usr/local/bin/ck2cti", line 5, in <module>
ck2cti.main(sys.argv[1:])
File "/usr/local/lib/python2.7/dist-packages/cantera/ck2cti.py", line 1991, in main
outName, permissive=permissive)
File "/usr/local/lib/python2.7/dist-packages/cantera/ck2cti.py", line 1902, in convertMech
self.loadChemkinFile(inputFile)
File "/usr/local/lib/python2.7/dist-packages/cantera/ck2cti.py", line 1656, in loadChemkinFile
reaction,revReaction = self.readKineticsEntry(kinetics)
File "/usr/local/lib/python2.7/dist-packages/cantera/ck2cti.py", line 1271, in readKineticsEntry
alpha = float(tokens[0].strip())
ValueError: invalid literal for float(): 0.902,
I can be something really simple, but since I've have never done this, I'm kind of lost.
Thanks in advance,
Abgail