MCIP Run Error SETGRIDDEFS

Hello,

I keep getting this error when trying to run MCIP

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

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

                       MCIP V5.0 FROZEN 07/15/2019

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

  • SUBROUTINE SETUP_WRFEM - READING WRF HEADER
    WRF GRID DIMENSIONS (X,Y,Z) 175 175 32

*** SUBROUTINE: SETUP_WRFEM
*** DID NOT FIND FRACTIONAL LAND USE IN wrfout
*** AND DID NOT FIND GEOGRID FILE
*** – WILL NOT USE FRACTIONAL LAND USE DATA



*** SUBROUTINE: SETGRIDDEFS
*** MCIP output must start after meteorology start time
*** User-defined MCIP start date = 2012-01-01-12:00:00.0000
*** Input meteorology start date = 2012-01-01-12:00:00.0000


 *** ERROR ABORT in subroutine SETGRIDDEFS
 ABNORMAL TERMINATION IN SETGRIDDEFS
 Date and time  12:00:00  Jan. 1, 2012    (2012001:120000)

The log file is attached.
run_mcip.txt (2.7 KB)

@lawless

This error condition with MCIP is intentional. The point here is that several of the key meteorological fields from WRF are not defined at WRF’s initialization time (such as cloud coverage, PBL height, among many others), and there is no way to infer this information correctly or at the appropriate horizontal scale from the initial conditions.

You can overcome this issue by starting MCIP at some point after WRF has run. Given your example, you may consider running MCIP starting at 00 UTC 2 January 2012. If you have a need to start CMAQ (and thus, MCIP) at 12 UTC 1 January 2012, then you would need to start WRF at a time prior to that and allow for sufficient spin-up of the meteorological fields in WRF.

–Tanya