Upwelling test runs fine in my computer, and can be ncdump the output nc files in the terminal, but when i copied the files to Windows XP, use matlab to ncdump the output files, they can't be opened, this is not the case with other nc files, can anyone tell me why?
i have ubuntu and windows installed on my computer, on Windows,i use matlab with RNT toolbox for pre-processing the input files and post-processing the output files, ubuntu only deals with the model running job.
anyone knows the answer? thanks
ncdump problem
Re: ncdump problem
Did you have the NetCDF Lib included in the Matlab working path?
Re: ncdump problem
One possibility is that there's more than one kind of NetCDF file. Fred changed is Python scripts from NETCDF3_CLASSIC to NETCDF3_64BIT. It could be that you are creating files in a mode that your Windows system can't read. I'm not sure how to tell, though.
Re: ncdump problem
thanks Tony and Kate, i found out it is mexnc doesn't match my matlab ,i download a new one and now it runs well,thank you very much