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

[Port Validation] Runtime Failure: "ERROR: restformat: number of records on restart file not supported"

It seems that the ice_ic is correctly set in $CASEROOT/Buildconf/ciceconf/ice_in: aekholm@scylla-b:/scratch/aekholm/cesm/cesm1_2_1/scripts/ERT_D.ne30_g16.B1850CN.scylla_pgi.t01/Buildconf/ciceconf$ grep ice_ic ice_in  ice_ic = '/scratch/aekholm/cesm/input/ice/cice/iced.0001-01-01.gx1v6_20080212'  However, upon further investigation of the ice_ic input file it, I found that the file was zero-length.  aekholm@scylla-a:/scratch/aekholm/cesm/input/ice/cice$ ls -l iced.0001-01-01.gx1v6_20080212 -rw-r--r-- 1 aekholm aekholm 0 2014-02-23 15:17 iced.0001-01-01.gx1v6_20080212  I was able to export the input file from the SVN input data repository. aekholm@scylla-a:/scratch/aekholm/cesm/input/ice/cice$ svn export --username guestuser --password XXXXXX https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/ice/cice/iced.0001-01-01.gx1v6_20080212 `pwd`/iced.0001-01-01.gx1v6_20080212 A    /scratch/aekholm/cesm/input/ice/cice/iced.0001-01-01.gx1v6_20080212Export complete.  After the export, I confirmed that the input cice input file is no longer zero-length. aekholm@scylla-a:/scratch/aekholm/cesm/input/ice/cice$ ls -lh iced.0001-01-01.gx1v6_20080212 -rw-r--r-- 1 aekholm aekholm 61M 2009-02-17 13:54 iced.0001-01-01.gx1v6_20080212  I've re-submitted the test case to the batch scheduler, and I'm awaiting completion of the run to confirm that this issue is resolved.
 
It seems that the ice_ic is correctly set in $CASEROOT/Buildconf/ciceconf/ice_in: aekholm@scylla-b:/scratch/aekholm/cesm/cesm1_2_1/scripts/ERT_D.ne30_g16.B1850CN.scylla_pgi.t01/Buildconf/ciceconf$ grep ice_ic ice_in  ice_ic = '/scratch/aekholm/cesm/input/ice/cice/iced.0001-01-01.gx1v6_20080212'  However, upon further investigation of the ice_ic input file it, I found that the file was zero-length.  aekholm@scylla-a:/scratch/aekholm/cesm/input/ice/cice$ ls -l iced.0001-01-01.gx1v6_20080212 -rw-r--r-- 1 aekholm aekholm 0 2014-02-23 15:17 iced.0001-01-01.gx1v6_20080212  I was able to export the input file from the SVN input data repository. aekholm@scylla-a:/scratch/aekholm/cesm/input/ice/cice$ svn export --username guestuser --password XXXXXX https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/ice/cice/iced.0001-01-01.gx1v6_20080212 `pwd`/iced.0001-01-01.gx1v6_20080212 A    /scratch/aekholm/cesm/input/ice/cice/iced.0001-01-01.gx1v6_20080212Export complete.  After the export, I confirmed that the input cice input file is no longer zero-length. aekholm@scylla-a:/scratch/aekholm/cesm/input/ice/cice$ ls -lh iced.0001-01-01.gx1v6_20080212 -rw-r--r-- 1 aekholm aekholm 61M 2009-02-17 13:54 iced.0001-01-01.gx1v6_20080212  I've re-submitted the test case to the batch scheduler, and I'm awaiting completion of the run to confirm that this issue is resolved.
 
Top