CLM4.0 initialize fail

I recently run an all-coulped  'BRCP85C5CN' case, however, the mission always failed after submitteb.  and it seems the problem lies in the initialization step of clm4.0 when reading in  ldomain file.I have attached the cesm/cpl/lnd logfiles. Please help me to solve this error. Thanks!
 
I experienced the same problem trying to run the B1850C5CN compset using cesm 1.1.2.Activating debugging I got a an error message from the compiler about an out of bound array index in the routine box_rearrange.F90.in of the pio library:1:forrtl: severe (408): fort: (2): Subscript #2 of the array LB has value 6 which is greater than the upper bound of 4It seems that the problem is in the loop_ioproc loop in the find_ioproc function where the i index is incremented .Using the pio library version 1.7.2 from cesm 1.2.1 solved the initialization problem for me. 
 
Thanks! I'd like to know have you done any modifications to cesm's codes or config? Because I've run this case using cesm1.1, cesm1.2.0 and cesm1.2.1, and all of them show the same error.Thanks again!
 
Back
Top