Hi all, I was running CMAQ-ISAM using v5.3.1 and got the following error.
==================================
|>--- CONFIGURE SCENARIO ---<|
==================================
Reading ISAM control file
TAGCLASSES = OZONE
for 9 tags
Tagged species found, 87, does not equal expected, 89, for the SAPRC07TIC_AE7I_AQ mechanism.
ISAM WARNING: Tagged Species, xNO2 not transported. Modify species namelist(s) to include process.
ISAM WARNING: Tagged Species, xMEO2 not transported. Modify species namelist(s) to include process.
ISAM WARNING: Tagged Species, RO2CX not transported. Modify species namelist(s) to include process.
ISAM WARNING: Tagged Species, xMECO3 not transported. Modify species namelist(s) to include process.
ISAM WARNING: Tagged Species, xRCO3 not transported. Modify species namelist(s) to include process.
ISAM WARNING: Tagged Species, xHCHO not transported. Modify species namelist(s) to include process.
ISAM WARNING: Tagged Species, xCCHO not transported. Modify species namelist(s) to include process.
ISAM WARNING: Tagged Species, xRCHO not transported. Modify species namelist(s) to include process.
ISAM WARNING: Tagged Species, O1D not transported. Modify species namelist(s) to include process.
ISAM WARNING: Tagged Species, O3P not transported. Modify species namelist(s) to include process.
ISAM WARNING: Tagged Species, not transported. Modify species namelist(s) to include process.
ISAM WARNING: Tagged Species, not transported. Modify species namelist(s) to include process.
>>--->> WARNING in subroutine GET_SPC_INDEX on PE 000
Above Problems Encountered
*** ERROR ABORT in subroutine GET_SPC_INDEX on PE 000
Above Fatal Error Encountered
PM3EXIT: date&time specified as 0
Date&time specified as 0
The chemical mechanism I’m using is saprc07tic_ae7i_aq and I used OZONE as TAG CLASSES. This error comes from SA_DEFN.F. I double checked the code and found that when calculating the number of species of Nitrate, NSPC_SA is 35 + 11, while J_SPC is 9 + 35. Is it missing two species?
Thanks!