CLM5.0 restart num2d

Status
Not open for further replies.

yuecheng

yuecheng
Member
My CESM2.2.0 run was interrupted. I set ./xmlchange CONTINUE_RUN=TRUE, but the following error occurred. I'm wondering why, as I didn't change anything in the namelist file:
ERROR:
ERROR: reading variable: num2d ERROR in /XXX/Build-CESM2.2.0/
cesm-2.2.0/components/clm/src/main/ncdio_pio.F90.in at line 1449
 

slevis

Moderator
Staff member
I would troubleshoot by running a one-year simulation (or even one month or one day, as long as you get a restart file from it) and changing CONTINUE_RUN to TRUE. If restarting works in that case, then your other case that fails may have a not written the last restart files cleanly. If there is an earlier set of restart files, you can point to them by changing the rpointer files in your case's /run directory.
 

yuecheng

yuecheng
Member
I would troubleshoot by running a one-year simulation (or even one month or one day, as long as you get a restart file from it) and changing CONTINUE_RUN to TRUE. If restarting works in that case, then your other case that fails may have a not written the last restart files cleanly. If there is an earlier set of restart files, you can point to them by changing the rpointer files in your case's /run directory.
After testing, I found that none of my restart files contain the variable `num2d`.
 
Status
Not open for further replies.
Back
Top