ERROR: Unknown error submitted to shr_abort_abort When CESM2.1.3 RUN

CGL

CGL
Member
Hi! everyone. I got a ERROR: Unknown error submitted to shr_abort_abort When CESM2.1.3 RUN. The log file in the attachment.

I spin up 50years and change the surfdata in CASE test612 ,see the posthow-to-generate-surface-datasets-using-my-own-land-use-data.
Now, I create a new CASE test620 and use the restart file from CASE test612 to the finidat file. The surfdat as CASE test612.

Here is my operation:
1. change the use_nl_clm data path:
fsurdat = "/fs2/home/libg/CESM/surfdata_0.9x1.25_hist_16pfts_Irrig_CMIP6_simyr2000_c190214.nc"
finidat = "/fs2/home/libg/CESM/cesm.run/test612/run/test612.cpl.r.0046-01-01-00000.nc" use_init_interp = .true

2. set sthe CAST620 to continue the simulation for 50year by using test612 spinup data.
./xmlchange RUN_TYPE=branch
./xmlchange RUN_REFCASE=test612
./xmlchange RUN_REFDATE=2000-01-01
./xmlchange GET_REFCASE=FALSE
cp /fs2/home/libg/CESM/cesm.run/test612/run/test612.clm2.rh0.0046-01-01-00000.nc ./run/
cp /fs2/home/libg/CESM/cesm.run/test612/run/rpointer.atm ./run/、 cp /fs2/home/libg/CESM/cesm.run/test612/run/rpointer.drv ./run/
 

Attachments

oleson

Keith Oleson
CSEG and Liaisons
Staff member
One problem is that you've set finidat to a coupler (cpl) restart file. It should be set to the CLM (*.clm2.r.*.nc) restart file.
 

CGL

CGL
Member
One problem is that you've set finidat to a coupler (cpl) restart file. It should be set to the CLM (*.clm2.r.*.nc) restart file.
Yes.I moved all the restart file to the new case. But I got new erro as below. The new log file in the attachment.
1687398421010.png
 

Attachments

oleson

Keith Oleson
CSEG and Liaisons
Staff member
Your log file indicates you are now having a problem with the ice model:

aborting in ice-pio_ropen with invalid file
ERROR: aborting in ice-pio_ropen with invalid file

and there is a traceback:

Image PC Routine Line Source
cesm.exe 000000000280079E Unknown Unknown Unknown
cesm.exe 00000000024C7BED shr_abort_mod_mp_ 114 shr_abort_mod.F90
cesm.exe 00000000024C7C9B shr_abort_mod_mp_ 61 shr_abort_mod.F90
cesm.exe 00000000016A413F ice_exit_mp_abort 46 ice_exit.F90
cesm.exe 000000000178216D ice_pio_mp_ice_pi 122 ice_pio.F90
cesm.exe 00000000018BD47B ice_restart_mp_in 77 ice_restart.F90
cesm.exe 00000000018BD8BD ice_restart_drive 244 ice_restart_driver.F90
cesm.exe 00000000017B6758 cice_initmod_mp_i 201 CICE_InitMod.F90
cesm.exe 00000000017B8C20 cice_initmod_mp_c 123 CICE_InitMod.F90
cesm.exe 000000000169D279 ice_comp_mct_mp_i 245 ice_comp_mct.F90
cesm.exe 00000000004430EA component_mod_mp_ 267 component_mod.F90

I suggest looking the code indicated above and also at the ice log file.
 
Back
Top