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

CLM5.0 restart num2d

yuecheng

yuecheng
New 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
New 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`.
 
Top