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

ERROR: box_rearrange.F90.in when running cesm1_2_0

Dear all,

I am Fengfei Song, a doctor student from IAP, China. Now I used cesm1_2_0 and modified the code file named ocn_comp_mct.F90 to run B_1850-2000 run. I will read in a forcing data, the time frequency is daily and it lasts 56 years, so the time steps are 20440. The build is successful, but when I submit the job, it just runs a few seconds and dies. The last few lines in cesm.log file are listed below:

pio_support::pio_die:: myrank= -1 : ERROR: box_rearrange.F90.in:
1145 : io destination out of range 0
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 190
In: PMI_Abort(1, application called MPI_Abort(MPI_COMM_WORLD, 1) - process 190)

when I changed the forcing data time step from 20440 to 365, it can be run succesfully. Hence, I guess the problem may be rooted in the length of the forcing data. But I don't know how to solve this problem? Any suggestions will be appreciated. Thanks very much.

 
Top