Hi all,
I got a “Formatting problem” when running onroad_RPV. It seems the input file of 2017gb_nata_onroad_SMOKE_MOVES_NATAstyle_14may2020_v0.csv can not be read in. Should I reformat it and how can I do that? Attached is the running script, error message and head of 2017gb_nata_onroad_SMOKE_MOVES_NATAstyle_14may2020_v0.csv.
Thanks so much, and any suggestions are appreciated.
Hi Alison. Yes, I downloaded the AQ_style EFs and put it in the script "setenv MRCLIST “${GE_DAT}/onroad/mrclist_RPV_2017nei_AQ_20191228_20200206_merged_22jun2020_v0"”. Should I comment out the “setenv EMISINV_A “$CASEINPUTS/onroad/2017gb_nata_onroad_SMOKE_MOVES_NATAstyle_14may2020_v0.csv”” then?
Thanks.
This issue typically happens whether there are more column data than the program can handle.
I just checked your same inventory input file, and the format looks good to me. FF10_ONROAD format should support up to 45 columns, including the comment column (col 45).
To hack the issue. I would suggest first removing the column header line at line# 23 starting with “country_cd,region_cd,tribal_code,census_tract…”. Secondly, you need to make sure whether the last column (#45) is correctly treated as a comment by double quotes around it (like “This is comments”) or putting an exclamation point (!) at the beginning of the comment to avoid any parsing issue.