Hi All
I encountered two errors while running the CMAQ/mcip section, as follows:
Plese hellp me
Thanks!
run_mcip.csh (15.3 KB)
Hi All
I encountered two errors while running the CMAQ/mcip section, as follows:
Plese hellp me
Thanks!
run_mcip.csh (15.3 KB)
Here is the error message that you shared a screenshot of.
****************************
*** SUBROUTINE: STATFLDS
*** CANNOT COLLAPSE TO THINNER BOTTOM OR TOP LAYER THAN INPUT
***. BOTTOM CTM, MET LAYERS: 0.998000 0.993000
***. TOP CTM, MET LAYERS: 0.50000. 0.005775
*****************************
*** ERROR ABORT in subroutine STATFLDS
ABNORMAL TERMINATION IN STATFLDS
Date and time 0:00:00 Jan. 1, 2018. (2018001:000000)
Error running mcip
Excerpt from the run_mcip.csh that you shared:
#-----------------------------------------------------------------------
# Set CTM layers. Should be in descending order starting at 1 and
# ending with 0. There is currently a maximum of 100 layers allowed.
# To use all of the layers from the input meteorology without
# collapsing (or explicitly specifying), set CTMLAYS = -1.0.
#-----------------------------------------------------------------------
#set CTMLAYS = "-1.0"
set CTMLAYS = "1.000, 0.998, 0.99, 0.985, 0.98, 0.97, 0.96, 0.95, 0.94, \
0.93, 0.92, 0.91, 0.9, 0.88, 0.86, 0.83, 0.8, 0.77, 0.74, \
0.71, 0.68, 0.64, 0.6, 0.56, 0.52, 0.48, 0.44, 0.4, 0.36, \
0.32, 0.28,0.24, 0.2, 0.16, 0.12, 0.08, 0.05, 0.000"
I am not sure what version of MCIP you are using, but current versions do not support using different layers than what is available from the WRF model output.
Please try using this option instead.
set CTMLAYS = "-1.0"
In addition, please consider downloading the latest versions of CMAQ and MCIP.
Thanks for your reply!
I am currently using CMAQv5.2. I used the MCIP module in CMAQv5.2 to process WRFOUT. I set CTMLAYS = “-1.0”, then run run_mcip.csh again, and Unmatched as shown in the first figure appears. What is the cause of this problem? Please hellp me, thanks!
Please verify the contents of the log file. Prior to running mcip again, also delete any mcip output that was previously generated.