Error when run MCIP 5.0

Hi all,
I have successfully compiled the MCIP5.0 in CMAQ5.3 version. But when I tried to run the MCIP5.0 for processing WRF3.7.1 output, there are errors reported below:


*** SUBROUTINE: SETUP
*** ERROR OPENING WRF NETCDF FILE
*** FILE = /GFPS8p/xyyang/wk/CMAQ-5.3/CMAQ_REPO/PREP/mcip/WRF_LINK/2017-07-BASE/wrfout_d01_2017-06-30_00:00:00
*** NCF: Invalid argument


 *** ERROR ABORT in subroutine SETUP
 ABNORMAL TERMINATION IN SETUP
 Date and time  0:00:00   June 30, 2017   (2017181:000000)

Error running mcip

 Can you tell me how to fix this?

Best,
Ryan

@tlspero @lizadams @bbaek @hogrefe.christian @cgnolte @fliu
Please help me.
Thanks a lot !

What compiler and version are you using?
Are you able to visualize the wrfout file with VERDI or ncview? (Just to make sure it isn’t corrupted somehow.)
Are there debug flags you can invoke for that compiler? If so, recompile using those flags, rerun, and see whether you get a more helpful error message.

Hi Chris,
I used the Intel compiler and I can visualize the wrfout by using ncview. But I still get the same error message even though I used the benchmark wrfout data of 12US1.
Do you have any suggestions on this problem ?
Kindly help me, please.

Regards,
Ryan

@cgnolte
Please help me.
Thanks !

We need more information… please post more of the log file, so that we can see what variable or attribute MCIP is trying to read. Also post the netCDF header from the WRF file (use the command below):

ncdump -h <filename>

Hi Chris,
I have solved this problem after recompiled the MCIP5.0.
Thanks for your follow up!

Regards,
Ryan