我要评分
获取效率
正确性
完整性
易理解

Error Reported During CMAQ Compilation

Symptom

The error message "Error:Syntax in COMMON statement at (1) STATE3.EXT:174:27:" is displayed during CMAQ compilation.

Key Process and Cause Analysis

The data format is incorrect.

Conclusion and Solution

Modify the STATE3.EXT file.
  1. Open the STATE3.EXT file.

    vim ioapi/STATE3.EXT

  2. Press i to enter the insert mode. Delete the ampersands (&) at the end of some lines in the STATE3.EXT file, as highlighted by the red box in the following figure.

  3. Press Esc, type :wq!, and press Enter to save the settings and exit.