ncdump problem

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
DongniWei
Posts: 5
Joined: Thu Aug 04, 2011 1:50 am
Location: Ocean University of China

ncdump problem

#1 Unread post by DongniWei »

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

tony1230
Posts: 87
Joined: Wed Mar 31, 2010 3:29 pm
Location: SKLEC,ECNU,Shanghai,China

Re: ncdump problem

#2 Unread post by tony1230 »

Did you have the NetCDF Lib included in the Matlab working path?

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: ncdump problem

#3 Unread post by kate »

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.

DongniWei
Posts: 5
Joined: Thu Aug 04, 2011 1:50 am
Location: Ocean University of China

Re: ncdump problem

#4 Unread post by DongniWei »

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

Post Reply