error in oa matlab script....

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
mashinde
Posts: 135
Joined: Mon Jun 22, 2009 3:46 pm
Location: Indian Institute of Tropical Meteorology, Pune, INDIA

error in oa matlab script....

#1 Unread post by mashinde »

Dear frds,

I am using all_oa.m and oa_cat.m
it appends bottom annual levels to monthly oa fields.
please look the attachments.
when I run all_oa.m it gives me following error......

??? Error using ==>
NetCDF file: m16_oa4_lev_jan.nc
nc_inq at 49
mexnc: ncinquire - error while inquiring file: m16_oa4_lev_jan.nc

Error in ==> nc_write at 85
nc_inq(fname);

Error in ==> all_oa.m at 31
status=nc_write(outfile,'temp',F);

and when I repalce outfile with monfile the script run fine and create outfile but it contains the same level as that of monfile ....it does not append the levels from annfile below 1000m....

please tell how i solve this error.


Thanks in advance
Attachments
oa_cat.m
(4.87 KiB) Downloaded 193 times
all_oa.m
(828 Bytes) Downloaded 205 times

Post Reply