Would you please clarify the issue? By saying "The subsequent files have only partial data", do you mean not all variables are saved, or not all times of output files are produced?
Files sent earlier: The files i attached were metadata outputs generated using the ncdump -h command, which contains information about the netCDF files. This is why their size is around 45kb and they are not the full netCDF files.All these files you posted have the size of around 45kb and they are not in netCDf format. I wonder what is going on?
Thank you for your feedback regarding the frames_per_outfile setting. I wanted to clarify that in my current namelist.input file, I have already set: frames_per_outfile = 1, 1,One issue about the file output is that, you set
frames_per_outfile = 1000, 1000, 1000,
I would suggest that you change it to
frames_per_outfile = 1, 1, 1,
Please rerun this case with the above option and let me know whether you still have the issue.