aekholm@whoi_edu
New Member
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.