In your ioapi/fixed_src/ directory, is there an ampersand ("&") at the end of line 104 in PARMS3.EXT? If so, delete it (the line should end with a blank).
( The I/O API itself follows the Fortran Standard in its source format (which has two variants, the “fixed” and “free” forms), and uses the Standard-suggested “both-form” source format for its INCLUDE-files. Both SMOKE and CMAQ use a non-Standard-conforming “fixed-132” format; the ioapi/fixed_src/INCLUDE-files are hacked from the “normal” ones to fit with this “fixed-132” format. Sadly, for a short time there was a typo in PARMS3.EXT that defeated the fixed-132 hack. Consequently, you need to remove that line-104/column-80 ampersand from this file,
letting this line end with a blank.)