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: Incorrect TLT computations

Hi,When i setup a branch run from the reference case c4_hist1, the reference date is 1854-01-01, the following error is encountered:Opened existing file c4_hist1.cam.rs.1854-01-01-00000.nc      524288(shr_sys_abort) ERROR: Incorrect TLT computations(shr_sys_abort) WARNING: calling shr_mpi_abort() and stoppingapplication called MPI_Abort(MPI_COMM_WORLD, 1001) - process 201(shr_sys_abort) ERROR: Incorrect TLT computations(shr_sys_abort) WARNING: calling shr_mpi_abort() and stoppingapplication called MPI_Abort(MPI_COMM_WORLD, 1001) - process 204(shr_sys_abort) ERROR: Incorrect TLT computations(shr_sys_abort) ERROR: Incorrect TLT computations(shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping(shr_sys_abort) WARNING: calling shr_mpi_abort() and stoppingapplication called MPI_Abort(MPI_COMM_WORLD, 1001) - process 162application called MPI_Abort(MPI_COMM_WORLD, 1001) - process 176forrtl: error (69): process interrupted (SIGINT). What should I do? Could you please help me?Thank you!
 

njn01

Member
The "Incorrect TLT computations" message occurs when the POP ocean model detects a physically unrealistic state.  The actual problem may have arisen from anywhere in the system, but it is the ocean model that first detects the problem and shuts down.If you encounter this error message within a few timesteps after initialization, you may be using an incorrect or incompatible initialization dataset, or, in old versions of pop, you may be missing a necessary restart "header" file (see the CESM POP2 FAQ for more details).  If you encounter this message long after initialization, this error indicates that your solution has "gone off the rails" at this point and is no longer valid.
 
Thanks a lot for the reply. My problem arises at the first time step after a resubmission. The problem seems to be solved by setting the format of pop restart file from 'nc' to 'bin', which I guess is related to the "header" file problem you mentioned.
 
Top