>> f = ck2cti('nasa9.inp', 'nasa9thermo.dat')
Error using ctmethods
***********************************************************************
CanteraError thrown by ck2cti:
Error converting input file "nasa9.inp" to CTI.
Python command was: 'C:\Python34\python.exe'
The exit code was: 7
-------------- start of converter log --------------
Traceback (most recent call last):
File "<stdin>", line 9, in <module>
File "C:\Python34\lib\site-packages\cantera\ck2cti.py", line 2215, in convertMech
surface_names = self.writeCTI(name=phaseName, outName=outName)
File "C:\Python34\lib\site-packages\cantera\ck2cti.py", line 2023, in writeCTI
speciesNames = self.getSpeciesString(self.speciesList, 21)
File "C:\Python34\lib\site-packages\cantera\ck2cti.py", line 1963, in getSpeciesString
raise InputParseError('No thermo data found for species: {0!r}'.format(s.label))
cantera.ck2cti.InputParseError: No thermo data found for species: 'AR'
--------------- end of converter log ---------------
***********************************************************************
Error in ck2cti (line 47)
iok = ctmethods(0, 1, infile, thermo, transport, idtag, 0, 0);