Hello,
I tried to restart ROMS from an existed rst file, but ROMS just quit the job with such kind of message:
NETCDF_CREATE - unable to create output NetCDF file:
/output/ocean_his_0003.nc
call from: def_his.F
DEF_HIS - unable to create history NetCDF file: /output/ocean_his_0003.nc
Actually, before this, when I tried the restart run from a his file with a existed rst file in the output
directory, I got almost the same complain, but it is about def_rst.F, said that unable to create ocean_rst.nc file.
So I removed the rst file, model just went through.
Any advices on this?
Thank you.
M.
restart run unable to creat netcdf file if rst/his exist
Re: restart run unable to creat netcdf file if rst/his exist
You are either trying to add to an existing file or overwrite an existing file. What are the file permissions on the files in question? Maybe read up on unix file permissions somewhere if you don't know.
Re: restart run unable to creat netcdf file if rst/his exist
Hello Kate,
Thank you.
I just realize maybe I misunderstood the poster
viewtopic.php?f=17&t=1802&start=0
and made a mistake by changing nf90_clobber to nf90_noclobber.
I am very sorry about this.
But I am really cofused about LDEFOUT.
Seems no matter True or False I set LDEFOUT is, ROMS always create new files.
Thank you.
I just realize maybe I misunderstood the poster
viewtopic.php?f=17&t=1802&start=0
and made a mistake by changing nf90_clobber to nf90_noclobber.
I am very sorry about this.
But I am really cofused about LDEFOUT.
Seems no matter True or False I set LDEFOUT is, ROMS always create new files.