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: Unknown error submitted to shr_abort_abort

JIAA

Xuanjia Li
New Member
Hello,all! I meet some quesetions when resubmiting the case.

When SUBMIT is successful, the first RESUBMIT comes up with the above error.
Cesm.log said that ERROR: Unknown error submitted to shr_abort_abort, and cpl.log said ERROR: file invalid I1850Clm50SpCru_00.cpl.r.1902-01-01-00000.nc and ERROR: Unknown error submitted to shr_abort_abort.

I made the following changes before running it:
./xmlchange CONTINUE_RUN=False
./xmlchange STOP_N=1,STOP_OPTION=nyears,RESUBMIT=4
./xmlchange RUN_STARTDATE=1901-01-01
./xmlchange NTASKS=60
user_nl_clm:1700789268139.png

My cesm version is 2.2.0, and the case is I1850Clm50SpCru.

Thanks for your help!
 

Attachments

  • cesm.log.txt
    20.3 KB · Views: 3
  • cpl.log.txt
    4.4 KB · Views: 2

JIAA

Xuanjia Li
New Member
Hello all. I have solved the question from 5. Running a Case — CIME master documentation.

Actually, I used to resubmit it the wrong way. The correct steps are as follows:
1 ./case.submit
2 ./xmlchange RESUBMIT=1
3 ./xmlchange CONTINUE_RUN=True
4 ./case.submit

As so, if RUN_STARTDATE=1901-01-01,STOP_N=1,STOP_OPTION=nmonthes, the case will run 3 months.
 
Top