Error running mcip 5.4 with wrf 4.4.1

Hi guys, I got error when running mcip 5.4 :

*** SUBROUTINE: SETUP_WRFEM
*** ERROR RETRIEVING VARIABLE FROM WRF FILE
*** VARIABLE = ZNW
*** NCF: NetCDF: Index exceeds dimension bound

WRF version is 4.4.1 with no hybrid level.
Tried to solve this problem for several days but I didn’t solve it.
Thanks for any advice.

Wei

The error message indicates that you are attempting to read more vertical layers than exist for this variable. It is a 1-D array of length bottom_top_stag, which should correspond to the number of CMAQ layers + 1.
If you still can’t figure out what is going wrong, post more information, including your log file and the WRF header file (from ncdump -h wrfout_filename).

1 Like