Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

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!
 
Top