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

fail to open cice restart file

Yuan Sun

Yuan Sun
Member
Hi all,

I am running BSSP370cmip6 with initial data from the large ensemble project on CESM23alpha17d.

The model is built with PIO2 and ESMF.

The simulation recorded that:

(abort_ice)ABORTED:
(abort_ice) called from /mnt/iusers01/fatpou01/sees01/a16404ys/CESM/my_cesm_sandbox_23dynamicurban/components/cice/src/cicecore/cicedyn/infrastructure/io/io_pio2/ice_pio.F90
(abort_ice) line number 240
(abort_ice) error = (ice_pio_check)Unknown error in file operation, (ice_pio_init) ERROR: Failed to open file b.e21.BHISTcmip6.f09_g17.LE2-1001.001.cice.r.2015-01-01-00000.nc

I checked that it seems no problem with 'b.e21.BHISTcmip6.f09_g17.LE2-1001.001.cice.r.2015-01-01-00000.nc' in the run directory. The cice6 version is :
tag = cesm_cice6_5_0_7

Thanks for any comment.

Best,
Yuan
 

Attachments

  • ice.log.240503-112937.txt
    45.3 KB · Views: 0
  • cesm.log.240503-112937.txt
    792.5 KB · Views: 0
  • ice_in.txt
    9.4 KB · Views: 0

dbailey

CSEG and Liaisons
Staff member
What if you do ncdump -k on the file? Is it cdf5 / netcdf4? You might need to convert it to netcdf3 64bit offset.
 

Yuan Sun

Yuan Sun
Member
What if you do ncdump -k on the file? Is it cdf5 / netcdf4? You might need to convert it to netcdf3 64bit offset.
Hi dbailey,

I ran:
[a16404ys@login1 [csf3] 2015-01-01-00000]$ ncdump -k b.e21.BHISTcmip6.f09_g17.LE2-1001.001.cice.r.2015-01-01-00000.nc
64-bit offset

It originally was netcdf3.
 

Yuan Sun

Yuan Sun
Member
Hi all,

I finally solved this error. The key is to set 'year_init' equal to 2015 rather than 1 (default).

Best,
Yuan
 
Top