CRACMM2 ICON,BCON Error

Hello,

I am trying to run a CMAQ simulation using the CRACMM2 mechanism.

Before starting the simulation, I attempted to generate the ICON and BCON input files. To do this, I used map2mech to convert existing Hemispheric CMAQ results based on the CB06 mechanism to CRACMM2. However, when I run the ICON and BCON programs, I encounter errors.

I have attached the error log below. I would greatly appreciate it if you could take a look and suggest a possible solution.

Thank you.
Min

LOG.txt (60.7 KB)

It looks like you may be trying to overwrite an existing ICON file.

setenv INIT_CONC_1 /home2/heo/MODEL/CMAQ/V5.5/data/2022_DA_d01/CRACMM/ICON/ICON.DA.20220426 -v

 >>> WARNING in subroutine CHKFIL3 <<<
 Inconsistent file attribute NVARS for file INIT_CONC_1
 Value from file:        254
 Value from caller:      156

 >>> WARNING in subroutine CHKFIL3 <<<
 Inconsistent variable list for file INIT_CONC_1
 Value from file:   ZH
 Value from caller: TA


 >>> WARNING in subroutine CHKFIL3 <<<
 Inconsistent variable list for file INIT_CONC_1
 Value from file:   ZF
 Value from caller: RH


 >>> WARNING in subroutine CHKFIL3 <<<
 Inconsistent variable list for file INIT_CONC_1
 Value from file:   NO2
 Value from caller: W_VEL


 >>> WARNING in subroutine CHKFIL3 <<<
 Inconsistent variable list for file INIT_CONC_1
 Value from file:   NO
 Value from caller: NO2

The issue was resolved after deleting the original file. Thank you.