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

Invalid continue restart case name

Hi,

I got this error in my experiment:
(shr_sys_abort) ERROR: (seq_infodata_Check) : invalid continue restart case name = test13
(shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping

This is what I did.
I did a startup run first,
> create_newcase -case ~/data/ccsm4/experiments/test13
-compset F
-res 0.9x1.25_gx1v6
-mach pegasus_intel_omp
Starting date was 1911-01-11 and I ran it for 10 days.

Then I tried to do a branch run which branches from the previous startup run.
I created a new case,
> create_newcase -case ~/data/ccsm4/experiments/test14
-compset F
-res 0.9x1.25_gx1v6
-mach pegasus_intel_omp
and made the following changes to env_conf.xml:
> xmlchange -file env_conf.xml -id RUN_TYPE -val branch
> xmlchange -file env_conf.xml -id RUN_REFCASE -val test13
> xmlchange -file env_conf.xml -id RUN_REFDATE -val 1911-01-11

When I ran the model, it gave me error:
(shr_sys_abort) ERROR: (seq_infodata_Check) : invalid continue restart case name = test13

What does this mean? Is there any format requirement for RUN_REFCASE?

Thank you very much!

Jie
 
I just had this same problem. The solution was to change CONTINUE_RUN in the env_run.xml file to FALSE. CONTINUE_RUN needs to be set to FALSE when starting any kind of run for the first time. After the initial run, it can be changed back to TRUE.
 

xyli@geo_uio_no

New Member
Hi,

Does it work for you now?

I used the following component,

--compset BW1850 --res f09_g17

The default RUN_TYPE=hybrid

When the simulation crashed,
I archived the restart file manually by running "case.st_archive".

Then I changed "CONTINUE_RUN=TRUE" and the "RUN_STARTDATE=0011-01-0".

I got the same error as you.

Any ideas about this?

Cheers,

Xiang-Yu

 
Top