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

FAMIP input SST modified data error

jrodriguez@cicese_edu_mx

J. Luis Rodriguez-Solis
New Member
Hi everyone,

I am a beginner in cesm. I am running a FAMIP configuration varying the SST and ice data, in my second case I am repeating a year of the sst and ice data. I modified "sst_HadOIBl_bc_1.9x2.5_1850_2012_c130411.nc" (with python) trying to be careful in each detail of the file. The cdl file is exactly the same in the original file as in the modified file and the vector times looks equal. But when I try to run cesm I get this error:


(shr_sys_abort) ERROR: (shr_stream_getCalendar)  ERROR: nf90_open file /HOME/users/mgross/cesm/less_input_data/atm/cam/sst/sst_HadOIBl_bc_1.9x2.5_1850_2012_c130411.nc
(shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD



The path is ok, I checked it with the original file and works fine. Even I tryed with NCO, but I got the same error, so I am making a mistake when I am modifying the file.


I appreciate very much any suggestion.


Luis
 

jrodriguez@cicese_edu_mx

J. Luis Rodriguez-Solis
New Member
Well... I know the solution to this problem... it was solved with nccopy, I think the problem was in the properties of the file, netcdf and hdf5. So, to make the file compatible, just applied:
nccopy -k classic mymodifiedfile.nc mynewfile.nc
And that is all..
Luis
 
Top