Hi,
I am looking to convert the attached 2 files into the cantera yaml format using
ck2yaml --permissive --surface=sm_CH4_O2_H2O_CO2_Rh_2013_chemkin.txt --thermo=td_CH4_O2_H2O_CO2_Rh_2013.txt. The data was obtained from
https://www.detchem.com/mechanisms.
I run into the following issue when running the command.
ERROR: Unable to parse 'td_CH4_O2_H2O_CO2_Rh_2013.txt' near line 2:
Traceback (most recent call last):
File "C:\Users\saura\.conda\envs\ct-env\Scripts\ck2yaml-script.py", line 10, in <module>
sys.exit(script_entry_point())
File "C:\Users\saura\.conda\envs\ct-env\lib\site-packages\cantera\ck2yaml.py", line 2223, in script_entry_point
main(sys.argv[1:])
File "C:\Users\saura\.conda\envs\ct-env\lib\site-packages\cantera\ck2yaml.py", line 2187, in main
parser, surfaces = Parser.convert_mech(input_file, thermo_file,
File "C:\Users\saura\.conda\envs\ct-env\lib\site-packages\cantera\ck2yaml.py", line 2037, in convert_mech
parser.load_chemkin_file(thermo_file,
File "C:\Users\saura\.conda\envs\ct-env\lib\site-packages\cantera\ck2yaml.py", line 1622, in load_chemkin_file
TintDefault = float(line.split()[1])
ValueError: could not convert string to float: '70590C'
Any help in trying to understand/resolve this issue would be appreciated.
Thank you