About mcip error

When I run mcip I get the following error

 EXECUTION_ID: mcip

==============================================================================

              US EPA COMMUNITY MULTISCALE AIR QUALITY MODEL
                METEOROLOGY-CHEMISTRY INTERFACE PROCESSOR

                       MCIP V4.4 FROZEN 06/23/2017

==============================================================================

  • SUBROUTINE SETUP_WRFEM - READING WRF HEADER
    WRF GRID DIMENSIONS (X,Y,Z) 82 58 40

*** SUBROUTINE: SETGRIDDEFS
*** Requested MCIP dim. exceed the actual Met. dim.
*** Input meteorology dimensions: 82 58
*** MCIP output domain in terms of met: 82 58


 *** ERROR ABORT in subroutine SETGRIDDEFS
 ABNORMAL TERMINATION IN SETGRIDDEFS
 Date and time  0:00:00   Jan. 1, 2020    (2020001:000000)

Error running mcip

Please upload namelist.wps file from WRF and run.mcip.csh file from MCIP for check. However, the error message does indicate that the grid dimension setting is incorrect. Make sure you read the user manual and benchmark.

Is there some reason you are using a version of MCIP that is nearly 7 years old?
MCIP is now included within the CMAQ repository, so it is easy to ensure it is up to date with the version of CMAQ you are using.

As for the error you are seeing, I suspect the problem is that X0, XCOLS, Y0, YCOLS, and BTRIM are set such that either the x- or y-dimension exceeds the available number of grid cells in the WRF output. I believe it is the case that if you set BTRIM = 0, then X0, XCOLS, Y0, and YCOLS are ignored and you get MCIP outputs of maximal extent.