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